← Back to Skills Marketplace
A Stock Analysis 1.0.0
by
Valarie Emmerich
· GitHub ↗
· v1.0.0
1532
Downloads
2
Stars
36
Active Installs
1
Versions
Install in OpenClaw
/install a-stock-analysis-1-0-0
Description
提供沪深北交所A股实时行情、分时成交量分析、主力资金动向判断和持仓盈亏管理功能。
Usage Guidance
Install only if you are comfortable sending queried stock symbols to Sina Finance and storing portfolio holdings locally in plaintext. Check stock code, cost, quantity, and intent before running add, update, or remove, because remove changes the local portfolio file without an undo mechanism.
Capability Analysis
Type: OpenClaw Skill
Name: a-stock-analysis-1-0-0
Version: 1.0.0
The skill bundle is a legitimate A-share stock analysis and portfolio management tool. It fetches real-time and minute-level stock data from Sina Finance APIs (`hq.sinajs.cn`, `quotes.sina.cn`) as documented in `SKILL.md` and `analyze.py`. User portfolio data is stored locally in `~/.clawdbot/skills/a-stock-analysis/portfolio.json` by `portfolio.py`, which is a standard and safe location for skill-specific persistence. Input sanitization for stock codes is present in `analyze.py`, and there are no signs of prompt injection attempts in `SKILL.md`, arbitrary command execution, sensitive data exfiltration, or other malicious behaviors.
Capability Assessment
Purpose & Capability
The artifacts coherently implement the stated A-share quote lookup, minute-volume analysis, and portfolio P&L tracking purpose.
Instruction Scope
Commands are explicit and user-directed; add, update, and remove affect only the skill's local portfolio records, but remove has no confirmation or undo.
Install Mechanism
No install hook, dependency installation, obfuscation, arbitrary command execution, or privilege escalation mechanism was found.
Credentials
Network access is limited to disclosed Sina Finance market-data endpoints, and local file writes are proportionate to portfolio management.
Persistence & Privilege
The skill stores stock codes, costs, quantities, and timestamps in plaintext under ~/.clawdbot/skills/a-stock-analysis/portfolio.json; it does not request credentials, elevated privileges, autostart, or background persistence.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install a-stock-analysis-1-0-0 - After installation, invoke the skill by name or use
/a-stock-analysis-1-0-0 - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release with real-time A-share stock analysis and portfolio management.
- Fetch real-time prices, price change, and volume for Shanghai and Shenzhen stocks.
- Analyze minute-level volume distribution (early/late trading session focus).
- Detect main fund activities and volume anomalies (e.g., strong buying, selling signals).
- Identify daily top 10 high-volume minutes, supporting insights into key trading events.
- Manage and analyze portfolio holdings and P&L with command-line tools.
- Supports standardized stock codes, batch queries, and JSON output format.
Metadata
Frequently Asked Questions
What is A Stock Analysis 1.0.0?
提供沪深北交所A股实时行情、分时成交量分析、主力资金动向判断和持仓盈亏管理功能。 It is an AI Agent Skill for Claude Code / OpenClaw, with 1532 downloads so far.
How do I install A Stock Analysis 1.0.0?
Run "/install a-stock-analysis-1-0-0" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is A Stock Analysis 1.0.0 free?
Yes, A Stock Analysis 1.0.0 is completely free (open-source). You can download, install and use it at no cost.
Which platforms does A Stock Analysis 1.0.0 support?
A Stock Analysis 1.0.0 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created A Stock Analysis 1.0.0?
It is built and maintained by Valarie Emmerich (@zhanchanghua); the current version is v1.0.0.
More Skills