← 返回 Skills 市场
China Stock Sentiment
作者
daimingvip-a11y
· GitHub ↗
· v0.1.1
· MIT-0
440
总下载
0
收藏
3
当前安装
2
版本数
在 OpenClaw 中安装
/install china-stock-sentiment
功能描述
实时监控A股舆情、百度热搜及新闻情感,追踪热点板块与个股,辅助投资决策与风险管理。
使用说明 (SKILL.md)
China Stock Sentiment
A 股舆情分析 + 百度热搜 + 新闻情感分析技能。帮助投资者实时监控市场情绪、热点板块、个股舆情,辅助投资决策。
触发词
股票、A 股、舆情、 sentiment、股市、投资、百度热搜、市场分析、stock、sentiment
功能
1. 舆情监控
- 实时监控百度热搜榜股票相关话题
- 抓取财经新闻并分析情感倾向
- 个股舆情热度追踪
- 板块热点分析
2. 情感分析
- 新闻标题/内容情感评分 (正面/中性/负面)
- 社交媒体情绪分析
- 舆情趋势图表
- 异常波动预警
3. 热点追踪
- 热门股票话题排行
- 板块轮动监控
- 政策影响分析
- 突发事件提醒
4. 投资决策辅助
- 舆情与股价关联分析
- 买入/卖出信号提示
- 风险提示
- 投资组合建议
5. 报告生成
- 每日舆情简报
- 周度市场情绪报告
- 个股深度分析
- 自定义报告模板
配置
API 配置
本技能使用以下免费 API:
- 百度热搜 (baidu-hot-cn 技能)
- 股票数据 (stock-monitor 技能)
- 新闻抓取 (web_fetch/web_search)
- 情感分析 (内置模型)
数据存储
舆情数据存储在本地 Markdown 文件中:
memory/stock-sentiment/- 每日舆情记录memory/stock-sentiment/reports/- 生成的报告
使用示例
查看今日舆情
查看今天 A 股市场舆情
今天股票热搜榜是什么
个股分析
分析贵州茅台的舆情
查看宁德时代的新闻情感
板块监控
新能源板块舆情如何
今天哪个板块最热门
生成报告
生成本周股市舆情报告
创建今日市场情绪简报
设置提醒
当茅台舆情异常时提醒我
监控宁德时代的热度变化
定价
- 免费版: $0 - 每日 3 次查询 + 基础舆情
- 专业版: $19.99/月 - 无限查询 + 实时预警 + 深度报告
- 机构版: $49.99/月 - API 访问 + 定制模型 + 多账号
变现方式
- SkillPay: 通过 ClawHub 订阅收费
- 付费报告: 深度个股分析报告 ($9.99/份)
- 定制服务: 为投资机构定制舆情监控系统
- 培训服务: 舆情分析培训课程
开发状态
- 技能框架创建
- 百度热搜集成
- 新闻抓取功能
- 情感分析模型
- 数据存储功能
- 报告生成
- 预警系统
- ClawHub 发布
更新日志
v0.1.0 (2026-03-14)
- 初始版本创建
- 基础框架搭建
本技能由周田田开发 💕
安全使用建议
This skill appears to be a small, local sentiment analyzer and report generator, but there are several documentation/code mismatches and a runtime call that executes another skill via the shell. Before installing: 1) review the index.js source (you already have it) — note the execSync call to 'openclaw skill run baidu-hot-cn' which will run whatever that CLI invokes; validate/trust that other skill. 2) Expect the plugin to write Markdown files under memory/stock-sentiment/ in the working directory. 3) Don't assume the advertised HTTP API, integrations, or paid features exist — the README/SKILL.md list many TODOs. 4) If you plan to use this in production or with sensitive data, run it in a sandbox, verify the other skills it invokes, and consider requiring code-signing or a review before giving it broader access. If you want a cleaner verdict, provide the source of the 'baidu-hot-cn' and 'stock-monitor' skills and clarify whether an HTTP server component is intended.
功能分析
Type: OpenClaw Skill
Name: china-stock-sentiment
Version: 0.1.1
The skill utilizes high-risk Node.js primitives including `child_process.execSync` to execute system commands and `fs.writeFileSync` for file operations. While these capabilities are plausibly needed for its stated purpose of stock sentiment analysis and report generation, the `index.js` file lacks input sanitization on the `stockName` parameter, which could lead to a path traversal vulnerability when saving reports to the local filesystem.
能力评估
Purpose & Capability
Name/description match the provided code: a local sentiment analyzer that generates Markdown reports. However SKILL.md/README list multiple integrations (stock-monitor, web_fetch/web_search), API endpoints, and paid tiers that are not implemented in index.js; the README shows an HTTP API example that the code does not provide.
Instruction Scope
Runtime instructions claim use of several external data sources and built-in models. The implementation only (1) performs local keyword-based sentiment analysis and (2) calls another skill via execSync('openclaw skill run baidu-hot-cn'). Using child_process to run arbitrary CLI commands is expected for inter-skill calls but expands the runtime surface — the skill will execute whatever the 'openclaw' CLI runs and will write files under memory/stock-sentiment/. The SKILL.md also promises features that are still TODO, giving the agent wide discretion without corresponding code.
Install Mechanism
No install spec (instruction-only + a small JS file). Nothing is downloaded from external URLs and no package install is declared, so there's no high-risk install step in the bundle itself.
Credentials
The skill requires no environment variables or credentials in metadata and the code does not read any secrets. Documentation examples show an HTTP API with an Authorization header and claims of paid tiers, which are not implemented — this mismatch could confuse users about required credentials.
Persistence & Privilege
The skill is not set to always:true and does not modify other skills or global config. It does write report files to a local memory/stock-sentiment/ path, which is consistent with its stated local storage behavior.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install china-stock-sentiment - 安装完成后,直接呼叫该 Skill 的名称或使用
/china-stock-sentiment触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.1
添加情感分析核心算法和报告生成功能
v0.1.0
China Stock Sentiment v0.1.0
- 首个版本发布,搭建技能基础框架
- 支持 A 股市场舆情实时监控与情感分析
- 提供百度热搜、新闻情感分析、板块与个股舆情追踪
- 简易报告生成、本地数据存储和基础提醒功能
- 公布订阅与付费服务模式
元数据
常见问题
China Stock Sentiment 是什么?
实时监控A股舆情、百度热搜及新闻情感,追踪热点板块与个股,辅助投资决策与风险管理。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 440 次。
如何安装 China Stock Sentiment?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install china-stock-sentiment」即可一键安装,无需额外配置。
China Stock Sentiment 是免费的吗?
是的,China Stock Sentiment 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
China Stock Sentiment 支持哪些平台?
China Stock Sentiment 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 China Stock Sentiment?
由 daimingvip-a11y(@daimingvip-a11y)开发并维护,当前版本 v0.1.1。
推荐 Skills