定期巡检加密货币行情,通过 CoinGecko API 获取 BTC、ETH、LTC 的实时价格(USD/CNY) 和 24h 涨跌幅。涨跌幅超过阈值时推送行情摘要,全部正常时回复 HEARTBEAT_OK。 支持 /crypto-monitor 斜杠命令触发,也可通过自然语言触发(如"帮我看一下 BTC 行情"、 "加密货币价格怎么样"、"crypto price check")。 配合 Cron 定时任务实现自动巡检。
$npx -y skills add djangopeng/agentic-ai --skill crypto-monitorInstalls into the current project.
Run `npx skills use "https://github.com/djangopeng/agentic-ai" --skill "djangopeng/agentic-ai/crypto-monitor"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/djangopeng/agentic-ai" that are relevant to the current task. Run `npx skills add "https://github.com/djangopeng/agentic-ai"` and select the relevant skills, then follow their instructions.