Agent skill
claudequant
A股量化分析工具,提供实时行情、技术分析、资金流向和持仓分析。使用 AkShare 数据源(免费无需 Token)。当用户询问股票行情、A股分析、持仓查询、技术指标时触发此 skill。
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/claudequant
SKILL.md
ClaudeQuant - A股持仓分析
A股量化分析工具,使用 AkShare 数据源(免费无需 Token)。
使用方法
cd /home/nanobot/.nanobot/workspace/skills/claudequant
# 查看持仓概况
python cli.py portfolio
# 获取实时行情
python cli.py quote <股票代码>
# 技术分析
python cli.py technical <股票代码>
# 完整分析报告
python cli.py analyze
配置持仓
编辑 .env 文件:
PORTFOLIO_SYMBOLS=600519,000858,601318
股票代码格式
- 深圳:000001
- 上海:600519
- 北交所:430090
系统自动识别市场。
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?