← ClaudeAtlas

listlisted

List fred-client's grouped economic indicator accessors through the fred-client CLI without an API key. Use when a user asks which ready-made FRED indicators or groups are available, wants to browse indicators such as growth, labor, rates, or trade, or needs the group and method names for a fetch command. Trigger phrases: FRED 지표 목록, 주요 경제지표 뭐가 있어, growth 지표, list FRED indicators, available FRED accessors.
seokhoonj/fred-client · ★ 0 · AI & Automation · score 70
Install: claude install-skill seokhoonj/fred-client
# List FRED indicators Run the package's offline list command and relay the relevant groups and indicators. ```sh fred list [GROUP] ``` 1. Omit the group to show every accessor, or pass a group such as `growth` to narrow the list. 2. Preserve the displayed `group indicator` pair so it can be passed directly to `fred fetch`. 3. Use fetch when the user wants observations rather than a list. 4. Report a missing `fred` command as a request to install fred-client. Do not request an API key; list works offline.