Agent skill
Polymarket Copy Trader
This skill should be used when the user asks to "copy trade", "telegram bot polymarket", "follow traders", "copy polymarket", or mentions building a copy trading bot for Polymarket.
Install this agent skill to your Project
npx add-skill https://github.com/ChinchillaEnterprises/ChillSkills/tree/main/polymarket-copytrader
SKILL.md
Polymarket Copy Trading Bot
Telegram bot for non-custodial copy trading on Polymarket.
Quick Start
cd /Users/tori/Documents/Repos/polymarket-tools/copy-trader
source venv/bin/activate
python main.py
Setup
- Get a Telegram bot token from @BotFather
- Add to
.env:TELEGRAM_BOT_TOKEN=your_token_here - Run the bot
Bot Commands
| Command | Description |
|---|---|
/start |
Welcome message |
/setkey |
Set private key |
/clearkey |
Clear key |
/addtarget <addr> [%] [min$] |
Add target |
/removetarget <addr> |
Remove target |
/targets |
List targets |
/start_copy |
Start copying |
/stop |
Stop copying |
/status |
View status |
Example Session
User: /setkey 0x123...abc
Bot: ✅ Private key set!
User: /addtarget 0xwhale... 10 100
Bot: ✅ Added target: 10% size, $100 min
User: /start_copy
Bot: ✅ Copy trading started!
Bot: 📋 Copied Trade
Market: Will X happen?
Side: BUY
Size: $50.00
Files
- Repo:
ChinchillaEnterprises/polymarket-tools - Code:
/Users/tori/Documents/Repos/polymarket-tools/copy-trader/ - Main:
main.py(entry point) - Bot:
bot.py(Telegram logic) - Subgraph:
subgraph.py(trade queries) - Executor:
executor.py(order execution)
Risk Controls
| Setting | Default |
|---|---|
| Copy % | 10% |
| Min Trade | $50 |
| Max Trade | $500 |
| Daily Loss | $1,000 |
Security Notes
- Keys stored in memory only
- Messages with keys auto-deleted
- Use dedicated trading wallet
- Never share your private key
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
Red Team
Use this skill when the user says "red team", "stress test", "attack this", "critique this", "run the models against this", "test this plan", "refine this with AI", or wants to use external AI models to critique, validate, or improve a document, pitch, plan, or idea. Also use when the user wants to save Claude Code usage by offloading analysis to other models.
Upwork Scanner
This skill should be used when the user asks to "scan upwork", "find upwork jobs", "check upwork", "run the scanner", "look for jobs", or mentions finding freelance projects for Chinchilla AI.
Polymarket Arb Scanner
This skill should be used when the user asks to "scan polymarket", "find arb opportunities", "check polymarket arbs", "run arb scanner", "polymarket arbitrage", or mentions detecting price inefficiencies on Polymarket.
captain-update
Architecture Diagram
This skill should be used when the user asks to "generate a diagram", "create an architecture diagram", "make a diagram", "draw a system diagram", or needs a branded Chinchilla AI technical diagram for proposals or documentation.
update-readme
Autonomously audit the entire repository and update the main README with comprehensive, accurate documentation of the current codebase
Didn't find tool you were looking for?