← Back to Skills Marketplace
shinewilzhang

Stock Clawhub

by shinewilzhang · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
110
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install stock-clawhub
Description
提供股票查询和分析功能,支持 A 股、港股、美股和 ETF 查询,包括实时价格查询、基本面分析、技术指标分析、高潜力股推荐等。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install stock-clawhub
  3. After installation, invoke the skill by name or use /stock-clawhub
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug stock-clawhub
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Stock Clawhub?

提供股票查询和分析功能,支持 A 股、港股、美股和 ETF 查询,包括实时价格查询、基本面分析、技术指标分析、高潜力股推荐等。 It is an AI Agent Skill for Claude Code / OpenClaw, with 110 downloads so far.

How do I install Stock Clawhub?

Run "/install stock-clawhub" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Stock Clawhub free?

Yes, Stock Clawhub is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Stock Clawhub support?

Stock Clawhub is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Stock Clawhub?

It is built and maintained by shinewilzhang (@shinewilzhang); the current version is v1.0.0.

💬 Comments