nutdnuy

Sec Fund Info — Development skill for Claude Code

Development community

Fetch a fund's investment policy, share classes, and (optionally) top-5 holdings.

How to install Sec Fund Info

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

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

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

What Sec Fund Info does


description: Fetch a fund's investment policy, share classes, and (optionally) top-5 holdings argument-hint: [top5_period] allowed-tools: Bash(cd:*), Bash(python3 -m secopendata:*)

Fetch fund detail from the SEC FundFactsheet API.

Arguments `$ARGUMENTS`: first token is the fund `proj_id`, optional second token is a top-5 holdings period code.

Run:

cd "${CLAUDE_PLUGIN_ROOT}" && python3 -m secopendata fund-info --proj-id "$1" --top5 "$2"

Summarize the investment

Alternatives in Development

  • Income Investment — Income Investment: Durable and Opportunistic Distribution Analysis 15.9k ★
  • Financial Services Plugins — Plugins that turn Claude into a specialist for financial services — investment banking, equity research, priva 7.7k ★
  • Cq — An open standard for shared agent learning 1.3k ★

Full documentation available on GitHub

View Source Repository