An AI trading coach that converts broker CSV exports into professional review reports with 8-dimensional scoring and deep pattern insights.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install trading-coach
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 trading-coach using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Trading Coach is a specialized tool designed for serious traders who want to move beyond basic profit and loss tracking. By utilizing Openclaw Skills, this agent automates the tedious process of reconstructing trade lifecycles from raw broker data. It supports major platforms like Futu, Tiger Securities, and CITIC, making it a versatile choice for global investors.
The core of the skill lies in its ability to synthesize complex market data into professional-grade reports. It doesn't just show you what happened; it explains why. By analyzing entries and exits against technical indicators and risk parameters, this Openclaw Skills implementation provides a data-driven path to improving your trading discipline and market edge.
To get started with this skill, ensure you have a Python environment ready. Follow these steps to install the necessary Openclaw Skills components:
# Clone the repository
git clone https://github.com/BENZEMA216/tradingcoach.git ~/tradingcoach
cd ~/tradingcoach
# Initialize environment and install dependencies
python3 -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt && cp config_template.py config.py
# Execute the analysis pipeline
python scripts/import_trades.py /path/to/trades.csv
python scripts/run_matching.py
python scripts/score_positions.py --all
python scripts/analyze_scores.py
The skill organizes trading data into a structured taxonomy for precise evaluation. The following table describes the primary data points processed by these Openclaw Skills:
| Data Category | Purpose | Included Metrics |
|---|---|---|
| Raw Trades | Import baseline | Symbol, Side, Price, Quantity, Time |
| Position Lifecycle | Performance tracking | Entry/Exit Time, Duration, Net P/L |
| Quality Scores | Technical audit | RSI/MACD alignment, R:R Ratio, Slippage |
| AI Insights | Strategic advice | Pattern recognition, Root cause analysis |
Loading
An intelligent RSS and Atom feed reader that uses LLMs to generate summaries and delivers them through multiple notification channels.

A professional-grade options strategy analyzer providing real-time market data, Greeks calculation, and intelligent strategy recommendations.

Clawdio provides auditory perception for AI agents, converting human audio into structured data, semantic reports, and machine-readable markdown.

Clawdio transforms Twitter Spaces and voice conversations into structured, machine-readable intelligence for AI agents.

A specialized search engine skill designed to provide Large Language Models with clean, structured web data and synthesized AI answers.

Download Instagram Reels via browser automation and send them as WhatsApp-ready videos using Openclaw Skills.








































