Sec Nav — Development skill for Claude Code
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
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 RepositoryRelated Skills
Sec Fund Info
Fetch a fund's investment policy, share classes, and (optionally) top-5 holdings
Sec Fund Search
Search bundled Thai SEC mutual-fund and AMC names offline
Wp Header
Build the WordPress header — responsive nav, logo, language switcher, WP menu system integration
Agent Approval Gate
PreToolUse hook for Claude Code: blocks agent spending, account creation and fund moves, queues them for human
Index Funds
Monthly analysis of your index fund portfolio in a tax-advantaged account (Swedish ISK by default, per investo
Fund Analysis
Evidence-first fund analysis skill for Singapore retail investors. Analyses ETFs, unit trusts, bond, money-mar
Related Agents
Daily Journal
Maintains the user's daily work journal (an HTML calendar). Given a "summary of today's work" and a date, merg
Code Navigation
Stage 2 of Vulpine. Given the build directory produced by stage 1, produce a Woboq-indexed, browsable, codenav
Docs Lookup
When the user asks how to use a library, framework, or API or needs up-to-date code examples, use Context7 MCP