← 返回 Skills 市场
goarstne

ClawWatch

作者 goarstne · GitHub ↗ · v0.1.0
cross-platform ✓ 安全检测通过
693
总下载
2
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install clawwatch
功能描述
Track, manage, and get price alerts for crypto and stocks, view market overviews, and check the Crypto Fear & Greed Index.
使用说明 (SKILL.md)

ClawWatch — Watchlist Skill

Quick Reference

User says... You run...
"Füg Bitcoin zur Watchlist hinzu" clawwatch add BTC
"Add NVIDIA and Tesla" clawwatch add NVDA TSLA --tag portfolio
"Wie steht meine Watchlist?" clawwatch check --json → parse & summarize
"Zeig mir nur die Kryptos" clawwatch list --type crypto --json
"Alert wenn BTC über 100k geht" clawwatch alert add BTC above 100000
"Alert if ETH drops 5% in a day" clawwatch alert add ETH change 5
"Wie ist die Marktstimmung?" clawwatch feargreed
"Entferne TSLA" clawwatch remove TSLA
"Check my alerts" clawwatch alert check --json
"Export als CSV" clawwatch export --format csv

How to Use

  1. Run commands via Bash tool: bash clawwatch \x3Ccommand>
  2. Use --json flag to get machine-readable output you can parse
  3. Summarize results in natural language for the user
  4. For deep analysis, pass the JSON data to market-analyst agent

Important Rules

  • Always use --json flag when you need to parse the output programmatically
  • Don't run clawwatch check too frequently — respect API rate limits (max every 60 seconds)
  • Auto-detection: Just pass symbols like BTC, ETH, NVDA, SAP.DE — the tool auto-detects crypto vs stock
  • Alert exit codes: clawwatch alert check returns exit code 0 (no alerts) or 1 (triggered)

Combining with market-analyst

When the user asks for analysis (not just prices), chain:

  1. clawwatch check --json → get current prices
  2. Pass relevant data to market-analyst for interpretation
  3. Deliver combined response

Reading Cached Data

Instead of running CLI commands, you can read cached data directly:

  • ~/.clawwatch/latest.json — Last fetched prices
  • ~/.clawwatch/watchlist.json — Full watchlist state

Installation

pip install clawwatch
# No API keys needed for crypto! Works out of the box.
# Optional: set CoinCap key for higher rate limits
clawwatch config --coincap-key YOUR_KEY  # optional
安全使用建议
This skill appears to be internally consistent with its stated purpose (watchlist, pricing, alerts). Before you install or let an agent run it: 1) Verify the `clawwatch` package source (PyPI project page or repository) — do not pip install from an unknown or untrusted source. 2) If you install, prefer a virtualenv/container and inspect the package code or its homepage. 3) Be aware the agent will execute the `clawwatch` CLI via Bash and may read ~/.clawwatch/*.json cache files — ensure those files don't contain private secrets or tokens. 4) Only provide optional CoinCap/Finnhub keys if you trust the package; treat those keys like any API secret. If you want higher assurance, ask the publisher for a repository link or a signed release before installing.
功能分析
Type: OpenClaw Skill Name: clawwatch Version: 0.1.0 The skill bundle describes a legitimate crypto and stock watchlist tracker. It uses standard CLI commands via the `Bash` tool and instructs the agent to read its own cached data files (`~/.clawwatch/*.json`) using the `Read` tool, which is aligned with its stated purpose. There is no evidence of intentional data exfiltration, malicious execution (e.g., `curl|bash`), persistence mechanisms, or prompt injection attempts within the `SKILL.md` or other documentation files. The instructions are clear and directly support the skill's functionality.
能力评估
Purpose & Capability
Name and description match the instructions and reference docs: the SKILL.md documents a CLI-based watchlist that uses CoinPaprika / CoinCap / yfinance / Fear & Greed / Finnhub as described. Required capabilities (fetching prices, caching, alerts) are coherent with the declared purpose.
Instruction Scope
Runtime instructions are narrowly scoped to running the `clawwatch` CLI via the Bash tool, using `--json` for machine parsing, and optionally reading two cache files under ~/.clawwatch (latest.json, watchlist.json). Reading only those cache files is reasonable for the skill's purpose, but the agent will be executing shell commands and reading files in the user's home directory (under ~/.clawwatch) — confirm those files do not contain unrelated secrets before permitting access.
Install Mechanism
The skill is instruction-only (no install spec in registry), which is low static risk. However, SKILL.md suggests an installation step (`pip install clawwatch`) and references PyPI-like config flags; because the registry does not provide a vetted install spec or a known homepage/source, installing the package from an unverified source (PyPI or elsewhere) carries risk. The skill itself does not force installation, but if you allow the agent to run pip install, that action can fetch and execute arbitrary code.
Credentials
The skill declares no required environment variables or primary credential. Optional API keys (CoinCap, Finnhub) are mentioned only for higher rate limits / fallbacks and are proportional to the stated external services. No unrelated secrets or broad environment/config path access are requested.
Persistence & Privilege
always:false and no special privileges requested. The skill does not attempt to modify other skills or system-wide agent settings. Autonomous invocation is allowed by default (disable-model-invocation: false) which is normal and expected; this is not combined with other concerning privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install clawwatch
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /clawwatch 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release: crypto & stock watchlist tracker with alerts, Fear & Greed index, and multi-provider fallback
元数据
Slug clawwatch
版本 0.1.0
许可证
累计安装 3
当前安装数 2
历史版本数 1
常见问题

ClawWatch 是什么?

Track, manage, and get price alerts for crypto and stocks, view market overviews, and check the Crypto Fear & Greed Index. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 693 次。

如何安装 ClawWatch?

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

ClawWatch 是免费的吗?

是的,ClawWatch 完全免费(开源免费),可自由下载、安装和使用。

ClawWatch 支持哪些平台?

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

谁开发了 ClawWatch?

由 goarstne(@goarstne)开发并维护,当前版本 v0.1.0。

💬 留言讨论