← 返回 Skills 市场
xsqorange

Stock Monitor

作者 Leon Xue · GitHub ↗ · v1.2.2 · MIT-0
cross-platform ✓ 安全检测通过
86
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install xsqorange-stock-monitor
功能描述
股票监控分析技能 - 自定义股票池监控、实时行情、技术指标分析、涨跌趋势预测、信号提醒
安全使用建议
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.
功能分析
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.
能力评估
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).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install xsqorange-stock-monitor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /xsqorange-stock-monitor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.2
优化frontmatter格式,提升ClawHub渲染效果;A股/港股监控任务分离;精简SKILL.md
元数据
Slug xsqorange-stock-monitor
版本 1.2.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Stock Monitor 是什么?

股票监控分析技能 - 自定义股票池监控、实时行情、技术指标分析、涨跌趋势预测、信号提醒. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 86 次。

如何安装 Stock Monitor?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install xsqorange-stock-monitor」即可一键安装,无需额外配置。

Stock Monitor 是免费的吗?

是的,Stock Monitor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Stock Monitor 支持哪些平台?

Stock Monitor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Stock Monitor?

由 Leon Xue(@xsqorange)开发并维护,当前版本 v1.2.2。

💬 留言讨论