Monitor ETH wallets and DeFi positions across chains with alerts for balance changes, gas prices, health factors, and large token transfers.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install crypto-watcher或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install crypto-watcher⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/crypto-watcher/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
Monitor crypto wallets and DeFi positions. Get alerts when things change.
# Add a wallet to watch
crypto-watcher add 0x1234...abcd --name "main" --chains eth,arb,base
# Configure alerts
crypto-watcher config --gas-alert 20 --balance-change 5%
# Check all positions
crypto-watcher status
# Check specific wallet
crypto-watcher status main
# Gas prices
crypto-watcher gas
# DeFi positions (via DefiLlama)
crypto-watcher defi 0x1234...abcd
Add to HEARTBEAT.md:
### Crypto Check
- Run `crypto-watcher status --quiet`
- Alert if any position health < 1.5 or balance dropped > 10%
- Check gas, alert if < 15 gwei (good time for L1 txs)
~/.config/crypto-watcher/config.json:
{
"wallets": [
{
"address": "0x...",
"name": "main",
"chains": ["eth", "arb", "base"]
}
],
"alerts": {
"gasThreshold": 20,
"balanceChangePercent": 5,
"healthFactorMin": 1.5
}
}
| Chain | ID | RPC | |-------|-----|-----| | Ethereum | eth | https://eth.llamarpc.com | | Arbitrum | arb | https://arb1.arbitrum.io/rpc | | Base | base | https://mainnet.base.org | | Optimism | op | https://mainnet.optimism.io | | Polygon | matic | https://polygon-rpc.com |
安装 Crypto Watcher 后,可以对 AI 说这些话来触发它
Help me get started with Crypto Watcher
Explains what Crypto Watcher does, walks through the setup, and runs a quick demo based on your current project
Use Crypto Watcher to monitor ETH wallets and DeFi positions across chains with alerts fo...
Invokes Crypto Watcher with the right parameters and returns the result directly in the conversation
What can I do with Crypto Watcher in my finance & investment workflow?
Lists the top use cases for Crypto Watcher, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/crypto-watcher/ 目录(个人级,所有项目可用),或 .claude/skills/crypto-watcher/(项目级)。重启 AI 客户端后,用 /crypto-watcher 主动调用,或让 AI 根据上下文自动发现并使用。
Crypto Watcher 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Crypto Watcher 可免费安装使用。请查阅仓库了解许可证信息。
Monitor ETH wallets and DeFi positions across chains with alerts for balance changes, gas prices, health factors, and large token transfers.
Crypto Watcher 属于「Finance & Investment」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my finance & investment tasks using Crypto Watcher
Identifies repetitive steps in your workflow and sets up Crypto Watcher to handle them automatically