← Back to Skills Marketplace
xsqorange

Stock Monitor

by Leon Xue · GitHub ↗ · v1.2.2 · MIT-0
cross-platform ✓ Security Clean
86
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install xsqorange-stock-monitor
Description
股票监控分析技能 - 自定义股票池监控、实时行情、技术指标分析、涨跌趋势预测、信号提醒
Usage Guidance
This skill appears to do what it claims: run local Python scripts to fetch market data, compute indicators, read ~/.openclaw JSON files (stock-pool, positions, trades, alerts), and push reports to a Feishu group via the platform's messaging tool. Before installing or enabling automated runs: 1) Review the full contents of the provided scripts (some snippets were truncated in the listing) to ensure no unexpected network endpoints or data exfiltration code exist. 2) Audit the ~/.openclaw JSON files — they contain sensitive financial/position data — and consider file permissions or using a separate account/VM for automation. 3) Confirm how report delivery to Feishu is configured on your OpenClaw platform (check that no secret tokens need to be added or that they are stored/rotated safely). 4) If you will enable cron/autonomous runs, verify the cron job configuration (times, target Feishu group) and that rate limits for external APIs are acceptable. If you want, I can scan the full untruncated script files for any hidden or suspicious network calls or credential access.
Capability Analysis
Type: OpenClaw Skill Name: xsqorange-stock-monitor Version: 1.2.2 The skill bundle is a comprehensive stock monitoring and analysis tool for A-shares and Hong Kong stocks. The Python scripts (stock_monitor.py, stock_capital.py, and hk_analyze.py) fetch real-time market data, technical indicators, and financial news from legitimate public APIs provided by Tencent (gtimg.cn), Sina (sina.com.cn), and Eastmoney (eastmoney.com). The tool manages user-specific data such as stock pools, trade history, and positions within the local ~/.openclaw/ directory, which is standard behavior for this type of application. The instructions in SKILL.md and the prompt templates in reports/prompts.md are well-defined and focused on ensuring data accuracy and report quality, with no evidence of malicious prompt injection, unauthorized data exfiltration, or harmful execution.
Capability Assessment
Purpose & Capability
Name/description (stock monitoring, indicators, reports) matches the files and actions: Python scripts fetch market data (Tencent, EastMoney), compute indicators, read ~/.openclaw JSON config (stock pool, positions, trades), and generate/push reports. No unrelated services or credentials are requested.
Instruction Scope
SKILL.md and prompt templates explicitly instruct reading ~/.openclaw/*.json files, running the included scripts, fetching web news, and pushing reports to Feishu. These actions are within the declared purpose. Note: the skill will read local holdings/transaction files (sensitive financial data) and will perform network requests to finance APIs and news sites as part of normal operation.
Install Mechanism
No install spec is present (instruction + bundled scripts). This is lowest-risk from installer perspective — files are provided and executed by the agent; nothing is downloaded at install time by the skill itself.
Credentials
The skill declares no required environment variables or external credentials. It does depend on platform-level messaging (Feishu) for report delivery; SKILL.md assumes a message/send tool and a Feishu group ID but does not request tokens. Confirm the platform provides the messaging integration or check whether you must supply Feishu credentials separately. It legitimately reads local config files under ~/.openclaw but those can contain private trading data, so access is proportional but sensitive.
Persistence & Privilege
always is false and the skill is user-invocable; it defines cron schedules and IM delivery but does not request persistent elevated privileges or modify other skills. Autonomous invocation is allowed by default (normal).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install xsqorange-stock-monitor
  3. After installation, invoke the skill by name or use /xsqorange-stock-monitor
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.2
优化frontmatter格式,提升ClawHub渲染效果;A股/港股监控任务分离;精简SKILL.md
Metadata
Slug xsqorange-stock-monitor
Version 1.2.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Stock Monitor?

股票监控分析技能 - 自定义股票池监控、实时行情、技术指标分析、涨跌趋势预测、信号提醒. It is an AI Agent Skill for Claude Code / OpenClaw, with 86 downloads so far.

How do I install Stock Monitor?

Run "/install xsqorange-stock-monitor" 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.2.

💬 Comments