nutdnuy

Sec Categories — Data skill for Claude Code

Data community

List SEC Open Data portal categories and subscription-key scopes.

How to install Sec Categories

Installs to ~/.claude/skills/nutdnuy-sec-opendata-th-sec-categories/SKILL.md

Terminal
mkdir -p ~/.claude/skills/nutdnuy-sec-opendata-th-sec-categories && curl -fsSL https://raw.githubusercontent.com/nutdnuy/sec-opendata-th/HEAD/commands/sec-categories.md -o ~/.claude/skills/nutdnuy-sec-opendata-th-sec-categories/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Sec Categories does


description: List SEC Open Data portal categories and subscription-key scopes argument-hint: "" allowed-tools: Bash(cd:*), Bash(python3 -m secopendata:*)

List supported SEC Open Data portal key scopes.

Run:

cd "${CLAUDE_PLUGIN_ROOT}" && python3 -m secopendata categories

Use the `key_scope` values when calling generic `/sec-request` endpoints or when telling the user which `SEC__KEY` environment variable to set.

Alternatives in Data

  • Portaljs Add Dcat — Make a PortalJS portal harvestable by national/EU/US open-data portals — emit standards-compliant DCAT catalog 2.3k ★
  • Global Stock Data — US stock market data for AI coding assistants — zero-auth, official sources 1.5k ★
  • Web Agent — 🔥 Open-source web data agent optimized for structured web research 1.2k ★

Full documentation available on GitHub

View Source Repository