Overview
- Skill Key
- goarstne/clawwatch
- Author
- goarstne
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/goarstne/clawwatch
- Latest Commit SHA
- 2c8d7b59aa2bc331f88d43534b0abcd832d4fcb4
Crypto and stock price watchlist tracker. Use when the user asks about their watchlist, wants to add/remove assets to track, check prices, set price alerts, or get a market overview. Supports BTC, ETH, and all major crypto via CoinPaprika + stocks via Yahoo Finance. Also provides the Crypto Fear & Greed Index.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 clawwatch 技能。 若已安装,则直接安装 clawwatch 技能。
# 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 <command>` 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 ```bash pip install clawwatch # No API keys needed for crypto! Works out of the box. # Optional: set CoinCap key for higher rate limits clawwat...
0xnyk
X Intelligence CLI — search, monitor, analyze, and engage on X/Twitter. TypeScript + Bun. AI agent skill.
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
jackculpan
Track flight prices from Google Flights with this OpenClaw skill. Search routes, monitor prices, and get alerts when prices drop.
openclaw-trade
openclaw trading assistant| openclaw trading skill | nof1.ai & openclaw [moltbot] collaboration | We get the best practices from alpha arena trading seasons and bring it to clawdbot All top AI agents, realtime monitoring and news research, gather info from private insiders and many other! Using Hyperliquid API.
xquik-dev
X (Twitter) automation skill for AI coding agents. Tweet search, user lookup, follower/following extraction, media download, reply/retweet/quote extraction, 40+ tools, account monitoring & trending topics. REST API, MCP server, HMAC webhooks. Works with Claude Code, Cursor, Codex, Copilot, Windsurf & 40+ agents.
mohsinkhadim59
Step-by-step guides for installing and running OpenClaw, an open-source AI agent, on Mac, Linux VPS, and AWS covering setup, security, messaging channels, Google integration, skills, and monitoring.