claudequant
A股量化分析工具,提供实时行情、技术分析、资金流向和持仓分析。使用 AkShare 数据源(免费无需 Token)。当用户询问股票行情、A股分析、持仓查询、技术指标时触发此 skill。
npx skills add majiayu000/claude-skill-registry --skill claudequant --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# ClaudeQuant - A股持仓分析 A股量化分析工具,使用 AkShare 数据源(免费无需 Token)。 ## 使用方法 ```bash cd /home/nanobot/.nanobot/workspace/skills/claudequant # 查看持仓概况 python cli.py portfolio # 获取实时行情 python cli.py quote <股票代码> # 技术分析 python cli.py technical <股票代码> # 完整分析报告 python cli.py analyze ``` ## 配置持仓 编辑 `.env` 文件: ```env PORTFOLIO_SYMBOLS=600519,000858,601318 ``` ## 股票代码格式 - 深圳:000001 - 上海:600519 - 北交所:430090 系统自动识别市场。
- 使用方法
- 配置持仓
- 股票代码格式
cd /home/nanobot/.nanobot/workspace/skills/claudequant python cli.py portfolio python cli.py quote <股票代码> python cli.py technical <股票代码> python cli.py analyze
What does the claudequant skill do?
A股量化分析工具,提供实时行情、技术分析、资金流向和持仓分析。使用 AkShare 数据源(免费无需 Token)。当用户询问股票行情、A股分析、持仓查询、技术指标时触发此 skill。
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill claudequant --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
