技能详情(站内镜像,无评论)
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v0.1.0
统计:⭐ 0 · 80 · 0 current installs · 0 all-time installs
⭐ 0
安装量(当前) 0
🛡 VirusTotal :良性 · OpenClaw :良性
Package:aiden-fan/stock-monitor-skill-0-1-0-custom
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :良性
OpenClaw 评估
The skill's files and runtime instructions are consistent with a self-hosted stock monitoring/alerting tool: it runs a user-level daemon, queries public finance/news APIs, and writes logs to the user's home directory; nothing in the package demands unrelated credentials or surprising system privileges.
目的
Name/description (stock monitoring and alerts) align with the code and runtime instructions: the scripts query public finance/news endpoints (Eastmoney, Sina), compute indicators, and emit alerts. There are minor documentation mismatches (README suggests copying config.example.py but no such file exists in the bundle) and an inconsistent ownerId in _meta.json versus registry metadata, but these are likely bookkeeping issues rather than functio…
说明范围
SKILL.md and control.sh limit the agent to starting/stopping a local daemon and editing local config; the runtime instructions do not ask the agent to read unrelated system files or environment secrets. Notable points: (1) README mentions a config.example.py that is not present in the package; (2) the included tests (test_suite.py) insert an absolute developer path (/home/wesley/...) which is odd and could try to reference a developer-local pa…
安装机制
No install spec (instruction-only install) and no external archive downloads. Code is provided in the skill bundle; nothing in the files attempts to fetch or run arbitrary installers from unknown hosts. Risk remains that the packaged Python will be run on the host (daemon and scripts), which is expected for this type of skill.
证书
The skill declares no required environment variables or credentials and the code uses only public web APIs. It writes logs and a PID file under $HOME/.stock_monitor (control.sh and monitor_daemon.py). No credentials or secret access is requested; network access to public finance/news endpoints is necessary for the stated purpose.
持久
always:false (no forced inclusion). The skill runs a user-level background process (via control.sh -> nohup python3 monitor_daemon.py) and creates files in the user's home directory. This is a standard behavior for a self-hosted monitor but worth noting because it results in continuous outbound network traffic and persistent local files until the user stops it.
综合结论
This package appears to be a coherent self-hosted stock-monitoring tool, but please consider the following before installing/running it: - Run in a sandbox or VM first. The package runs a persistent daemon (control.sh -> monitor_daemon.py) that will continuously make outbound HTTP requests to finance/news APIs and create logs under $HOME/.stock_monitor. - Review the code locally. The network endpoints used (eastmoney, sina, push2.eastmoney.com…
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Stock Monitor Skill 0.1.0」。简介:全功能智能股票监控预警系统。支持成本百分比、均线金叉死叉、RSI超买超卖、成交量异动、跳空缺口、动态止盈等7大预警规则。符合中国投资者习惯(红涨绿跌)。。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/aiden-fan/stock-monitor-skill-0-1-0-custom/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
暂无本地缓存内容,可在后台执行详情同步。