← 返回 Skills 市场
80
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install stock-monitor-fixed
功能描述
Use when building a manual stock watchlist, defining alert thresholds, or documenting a repeatable monitoring routine with public market data.
使用说明 (SKILL.md)
Stock Monitor
This skill helps design a repeatable monitoring workflow. It does not ship a background daemon, alert bot, or proprietary market-data service.
When to use
- You want a watchlist for holdings or names you are considering.
- You need threshold rules for price moves, volume spikes, or gap opens.
- You want a simple routine for checking public market data and recording follow-up actions.
Suggested workflow
- Build a watchlist. Record ticker, market, thesis, baseline price, and the event you care about.
- Define alert thresholds. Examples: percentage move, break above resistance, break below support, or unusual volume.
- Decide the review cadence. Intraday, daily close, weekly review, or earnings-only monitoring.
- Record observations. Note what changed, whether the thesis still holds, and what action should happen next.
Example watchlist template
{
"watchlist": [
{
"ticker": "AAPL",
"market": "NASDAQ",
"baseline_price": 190.0,
"alert_rules": [
"price moves more than 5% from baseline",
"close breaks above previous 20-day high"
],
"review_notes": "Watch the next earnings call and hardware guidance."
}
]
}
Good outputs
- A clean watchlist
- Explicit threshold rules
- Review cadence
- Notes for what to do when a rule triggers
Guardrails
- Treat all public quotes as delayed or vendor-dependent unless verified.
- Do not claim that automatic alerts were sent unless an actual notification system exists.
- Keep records of thresholds and rationale so later reviews are comparable.
- This skill is for monitoring and planning, not for trade execution.
安全使用建议
This is a low-risk, instruction-only skill useful as a template for manual monitoring. Before installing, be aware: the skill itself does not fetch live data or send alerts — if you later add integrations (APIs, bots, or automation) those will require credentials and raise additional risks. Do not provide any API keys or trading credentials to the skill unless you trust implemented code; review any future code or install specs for network calls, downloads, or credential usage. If you want automated alerts, plan to supply only the minimal, purpose-specific credentials to a vetted integration rather than to this skill as-is.
能力评估
Purpose & Capability
The name and description match the requirements and content: it's a manual monitoring/workflow guide for public market data and does not request unrelated resources or capabilities.
Instruction Scope
SKILL.md contains only procedural guidance (how to build a watchlist, define thresholds, cadence, and notes). It does not instruct the agent to read local files, access credentials, run shell commands, or transmit data to external endpoints.
Install Mechanism
No install spec or code files are present. Being instruction-only means nothing is written to disk or downloaded during install.
Credentials
The skill requests no environment variables, credentials, or config paths — proportional to an instruction-only monitoring workflow.
Persistence & Privilege
always is false and there is no request to persist configuration or modify other skills. Autonomous invocation is allowed by default on the platform but this skill's instructions do not escalate privileges or demand persistent presence.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install stock-monitor-fixed - 安装完成后,直接呼叫该 Skill 的名称或使用
/stock-monitor-fixed触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Rewrite the skill as an English monitoring guide and remove references to a nonexistent alert CLI.
v1.0.0
修复标签错误,添加完整标签分类,版本降为1.0.0
元数据
常见问题
Stock Monitor 是什么?
Use when building a manual stock watchlist, defining alert thresholds, or documenting a repeatable monitoring routine with public market data. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 80 次。
如何安装 Stock Monitor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install stock-monitor-fixed」即可一键安装,无需额外配置。
Stock Monitor 是免费的吗?
是的,Stock Monitor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Stock Monitor 支持哪些平台?
Stock Monitor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Stock Monitor?
由 XuXu(@xuxuclassmate)开发并维护,当前版本 v1.0.1。
推荐 Skills