← Back to Skills Marketplace
80
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install stock-monitor-xsq
Description
股票监控分析技能 - 自定义股票池监控、实时行情、技术指标分析、涨跌趋势预测、信号提醒
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install stock-monitor-xsq - After installation, invoke the skill by name or use
/stock-monitor-xsq - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.1
v1.2.1: Add Agent-Reach as fallback when Tavily quota is exhausted, uses Exa/Jina for news fetching
Metadata
Frequently Asked Questions
What is stock-monitor?
股票监控分析技能 - 自定义股票池监控、实时行情、技术指标分析、涨跌趋势预测、信号提醒. It is an AI Agent Skill for Claude Code / OpenClaw, with 80 downloads so far.
How do I install stock-monitor?
Run "/install stock-monitor-xsq" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is stock-monitor free?
Yes, stock-monitor is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does stock-monitor support?
stock-monitor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created stock-monitor?
It is built and maintained by Leon Xue (@xsqorange); the current version is v1.2.1.
More Skills