← 返回 Skills 市场
123
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install eastmoney-stock-bak
功能描述
查询东方财富股票数据,包括个股行情、涨跌幅、成交量等。用于回答股票相关问题。
使用说明 (SKILL.md)
东方财富股票查询
使用东方财富API获取股票数据。
支持的查询类型
- 个股行情:股票代码、现价、涨跌、成交量、成交额
- 涨跌幅排行:当日涨跌幅排名
- 自选股查询:用户关注的股票信息
使用方式
直接问我股票相关问题,例如:
- "600519现在多少钱?"(查询茅台股价)
- "今天涨幅最高的股票"
- "帮我查一下腾讯的股票"
- "A股今天怎么样?"
注意事项
- 支持A股、港股、美股
- 港股代码加.HK,美股代码加.N
- 数据有几分钟延迟
安全使用建议
This skill appears to implement stock and sector queries and uses public Sina / Eastmoney endpoints, but exercise caution: (1) The codebase mixes data sources (Sina and Eastmoney) which is not documented in SKILL.md — confirm which API you prefer. (2) Several Python files perform network requests when the module is loaded (they call their main functions at the bottom). If the platform imports these files, they may make outbound HTTP calls immediately; prefer a skill that exposes explicit entry points without side-effectful top-level code. (3) There is a mismatch in owner metadata between registry info and _meta.json — that could be innocent (copy/paste) but reduces provenance. Recommended actions before installing: review the code yourself or run it in a sandboxed environment, remove or refactor top-level execution if you plan to import the package, and confirm the author/source. If you need stronger guarantees, ask the publisher for a clear source repository and a versioned release signed/hosted on a trusted site.
功能分析
Type: OpenClaw Skill
Name: eastmoney-stock-bak
Version: 1.0.0
The skill bundle provides a set of Python scripts for querying Chinese stock market data, including individual stock quotes and sector rankings, using public APIs from Sina Finance (hq.sinajs.cn) and EastMoney (eastmoney.com). The code in scripts like stock.py and sector_rank.py follows standard patterns for HTTP requests and data parsing, and the documentation in SKILL.md accurately reflects the intended functionality without any signs of malicious instructions or prompt injection.
能力评估
Purpose & Capability
The name/description say this uses 東方財富 (Eastmoney) APIs, and some scripts (sector_rank.py, sector_rank, etc.) call Eastmoney endpoints, but multiple key scripts (scripts/stock.py, analyze_603588.py, test_600323.py, hot_sectors.py) actually call Sina's hq.sinajs.cn endpoints. Functionality (fetching stock quotes, sector ranks, simple analysis) is consistent with the description, but the mixed/unnamed data sources and small metadata mismatch (registry ownerId vs _meta.json ownerId) are unexpected and reduce transparency.
Instruction Scope
SKILL.md instructions are limited to querying stock info and are scoped appropriately. However, several code files have side effects: many modules call their main functions at module load (e.g., analyze_603588.py, hot_sectors.py, hot_sectors_today.py, sector_rank.py, test_600323.py). That means importing or executing the package may immediately perform outbound HTTP requests and print data. There are no instructions to read local files or access environment variables, and the code does not exfiltrate data to unexpected endpoints — only to public finance APIs (sina/eastmoney). Still, auto-running network calls on import is surprising and can be a risk in some integration contexts.
Install Mechanism
No installer is provided (instruction-only / code files only). No downloads from arbitrary URLs, no package installs declared. package.json lists no dependencies. This is low install risk.
Credentials
The skill requests no environment variables, no credentials, and no config paths. The external network calls are to public finance APIs (hq.sinajs.cn and push2.eastmoney.com) which fit the stated purpose. There are no hidden API keys or secret requirements.
Persistence & Privilege
Flags are normal: always:false and user-invocable:true. The skill does not request persistent system privileges or modify other skills' configs. Autonomous invocation is permitted by default but not combined with other high-risk items here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install eastmoney-stock-bak - 安装完成后,直接呼叫该 Skill 的名称或使用
/eastmoney-stock-bak触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
eastmoney-stock-bak 1.0.0 初始版本发布:
- 支持A股、港股、美股股票数据查询
- 提供个股行情、涨跌幅、成交量等信息
- 实现涨跌幅排行榜和自选股查询功能
- 指令简单,支持中文自然语言提问
- 数据更新延迟数分钟
元数据
常见问题
Eastmoney Stock.Bak 是什么?
查询东方财富股票数据,包括个股行情、涨跌幅、成交量等。用于回答股票相关问题。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 123 次。
如何安装 Eastmoney Stock.Bak?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install eastmoney-stock-bak」即可一键安装,无需额外配置。
Eastmoney Stock.Bak 是免费的吗?
是的,Eastmoney Stock.Bak 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Eastmoney Stock.Bak 支持哪些平台?
Eastmoney Stock.Bak 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Eastmoney Stock.Bak?
由 make453(@make453)开发并维护,当前版本 v1.0.0。
推荐 Skills