Metadata

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 f4ebbaf 2 files · 1.2 KB Updated

File contents

Show FRED metadata

Run the metadata command and relay the returned JSON object.

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.

seokhoonj/fred-client/tree/main/plugins/fred/skills/metadata commit f4ebbafeee

Frequently asked questions

npx skillmds@latest add seokhoonj/metadata