Install
$ agentstack add skill-lord1egypt-awesome-skill-forge-a-stock-market-sentiment ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
市场情绪量化 Skill
核心能力
用数据判断市场处于"亢奋/分歧/冰点/修复"哪个阶段,而不是靠感觉猜。
情绪判断规则
情绪冰点
- 涨停家数 10家
- 连板高度 80家
- 炸板率 5板
- 操作建议:重仓主线龙头
分歧阶段
- 涨停家数波动大
- 炸板率 > 25%
- 操作建议:半仓参与辨识度高的标的
数据获取
调用 akshare-stock 获取:
- 涨停家数:aksharestocklimit_up()
- 跌停家数:aksharestocklimit_down()
- 炸板率:(封板失败数 / 涨停家数) × 100%
- 连板高度:最高连板数
实战流程
- 每天开盘前花5分钟获取数据
- 判断当前情绪阶段
- 匹配对应仓位策略
- 避免在冰点期盲目出手
触发场景
- "今天市场情绪怎么样"
- "现在是冰点还是亢奋"
- "能不能加仓"
- "今天适合重仓还是轻仓"
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Lord1Egypt
- Source: Lord1Egypt/awesome-skill-forge
- License: MIT
- Homepage: https://skill-explorer-rho.vercel.app
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.