← Back to Skills Marketplace
693
Downloads
2
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install clawwatch
Description
Track, manage, and get price alerts for crypto and stocks, view market overviews, and check the Crypto Fear & Greed Index.
README (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
- Run commands via Bash tool:
bash clawwatch \x3Ccommand> - Use
--jsonflag to get machine-readable output you can parse - Summarize results in natural language for the user
- For deep analysis, pass the JSON data to market-analyst agent
Important Rules
- Always use
--jsonflag when you need to parse the output programmatically - Don't run
clawwatch checktoo 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 checkreturns exit code 0 (no alerts) or 1 (triggered)
Combining with market-analyst
When the user asks for analysis (not just prices), chain:
clawwatch check --json→ get current prices- Pass relevant data to market-analyst for interpretation
- 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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install clawwatch - After installation, invoke the skill by name or use
/clawwatch - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release: crypto & stock watchlist tracker with alerts, Fear & Greed index, and multi-provider fallback
Metadata
Frequently Asked Questions
What is ClawWatch?
Track, manage, and get price alerts for crypto and stocks, view market overviews, and check the Crypto Fear & Greed Index. It is an AI Agent Skill for Claude Code / OpenClaw, with 693 downloads so far.
How do I install ClawWatch?
Run "/install clawwatch" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is ClawWatch free?
Yes, ClawWatch is completely free (open-source). You can download, install and use it at no cost.
Which platforms does ClawWatch support?
ClawWatch is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created ClawWatch?
It is built and maintained by goarstne (@goarstne); the current version is v0.1.0.
More Skills