← 返回 Skills 市场
80
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install stock-monitor-xsq
功能描述
股票监控分析技能 - 自定义股票池监控、实时行情、技术指标分析、涨跌趋势预测、信号提醒
安全使用建议
This skill appears to implement the advertised stock‑monitoring features using public market APIs and local JSON files. Before installing, consider: 1) Reports are designed to include personal holdings and may be pushed to external chat groups — confirm which Feishu/group will receive them and who can read them. 2) The skill will use external search/agent services (Tavily/Exa/Jina/web_fetch) for news; queries or snippets might be sent to those services — avoid including sensitive identifiers in stock configuration if you are concerned about leakage. 3) There is a minor metadata mismatch: SKILL.md mentions an optional Tavily API key and external delivery, but the registry entry lists no required credentials — ask the author whether any messaging/webhook tokens are required and where they should be stored. 4) If you plan to run scheduled tasks, review the cron/job config and restrict execution to an isolated agent session or test environment first. If you want lowest risk, run the scripts locally (offline with cached data) and inspect outgoing network calls; remove or disable automatic pushing to chat if you do not want holdings exposed.
功能分析
Type: OpenClaw Skill
Name: stock-monitor-xsq
Version: 1.2.1
The stock-monitor skill bundle is a comprehensive tool for analyzing Chinese and Hong Kong stock markets. The Python scripts (stock_monitor.py, hk_analyze.py, stock_capital.py) fetch market data and news from reputable financial APIs (Tencent, Sina, Eastmoney) and calculate standard technical indicators. The skill manages local configuration and trade data within the expected ~/.openclaw/ directory. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found; all requested permissions and network activities are well-documented and aligned with the stated purpose of financial analysis.
能力标签
能力评估
Purpose & Capability
Name/description match the included Python scripts and docs: collecting market data, computing indicators and generating reports. Network access to market APIs (Tencent, Sina, Eastmoney, ifzq) is expected for this functionality.
Instruction Scope
Runtime instructions and templates explicitly read local config files (~/.openclaw/stock-*.json) and generate/push reports containing personal holdings. They also instruct using external search/agent services (Tavily, Exa/Agent‑Reach, Jina via r.jina.ai and web_fetch). Those external calls may transmit stock codes, holdings or queries outside the user's environment — the docs do not clearly limit or warn about what personal data may be sent.
Install Mechanism
No install spec; skill is instruction+bundled scripts (no remote downloads). Provided code is local and readable; no install-time arbitrary network downloads or archive extraction were observed.
Credentials
Registry metadata lists no required env vars, and SKILL.md marks a Tavily API key as optional — that is plausible. However the skill expects to push reports to Feishu/other delivery channels (message tool / delivery.channel: feishu) but does not declare any Feishu/webhook credentials. This is a gap: either OpenClaw provides messaging creds at runtime or the skill omitted required credentials. The use of third‑party agent/search services is legitimate for news gathering but increases the blast radius if private data (positions/trades) are included in queries.
Persistence & Privilege
always:false and no special platform privileges requested. The skill reads/writes its own config files under ~/.openclaw and references cron jobs; it does not request to modify other skills or system settings in the provided materials.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install stock-monitor-xsq - 安装完成后,直接呼叫该 Skill 的名称或使用
/stock-monitor-xsq触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.1
v1.2.1: Add Agent-Reach as fallback when Tavily quota is exhausted, uses Exa/Jina for news fetching
元数据
常见问题
stock-monitor 是什么?
股票监控分析技能 - 自定义股票池监控、实时行情、技术指标分析、涨跌趋势预测、信号提醒. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 80 次。
如何安装 stock-monitor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install stock-monitor-xsq」即可一键安装,无需额外配置。
stock-monitor 是免费的吗?
是的,stock-monitor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
stock-monitor 支持哪些平台?
stock-monitor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 stock-monitor?
由 Leon Xue(@xsqorange)开发并维护,当前版本 v1.2.1。
推荐 Skills