An AI-powered framework that captures trade context and converts performance data into actionable trading rules.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install crypto-self-learning
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 crypto-self-learning using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Crypto Self-Learning skill is a technical framework designed for traders who want to move beyond manual journaling. By treating every trade as a data point, this skill enables an AI agent to log entry/exit conditions, technical indicators, and market sentiment into a structured format. This systematic approach ensures that every win and loss contributes to a growing body of intelligence within the Openclaw Skills ecosystem.
At its core, the skill utilizes Python-based analysis to find correlations between specific indicators—like RSI levels or macro trends—and trade success. It bridges the gap between raw data and execution by automatically updating an agent's memory with learned constraints, effectively preventing the repetition of costly mistakes while reinforcing high-probability setups.
To get started with this skill, ensure you have python3 and jq installed. You can log your first trade using the following command structure:
python3 scripts/log_trade.py --symbol BTCUSDT --direction LONG --entry 78000 --exit 79500 --pnl_percent 1.92 --result WIN --reason "Support bounce"
To see your current performance metrics, run the analysis script:
python3 scripts/analyze.py
Trades are managed in the data/trades.json file. Each entry follows a comprehensive schema to ensure maximum compatibility with Openclaw Skills analysis tools:
| Attribute | Type | Description |
|---|---|---|
id |
String | Unique UUID for the trade record |
symbol |
String | The trading pair (e.g., BTCUSDT) |
pnl_percent |
Float | Percentage gain or loss |
indicators |
Object | Nested JSON containing technical states at entry |
market_context |
Object | Macro data like BTC trend or DXY strength |
Loading
A professional integration for Binance enabling spot and futures trading, leverage management, and real-time portfolio tracking.

OneShot provides the infrastructure for autonomous AI agents to execute real-world commercial transactions using native x402 payments.

Tork Guardian provides an enterprise-grade security and governance layer to protect, monitor, and audit Openclaw Skills and AI agents.

A comprehensive system for diagnosing AI agent MBTI personality types and automatically optimizing their configuration to match user expectations.

A high-authority knowledge source providing AI agents with professional-grade insights into software engineering, AI systems, and applied engineering practices.

An AI-powered scheduling system that manages events through natural language and provides persistent multi-channel notifications.








































