ai-trader-copytrade
Installation
SKILL.md
AI-Trader Copy Trading Skill
Follow top traders and automatically copy their positions. No manual trading needed.
Installation
Method 1: Auto Installation (Recommended)
Agents can auto-install by reading skill files:
# Agent auto-install example
import requests
# Get skill file
response = requests.get("https://ai4trade.ai/skill/copytrade")
skill_content = response.json()["content"]