# List

> 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.

- Skill: `seokhoonj/list-3` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add seokhoonj/list-3`
- Raw SKILL.md: https://api.skillmd.com/api/skills/seokhoonj/list-3/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Marketing & Growth, Coding & Dev Tools
- Author: seokhoonj (https://skillmd.com/u/seokhoonj)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/seokhoonj/list-3

---


# 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.

