← Back to Skills Marketplace
A Stock Trading Assistant
by
TobeyRebecca
· GitHub ↗
· v1.0.0
· MIT-0
107
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install toby-stock-trading
Description
提供中国大陆A股实时行情、个股分析、大盘情绪、热点板块及交易策略建议,数据源自东方财富等权威平台。
Usage Guidance
This skill appears coherent and limited to fetching public market data and giving analyses. Before installing: (1) review scripts/fetch_stock.py yourself (it makes outbound requests to Sina/东方财富/同花顺/雪球 and uses HTTP for some endpoints), (2) be cautious sharing any private brokerage credentials — the skill does not need them, so do not supply them, (3) note the skill claims to persist price alerts to references/watchlist.md but that file is not included — decide where alerts should be stored and whether you want the skill to write files, (4) consider running the skill in a sandboxed environment because it performs network I/O and may make many requests (rate limits / site TOS may apply), and (5) if you require stronger guarantees (TLS/no cleartext), inspect and adjust endpoints (some sinajs/eastmoney calls use http). Overall coherence is good, but do a quick code review and confirm watchlist persistence behavior before use.
Capability Analysis
Type: OpenClaw Skill
Name: toby-stock-trading
Version: 1.0.0
The skill is a legitimate stock trading assistant for the Chinese A-share market. It uses a Python script (scripts/fetch_stock.py) to fetch real-time market data from reputable sources like Sina Finance and East Money. The code includes basic input sanitization for stock codes to prevent URL manipulation and lacks any indicators of data exfiltration, persistence, or malicious execution. The instructions in SKILL.md are well-aligned with the stated purpose of providing financial analysis and trading suggestions.
Capability Assessment
Purpose & Capability
Name/description (A股行情与策略) match the included files and the Python script which fetches data from Sina/东方财富/同花顺/雪球. No unrelated credentials, binaries, or system paths are requested.
Instruction Scope
SKILL.md instructs using scripts/fetch_stock.py and web_fetch to retrieve market data and to store user price alerts to references/watchlist.md. The workflow stays within the declared purpose (market data and analysis). Minor inconsistency: references/watchlist.md is referenced but not present in the file manifest — the skill expects to record watchlist data but there is no provided watchlist file.
Install Mechanism
No install spec (instruction-only) and a single included Python script. No downloads from third‑party URLs or package installs are declared. Risk from install mechanism is low.
Credentials
The skill requires no environment variables or credentials. The script only performs unauthenticated HTTP(S) requests to public market endpoints and does not ask for tokens/keys. This is proportionate to its stated purpose.
Persistence & Privilege
always:false and no requests to modify other skills or system configuration. The SKILL.md suggests saving watchlist state locally, which is a normal behavior for this use case but the target file is missing from the manifest.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install toby-stock-trading - After installation, invoke the skill by name or use
/toby-stock-trading - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is A Stock Trading Assistant?
提供中国大陆A股实时行情、个股分析、大盘情绪、热点板块及交易策略建议,数据源自东方财富等权威平台。 It is an AI Agent Skill for Claude Code / OpenClaw, with 107 downloads so far.
How do I install A Stock Trading Assistant?
Run "/install toby-stock-trading" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is A Stock Trading Assistant free?
Yes, A Stock Trading Assistant is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does A Stock Trading Assistant support?
A Stock Trading Assistant is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created A Stock Trading Assistant?
It is built and maintained by TobeyRebecca (@tobeyrebecca); the current version is v1.0.0.
More Skills