← 返回 Skills 市场
132
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install eastmoney-stock-bak2
功能描述
查询东方财富股票数据,包括个股行情、涨跌幅、成交量等。用于回答股票相关问题。
使用说明 (SKILL.md)
东方财富股票查询
使用东方财富API获取股票数据。
支持的查询类型
- 个股行情:股票代码、现价、涨跌、成交量、成交额
- 涨跌幅排行:当日涨跌幅排名
- 自选股查询:用户关注的股票信息
使用方式
直接问我股票相关问题,例如:
- "600519现在多少钱?"(查询茅台股价)
- "今天涨幅最高的股票"
- "帮我查一下腾讯的股票"
- "A股今天怎么样?"
注意事项
- 支持A股、港股、美股
- 港股代码加.HK,美股代码加.N
- 数据有几分钟延迟
安全使用建议
This skill generally does what it claims (fetch stock and sector data from public APIs), but be aware of a few things before installing:
- Inconsistency: SKILL.md advertises 'Eastmoney' while many scripts call Sina's hq.sinajs.cn. Multiple data sources may be fine but ask the author which endpoints are canonical.
- Automatic network activity: Several Python files execute data-fetching functions at module import time (they call get_*() at the bottom). That can cause unexpected outbound HTTP requests and console output when the skill is loaded. If you run this in an environment where network calls must be controlled or audited, run it in a sandbox first or request the maintainer to wrap those calls under if __name__ == '__main__'.
- Missing dependency declaration: The code uses the 'requests' Python package but package.json lists no dependencies and the skill metadata declares no required binaries. Ensure the runtime provides Python and requests, or the skill may fail.
- Metadata mismatch: _meta.json ownerId differs from the registry owner id in the provided metadata. This could be a benign packaging issue but is worth checking with the publisher for authenticity.
If you need to proceed: inspect/run the code in a sandboxed environment (no secrets present), or ask the author to remove global-side-effect calls and to document the exact endpoints used and any dependency requirements.
功能分析
Type: OpenClaw Skill
Name: eastmoney-stock-bak2
Version: 1.0.0
The skill bundle provides tools for querying and analyzing Chinese stock market data using public APIs from Sina Finance (hq.sinajs.cn) and Eastmoney (push2.eastmoney.com). The Python scripts, such as scripts/stock.py and scripts/sector_rank.py, implement standard data fetching and parsing logic consistent with the stated purpose in SKILL.md. No evidence of malicious intent, data exfiltration, or unauthorized execution was found.
能力评估
Purpose & Capability
Name/description say 'Eastmoney' but the code uses both EastMoney (push2.eastmoney.com) and Sina (hq.sinajs.cn) APIs; that can be legitimate (multiple data sources) but is an inconsistency the author should justify. The included scripts and outputs align with stock/sector queries and the declared purpose overall.
Instruction Scope
Several Python files (analyze_603588.py, hot_sectors.py, hot_sectors_today.py, sector_rank.py, test_600323.py) call their network-fetching functions at module-global scope (they invoke get_*() when the file is loaded). That means importing these modules could immediately make outbound HTTP requests and produce prints/side effects. SKILL.md doesn't warn about automatic network activity on import; instructions are otherwise scoped to stock queries and public APIs.
Install Mechanism
No install spec or downloads; the skill is instruction/code-only. Nothing is fetched from third‑party release URLs or executed during install. However, the code relies on the Python 'requests' library even though package.json lists no dependencies and the skill declares no required binaries; that may cause runtime failures but not an install-time supply-chain risk.
Credentials
The skill requests no environment variables, no credentials, and accesses only public HTTP endpoints. There are no obvious attempts to read local config paths or secrets. Network access is required for its stated purpose and is proportional.
Persistence & Privilege
Skill flags are default (not always: true). It does not request persistent system-wide privileges or attempt to modify other skills. The primary concern is modules that auto-run network calls on import (side effects), not elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install eastmoney-stock-bak2 - 安装完成后,直接呼叫该 Skill 的名称或使用
/eastmoney-stock-bak2触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release with support for querying stock data via Eastmoney, including real-time prices, percentage changes, trading volume, and amount.
- Enables ranking queries such as daily top gainers/losers.
- Supports custom watchlists for tracking selected stocks.
- Handles queries for A-shares, Hong Kong stocks (.HK), and US stocks (.N).
- Provides guidance and examples for typical usage scenarios.
元数据
常见问题
Eastmoney Stock.Bak2 是什么?
查询东方财富股票数据,包括个股行情、涨跌幅、成交量等。用于回答股票相关问题。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 132 次。
如何安装 Eastmoney Stock.Bak2?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install eastmoney-stock-bak2」即可一键安装,无需额外配置。
Eastmoney Stock.Bak2 是免费的吗?
是的,Eastmoney Stock.Bak2 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Eastmoney Stock.Bak2 支持哪些平台?
Eastmoney Stock.Bak2 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Eastmoney Stock.Bak2?
由 make453(@make453)开发并维护,当前版本 v1.0.0。
推荐 Skills