返回顶部
c

clawwatch

>

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.1.0
安全检测
已通过
652
下载量
2
收藏
概述
安装方式
版本历史

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 clawwatch config --coincap-key YOUR_KEY # optional ```

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 clawwatch-1776419976 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 clawwatch-1776419976 技能

通过命令行安装

skillhub install clawwatch-1776419976

下载 Zip 包

⬇ 下载 clawwatch v0.1.0

文件大小: 4.47 KB | 发布时间: 2026-4-17 19:57

v0.1.0 最新 2026-4-17 19:57
Initial release: crypto & stock watchlist tracker with alerts, Fear & Greed index, and multi-provider fallback

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部