{"skill":{"slug":"btc-monitor-talentversex","displayName":"BTC Monitor TalentverseX","summary":"BTC and ETH market monitor with public API data, six bottom-fishing signals, and optional Discord delivery. TalentverseX","description":"---\nname: btc-monitor-talentversex\ndescription: BTC and ETH market monitor with public API data, six bottom-fishing signals, and optional Discord delivery. TalentverseX\n---\n\n# BTC Monitor TalentverseX\n\nUse this skill when the user wants a quick BTC/ETH market-monitoring report based on public APIs, especially for oversold or bottom-fishing style checks.\n\n## What This Skill Does\n\n- Reads runtime settings from `{baseDir}/config.json`\n- Fetches BTC/ETH market candles, preferring Binance, then Bybit, then CoinGecko-derived fallback\n- Fetches CoinGecko market metadata and the Fear & Greed Index\n- Computes 6 implemented signals:\n  - RSI oversold\n  - Volume washout\n  - MACD histogram below zero\n  - Price near lower Bollinger band\n  - Extreme fear\n  - Low MVRV proxy\n- Prints a plain-text report\n- Optionally posts the report to Discord if enabled in config and the bot token exists in the environment\n\n## What This Skill Does Not Do\n\n- It does not place trades\n- It does not use Glassnode, Twitter, Reddit, or any LLM integration\n- It does not provide a true on-chain MVRV metric; `MVRV proxy` is an approximation from CoinGecko history\n\n## Files\n\n- `{baseDir}/scripts/monitor.py`: main executable\n- `{baseDir}/config.json`: runtime configuration\n- `{baseDir}/requirements.txt`: Python dependency list\n- `{baseDir}/scripts/install.sh`: optional install helper for bash environments\n- `{baseDir}/scripts/setup_cron.sh`: optional cron helper for bash environments\n- `{baseDir}/docs/TROUBLESHOOTING.md`: troubleshooting notes\n\n## How To Run\n\nInstall dependencies:\n\n```bash\npython3 -m pip install -r {baseDir}/requirements.txt\n```\n\nRun once:\n\n```bash\npython3 {baseDir}/scripts/monitor.py\n```\n\n## Discord Delivery\n\nTo send the report to Discord:\n\n1. Set `\"discord.enabled\": true` in `{baseDir}/config.json`\n2. Set `\"discord.channel_id\"` in `{baseDir}/config.json`\n3. Export the env var named by `\"discord.token_env\"` before running the script\n\nExample:\n\n```bash\nexport DISCORD_TOKEN=your_bot_token\npython3 {baseDir}/scripts/monitor.py\n```\n\n## When To Use It\n\n- Daily or scheduled BTC/ETH market summaries\n- Quick oversold-signal checks\n- Lightweight Discord alerts using only public data sources\n\n## Scheduling\n\nThe script runs once per invocation. Use cron, Task Scheduler, or another external scheduler if the user wants recurring execution.\n","topics":["Discord"],"tags":{"latest":"4.0.1"},"stats":{"comments":0,"downloads":618,"installsAllTime":23,"installsCurrent":0,"stars":1,"versions":2},"createdAt":1773138729116,"updatedAt":1778491807445},"latestVersion":{"version":"4.0.1","createdAt":1773139393908,"changelog":"Include install and scheduler helper scripts in the ClawHub package","license":"MIT-0"},"metadata":null,"owner":{"handle":"liammme","userId":"s173hxf2xsg4p6931ecfdz3tcx884gq8","displayName":"Liammme","image":"https://avatars.githubusercontent.com/u/125541119?v=4"},"moderation":null}