📦 A Stock Daily Express — A工具

v1.0.0

📈 A股每日快报自动生成 - 自动获取今日大盘行情、涨跌排名、热点板块,一键生成小红书/公众号文章,直接就能发。炒股懒人必备,每天省你半小时整理时间。

0· 72·0 当前·0 累计
下载技能包
License
MIT-0
最后更新
2026/3/28
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
可疑
medium confidence
The skill mostly does what it claims (generate A‑share daily reports) but there are mismatches and a scanned prompt-injection signal (unicode control characters) plus use of execSync/python that you should verify before installing.
评估建议
What to check before installing: - Verify Python is installed and comes from a trusted source; the skill calls the system 'python' and runs akshare (pip install akshare is required). Use a virtualenv or container to isolate that installation. - akshare fetches/scrapes public Chinese finance sites (Eastmoney, etc.); expect network access. If you must limit network or third-party access, run in a restricted environment. - The Node code uses child_process.execSync to run a Python -c string. Althoug...
详细分析 ▾
用途与能力
The skill's stated purpose is generating A‑share daily reports and the code indeed fetches market data and generates platform-specific text. However the manifest/metadata claim no required binaries or env vars while the implementation invokes the system 'python' interpreter and requires the Python package 'akshare' (SKILL.md mentions pip install akshare). Declaring Python (or a runtime requirement) in the metadata would be expected but is missing.
指令范围
SKILL.md describes only fetching market data (akshare/Eastmoney), analyzing and generating reports — that matches the code. The runtime JS uses child_process.execSync to run an embedded Python snippet; the snippet does not use user-supplied input and only calls akshare functions. There is no obvious file-reading or credential access beyond network calls to retrieve market data. The pre-scan found unicode-control-chars in SKILL.md which could indicate hidden characters intended to manipulate LLM processing; this should be investigated.
安装机制
There is no formal install spec in the registry, but SKILL.md tells users to pip install akshare and npx to install the skill. The code relies on a local Python interpreter and akshare from PyPI (standard but not declared). No third-party binary downloads or obscure URLs are used. Risk is moderate because execSync will run system 'python', so you should ensure that Python/akshare come from a trusted environment (virtualenv/container).
凭证需求
The skill requests no environment variables, no credentials, and no config paths. That is proportional for a data-fetch-and-format tool. The only external dependency is akshare (which fetches market data from public sources).
持久化与权限
The skill does not request persistent/always-on privileges, doesn't modify other skills, and has no special agent-wide settings. default autonomous invocation is allowed but not combined with other privilege concerns.
scripts/daily-generator.js:45
Shell command execution detected (child_process).
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/3/28

Initial release: Automatically generates a concise daily report for China A-shares (A股) to streamline content creation for platforms like Xiaohongshu and WeChat. - Fetches and analyzes real-time A股 market data, including index changes, top gainers/losers, and trending sectors. - One-click generation of platform-specific articles (Xiaohongshu, WeChat, Moments) in ready-to-publish formats. - Supports markdown/HTML exports and customizable output for different social platforms. - Includes optional fact-checking to ensure data reliability. - No paid data source required; works with free Akshare and optionally ai-fact-checker.

无害

安装命令

点击复制
官方npx clawhub@latest install a-stock-daily-express
镜像加速npx clawhub@latest install a-stock-daily-express --registry https://cn.longxiaskill.com

技能文档

自动获取今日 A 股行情 → 统计涨跌 → 分析热点板块 → 生成适合小红书/公众号的每日快报,直接复制就能发。炒股懒人必备,每天省半小时整理时间。

✨ 特色功能

功能说明
📊 自动行情获取自动获取今日大盘点位、涨跌幅、涨跌家数
🏆 涨跌排名自动统计涨幅榜、跌幅榜前 10
🔥 热点板块分析今日涨幅靠前板块
📝 一键生成直接生成小红书/公众号格式文章
事实核查内置数据验证,保证数据准确
📤 导出支持 markdown / HTML 导出

🎨 输出格式支持

平台风格
小红书短句+emoji+分点清单+自动标签
公众号标题+小标题+适合手机阅读
朋友圈简洁短文+行情要点

🚀 使用方法

生成今日快报(小红书)

a-stock-daily-express 今日 A 股行情快报 --platform xiaohongshu

生成公众号版本

a-stock-daily-express 今日收盘总结 --platform wechat

手动指定日期

a-stock-daily-express 2026-03-28 --platform xiaohongshu

📋 工作流程

  • 获取数据 - 调用 akshare / 东方财富接口获取今日行情
  • 统计分析 - 计算涨跌分布、板块涨幅、排名
  • 生成内容 - 根据平台风格生成对应格式
  • 事实核查 - 验证关键数据一致性
  • 导出成品 - 输出 markdown,直接复制发布

🔧 依赖

  • akshare - 财经数据接口(需要 pip install akshare
  • ai-fact-checker - 可选,用于数据一致性验证
  • 不需要额外 API 密钥,数据免费获取

💡 示例输出(小红书)

# 📈 今日 A 股收盘总结 03/28

上证指数: 3050 +0.85% 📈 上涨: 3125 下跌: 1682

🔥 热门板块:

  • AI 芯片 +3.2%
  • 消费复苏 +2.1%
  • 新能源 +1.5%

🏆 涨幅榜 TOP 3:

  • XXX +10% 涨停
  • YYY +9.5%
  • ZZZ +8.8%

💬 今日感想: 人工智能继续发力,板块轮动明显,控制仓位慢慢来~

#A股 #股票 #投资理财 #每日行情 #炒股

📦 安装

npx clawhub install a-stock-daily-express
pip install akshare

👨‍💻 Author

rudagebil11-jpg

📄 License

MIT

数据来源ClawHub ↗ · 中文优化:龙虾技能库