nutdnuy

Sec Nav — Development skill for Claude Code

Development community

Fetch daily NAV for a SEC-registered fund on a given date.

How to install Sec Nav

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

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

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

What Sec Nav does


description: Fetch daily NAV for a SEC-registered fund on a given date argument-hint: [YYYY-MM-DD] allowed-tools: Bash(cd:*), Bash(python3 -m secopendata:*)

Fetch daily NAV from the SEC FundDailyInfo API.

Arguments `$ARGUMENTS`: first token is the fund `proj_id`, optional second token is the NAV date (`YYYY-MM-DD`, defaults to today).

Run:

cd "${CLAUDE_PLUGIN_ROOT}" && python3 -m secopendata nav --proj-id "$1" --date "$2"

Then report the NAV value(s) per share

Alternatives in Development

  • Onboard — You are given the following context: $ARGUMENTS 5.8k ★
  • Module Routes — Show all registered routes for a module 407 ★
  • Research Planning — Create a detailed research execution plan for the given structured research prompt 228 ★

Full documentation available on GitHub

View Source Repository