← ClaudeAtlas

metadatalisted

Show metadata for one FRED economic series through the fred-client CLI. Use when a user provides a FRED series ID and asks what it represents, including its title, units, frequency, seasonal adjustment, observation range, or update information. Trigger phrases: FRED series 정보, 지표 설명, GDP 메타데이터, what is this FRED series, FRED series metadata, describe series ID.
seokhoonj/fred-client · ★ 0 · Data & Documents · score 70
Install: claude install-skill seokhoonj/fred-client
# Show FRED metadata Run the metadata command and relay the returned JSON object. ```sh fred metadata "<SERIES_ID>" --json ``` Requires fred-client installed (`pipx install fred-client`) and a FRED API key in `FRED_API_KEY` or `~/.config/fred-client/credentials.json`. 1. Use search first when the user has only a concept or name. 2. Show the fields relevant to the question while retaining the exact title, units, frequency, seasonal adjustment, and observation dates when present. 3. Use fetch when the user wants values or a time series. Series IDs are case-insensitive in fred-client. 4. Relay a nonzero `fred: <message>` error without inventing metadata.