← 返回 Skills 市场
A Stock Trading Assistant
作者
TobeyRebecca
· GitHub ↗
· v1.0.0
· MIT-0
107
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install toby-stock-trading
功能描述
提供中国大陆A股实时行情、个股分析、大盘情绪、热点板块及交易策略建议,数据源自东方财富等权威平台。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install toby-stock-trading - 安装完成后,直接呼叫该 Skill 的名称或使用
/toby-stock-trading触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
A Stock Trading Assistant 是什么?
提供中国大陆A股实时行情、个股分析、大盘情绪、热点板块及交易策略建议,数据源自东方财富等权威平台。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 107 次。
如何安装 A Stock Trading Assistant?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install toby-stock-trading」即可一键安装,无需额外配置。
A Stock Trading Assistant 是免费的吗?
是的,A Stock Trading Assistant 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
A Stock Trading Assistant 支持哪些平台?
A Stock Trading Assistant 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 A Stock Trading Assistant?
由 TobeyRebecca(@tobeyrebecca)开发并维护,当前版本 v1.0.0。
推荐 Skills