← 返回 Skills 市场
liammme

BTC Monitor TalentverseX

作者 Liammme · GitHub ↗ · v4.0.1 · MIT-0
cross-platform ✓ 安全检测通过
302
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install btc-monitor-talentversex
功能描述
BTC and ETH market monitor with public API data, six bottom-fishing signals, and optional Discord delivery. TalentverseX
使用说明 (SKILL.md)

BTC Monitor TalentverseX

Use 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.

What This Skill Does

  • Reads runtime settings from {baseDir}/config.json
  • Fetches BTC/ETH market candles, preferring Binance, then Bybit, then CoinGecko-derived fallback
  • Fetches CoinGecko market metadata and the Fear & Greed Index
  • Computes 6 implemented signals:
    • RSI oversold
    • Volume washout
    • MACD histogram below zero
    • Price near lower Bollinger band
    • Extreme fear
    • Low MVRV proxy
  • Prints a plain-text report
  • Optionally posts the report to Discord if enabled in config and the bot token exists in the environment

What This Skill Does Not Do

  • It does not place trades
  • It does not use Glassnode, Twitter, Reddit, or any LLM integration
  • It does not provide a true on-chain MVRV metric; MVRV proxy is an approximation from CoinGecko history

Files

  • {baseDir}/scripts/monitor.py: main executable
  • {baseDir}/config.json: runtime configuration
  • {baseDir}/requirements.txt: Python dependency list
  • {baseDir}/scripts/install.sh: optional install helper for bash environments
  • {baseDir}/scripts/setup_cron.sh: optional cron helper for bash environments
  • {baseDir}/docs/TROUBLESHOOTING.md: troubleshooting notes

How To Run

Install dependencies:

python3 -m pip install -r {baseDir}/requirements.txt

Run once:

python3 {baseDir}/scripts/monitor.py

Discord Delivery

To send the report to Discord:

  1. Set "discord.enabled": true in {baseDir}/config.json
  2. Set "discord.channel_id" in {baseDir}/config.json
  3. Export the env var named by "discord.token_env" before running the script

Example:

export DISCORD_TOKEN=your_bot_token
python3 {baseDir}/scripts/monitor.py

When To Use It

  • Daily or scheduled BTC/ETH market summaries
  • Quick oversold-signal checks
  • Lightweight Discord alerts using only public data sources

Scheduling

The script runs once per invocation. Use cron, Task Scheduler, or another external scheduler if the user wants recurring execution.

安全使用建议
This package appears coherent for a market-monitoring script. Before installing: 1) Inspect the full scripts/monitor.py (the provided review bundle truncated it) to confirm there are no unexpected network endpoints or hidden behavior. 2) Run the script manually once in a Python virtual environment (python3 -m venv && pip install -r requirements.txt) to verify output before scheduling. 3) Only export a Discord bot token (DISCORD_TOKEN or custom token_env) if you trust the bot and the channel_id configured; treat that token like a secret. 4) If you use setup_cron.sh, review crontab (crontab -l) afterwards and ensure logs/monitor.log is written to a directory you control; do not run as root. 5) If you need higher assurance, provide the full, untruncated monitor.py for review; that could raise confidence from medium to high.
功能分析
Type: OpenClaw Skill Name: btc-monitor-talentversex Version: 4.0.1 The skill is a legitimate cryptocurrency market monitor that fetches data from public APIs (Binance, Bybit, CoinGecko) and provides technical analysis signals. The code in scripts/monitor.py is well-structured, follows the stated purpose, and only accesses the environment variable specified for Discord integration. While it includes a persistence mechanism via scripts/setup_cron.sh, this is explicitly documented for scheduling purposes and lacks any hidden or malicious behavior.
能力评估
Purpose & Capability
Name/description match the code and docs: the skill fetches Binance/Bybit/CoinGecko/Fear&Greed public APIs, computes technical signals, prints a report, and can post to Discord. Required packages (requests) and helper scripts (install, cron) are proportional to this task.
Instruction Scope
SKILL.md and docs describe only reading {baseDir}/config.json, fetching public market APIs, computing indicators, and optional Discord posting. The script reads only local config.json and uses network calls to public endpoints. Note: the registry metadata lists no required env vars, but the skill legitimately uses an optional DISCORD_TOKEN environment variable when discord.enabled is true (this is documented in SKILL.md and config.json). The main Python file was truncated in the provided bundle, so the final behavior (after the truncation point) could not be fully validated.
Install Mechanism
No automatic install spec in the registry (instruction-only), but included install.sh uses pip to install requirements.txt and creates a logs directory. This is low-risk and standard; no downloads from unknown hosts or archive extraction were observed.
Credentials
The skill requests no credentials in registry metadata. It optionally reads a Discord bot token from an environment variable named in config.json (default DISCORD_TOKEN) — this is appropriate for optional Discord delivery but does mean you must supply a bot token to enable posting. No unrelated cloud credentials or system secrets are requested. The script reads only the local config.json and writes logs; it does not declare any other sensitive env requirements.
Persistence & Privilege
always:false and model invocation defaults are normal. The provided setup_cron.sh modifies the user's crontab to schedule runs if the user runs it — that requires explicit user action. The skill does not request permanent platform-level privileges or modify other skills' configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install btc-monitor-talentversex
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /btc-monitor-talentversex 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v4.0.1
Include install and scheduler helper scripts in the ClawHub package
v4.0.0
Initial ClawHub release
元数据
Slug btc-monitor-talentversex
版本 4.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

BTC Monitor TalentverseX 是什么?

BTC and ETH market monitor with public API data, six bottom-fishing signals, and optional Discord delivery. TalentverseX. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 302 次。

如何安装 BTC Monitor TalentverseX?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install btc-monitor-talentversex」即可一键安装,无需额外配置。

BTC Monitor TalentverseX 是免费的吗?

是的,BTC Monitor TalentverseX 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

BTC Monitor TalentverseX 支持哪些平台?

BTC Monitor TalentverseX 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 BTC Monitor TalentverseX?

由 Liammme(@liammme)开发并维护,当前版本 v4.0.1。

💬 留言讨论