Agent skill
akshare-fund
Fund data via AkShare/Tencent. Get fund quotes, NAV, rankings, and fund search.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/akshare-fund
Metadata
Additional technical details for this skill
- openclaw
-
{ "install": [ { "id": "python-packages", "kind": "pip", "packages": [ "requests" ] } ], "requires": { "bins": [ "python3" ] } }
SKILL.md
akshare-fund
Fund data skill powered by AkShare (primary) and Tencent Finance (fallback).
Setup
Install dependencies:
pip install requests
Features
- Real-time fund quotes (ETF/LOF)
- Fund NAV (Net Asset Value)
- Fund search by name/code
- Fund ranking (coming soon)
Commands
Get fund real-time quote
python scripts/fund_quote_tx.py <fund_code>
Search funds
python scripts/fund_search_tx.py <keyword>
Fund Code Format
- ETF:
510300(沪深300ETF),512800(银行ETF) - LOF:
160106(南方高增) - Open-end:
000001(华夏成长)
Examples
# Get ETF quote
python scripts/fund_quote_tx.py 510300
# Search funds with "白酒"
python scripts/fund_search_tx.py 白酒
# Search ETF
python scripts/fund_search_tx.py 科技ETF
File Structure
akshare-fund/
├── SKILL.md
└── scripts/
├── fund_quote_tx.py # Real-time quote (Tencent)
└── fund_search_tx.py # Fund search (Tencent)
Data Sources
- Tencent Finance: Real-time quotes, fund search (stable, fast)
- AkShare: NAV data, fund rankings (when network allows)
Notes
- Tencent APIs work without registration
- ETF/LOF have real-time quotes, open-end funds have daily NAV
- Data is for reference only, not investment advice
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?