nutdnuy

Sec Funds — Development skill for Claude Code

Development community

List SEC-registered funds for an asset management company (by name or unique_id).

How to install Sec Funds

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

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

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

What Sec Funds does


description: List SEC-registered funds for an asset management company (by name or unique_id) argument-hint: allowed-tools: Bash(cd:*), Bash(python3 -m secopendata:*)

Fetch the fund universe for an AMC from the SEC FundFactsheet API.

AMC requested: `$ARGUMENTS` (a name like `KASIKORN` or a unique_id like `C0000000021`).

Run:

cd "${CLAUDE_PLUGIN_ROOT}" && python3 -m secopendata funds --amc "$ARGUMENTS"

Then present the funds as a compact table: `pr

Alternatives in Development

  • Deep Company Series — 看懂XX公司(深度公司系列):3-8 篇长文拆一家公司 15.9k ★
  • Brainstorm OKRs — Brainstorm team OKRs aligned with company objectives 7.8k ★
  • Hermes Paperclip Adapter — Paperclip adapter for Hermes Agent — run Hermes as a managed employee in a Paperclip company 1.8k ★

Full documentation available on GitHub

View Source Repository