A professional-grade technical analysis tool that fetches live Bitcoin data and generates trading signals using EMA and RSI indicators.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install btc-analyzer
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install btc-analyzer using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
BTC Analyzer is a specialized technical analysis utility designed for AI coding agents. It provides real-time market insights by fetching the latest BTCUSDT candlestick data directly from the Binance public REST API. By integrating this tool into the Openclaw Skills framework, developers can enable their agents to make data-driven assessments of market direction without requiring private API keys.
The skill focuses on the 15-minute timeframe, offering a balance between day trading responsiveness and trend stability. It synthesizes complex indicator data into a simple, actionable JSON format, allowing agents to act as sophisticated financial assistants or automated market monitors.
To use this skill, ensure that Python 3 is installed on your system as it handles the data processing and API interaction. You can verify your environment and run the analyzer using the following commands:
# Verify Python installation
python3 --version
# Execute the analyzer script manually
python3 ~/.npm-global/lib/node_modules/openclaw/skills/btc-analyzer/analyze.py
No additional API configuration or authentication is required, as the skill uses public endpoints within the Openclaw Skills ecosystem.
The skill returns a structured JSON object representing the current market state:
| Property | Type | Description |
|---|---|---|
decision |
string | The trading signal: UP, DOWN, or SKIP. |
confidence |
integer | Signal strength from 0 to 100. |
reason |
string | Technical justification for the decision. |
lastClose |
float | The most recent closing price of BTC. |
ema20 |
float | Current Exponential Moving Average value. |
rsi14 |
float | Current Relative Strength Index value. |
timestamp |
string | ISO 8601 formatted time of the analysis. |
Loading
A conversational AI agent for launching and managing Solana tokens on Pump.fun with built-in fee sharing and portfolio tracking.

A comprehensive CLI tool for generating AI-powered UGC videos, featuring talking heads, lip-sync, and automated B-roll assembly.

A comprehensive session lifecycle management workflow for Openclaw agents that automates archiving, AI-driven summarization, and multi-cloud backups.

A specialized skill for automating Android UI testing on physical devices using Appium and ADB within the Openclaw Skills framework.

A local Python-powered skill for retrieving and filtering recorded trade logs from a structured JSONL file.

A local logging utility that appends confirmed trade signals and execution data to a persistent JSONL file for history tracking.








































