← 返回 Skills 市场
Stock Clawhub
作者
shinewilzhang
· GitHub ↗
· v1.0.0
· MIT-0
110
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install stock-clawhub
功能描述
提供股票查询和分析功能,支持 A 股、港股、美股和 ETF 查询,包括实时价格查询、基本面分析、技术指标分析、高潜力股推荐等。
安全使用建议
Do not enable this skill for production use yet. Ask the publisher to explain the discrepancy between the documentation and the code: which real data sources will be called, why the script points to api.mock-stock.com, and whether that host is controlled by a trusted vendor. Request that any required API keys be declared in requires.env (and limited in scope), or replace the mock endpoint with calls to known, documented APIs. If you test it, run it in a sandbox/network-restricted environment and inspect TLS certificates and the resolved IP/owner for api.mock-stock.com. If you expect notifications, scheduling, or AI analysis, require the developer to provide the code that implements those features and to document what external endpoints will receive user data.
功能分析
Type: OpenClaw Skill
Name: stock-clawhub
Version: 1.0.0
The skill bundle provides standard stock and ETF querying functionality as described in its documentation. The Python script (scripts/stock_query.py) performs simple HTTP GET requests to a mock API domain (api.mock-stock.com) to retrieve financial data. No evidence of data exfiltration, unauthorized command execution, or malicious prompt injection was found in the code or SKILL.md.
能力评估
Purpose & Capability
The SKILL.md and description claim integration with providers like 东方财富、同花顺、Yahoo Finance、Bloomberg and AI-based analysis, but the shipped script only issues GET requests to a single domain (https://api.mock-stock.com) and implements only simple fetches and passthroughs; features such as notifications, watchlist management, scheduled updates, and AI analysis are described but not implemented. No API keys or credentials are requested despite some listed sources normally requiring them.
Instruction Scope
Runtime instructions (SKILL.md) describe user-facing slash-like commands and many capabilities, but do not specify exact network endpoints or required credentials; the actual script expects CLI commands (price/info/etf/recommend) and will make outbound HTTPS requests to api.mock-stock.com. The SKILL.md suggests scheduled tasks and notifications, but there is no code or install spec that implements scheduling, notification delivery, or watchlist persistence.
Install Mechanism
No install spec is provided (instruction-only plus a small script). Nothing is downloaded or written during install, which minimizes install-time risk. The presence of a script on disk is expected for an instruction-plus-helper-script skill.
Credentials
No environment variables or credentials are declared, yet SKILL.md references third-party APIs (some of which commonly require API keys). The script does not request or use credentials, which is inconsistent with the stated data sources and raises the question whether a single private API is aggregating data (and whether that vendor is trustworthy).
Persistence & Privilege
The skill does not request always:true and uses default autonomous invocation settings; it does not attempt to modify other skills or system configs. No elevated persistence or privileges are declared.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install stock-clawhub - 安装完成后,直接呼叫该 Skill 的名称或使用
/stock-clawhub触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Stock-analyzer skill initial release.
- Provides real-time stock price and ETF queries for A-shares, Hong Kong stocks, US stocks, and ETFs.
- Offers fundamental and technical analysis tools, including major indicators and charts.
- Recommends high-potential stocks with detailed analysis reports.
- Supports user watchlists with management and regular performance analysis.
- Enables price alerts and scheduled analysis notifications.
元数据
常见问题
Stock Clawhub 是什么?
提供股票查询和分析功能,支持 A 股、港股、美股和 ETF 查询,包括实时价格查询、基本面分析、技术指标分析、高潜力股推荐等。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 110 次。
如何安装 Stock Clawhub?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install stock-clawhub」即可一键安装,无需额外配置。
Stock Clawhub 是免费的吗?
是的,Stock Clawhub 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Stock Clawhub 支持哪些平台?
Stock Clawhub 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Stock Clawhub?
由 shinewilzhang(@shinewilzhang)开发并维护,当前版本 v1.0.0。
推荐 Skills