home / skills / bankrbot / claude-plugins / bankr-automation
This skill helps you set up and manage automated trading orders, schedules, and strategies across supported chains.
npx playbooks add skill bankrbot/claude-plugins --skill bankr-automationReview the files below or copy the command above to add this skill to your agents.
---
name: Bankr Agent - Automation
description: This skill should be used when the user asks about "limit order", "stop loss", "DCA", "TWAP", "schedule", "automate", "recurring order", "price trigger", "cancel automation", "my automations", or any automated trading operation. Provides guidance on limit orders, scheduled commands, and automated strategies.
version: 1.0.0
---
# Bankr Automation
Set up automated orders and scheduled trading strategies.
## Order Types
### Limit Orders
Execute at target price:
- "Set a limit order to buy ETH at $3,000"
- "Limit order: sell BNKR when it hits $0.02"
### Stop Loss Orders
Automatically sell to limit losses:
- "Set stop loss for my ETH at $2,500"
- "Stop loss: sell 50% of BNKR if it drops 20%"
### DCA (Dollar Cost Averaging)
Invest fixed amounts at regular intervals:
- "DCA $100 into ETH every week"
- "Set up daily $50 Bitcoin purchases"
### TWAP (Time-Weighted Average Price)
Spread large orders over time:
- "TWAP: buy $1000 of ETH over 24 hours"
- "Spread my sell order over 4 hours"
### Scheduled Commands
Run any Bankr command on a schedule:
- "Every morning, check my portfolio"
- "At 9am daily, check ETH price"
## Managing Automations
**View:**
- "Show my automations"
- "What limit orders do I have?"
**Cancel:**
- "Cancel my ETH limit order"
- "Stop my DCA into Bitcoin"
## Chain Support
- **EVM Chains** (Base, Polygon, Ethereum): All order types supported
- **Solana**: Uses Jupiter Trigger API for limit orders, stop loss, and DCA
## Common Issues
| Issue | Resolution |
|-------|------------|
| Order not triggering | Check price threshold |
| Insufficient balance | Ensure funds available when order executes |
| Order cancelled | May expire or conflict with other orders |
## Tips
1. Start small - test with small amounts first
2. Set alerts - get notified on execution
3. Review regularly - update orders as market changes
4. Combine strategies - DCA + stop loss works well
5. Factor in fees - consider per-transaction costs for DCA
This skill helps set up and manage automated trading operations using Bankr's multi-chain infrastructure. It guides users through limit orders, stop loss, DCA, TWAP, scheduled commands, and viewing or canceling existing automations. Use it to automate recurring trades, spread large orders over time, or trigger actions at price or time thresholds.
The agent accepts natural-language instructions to create, list, or cancel automations across supported chains. It supports limit orders, stop-loss rules, recurring DCA purchases, TWAP execution over a time window, and general scheduled commands. On EVM chains (Base, Polygon, Ethereum) all order types are supported; Solana uses the Jupiter Trigger API for key trigger types.
What chains support all automation types?
EVM chains (Base, Polygon, Ethereum) support all order types; Solana supports limit orders, stop loss, and DCA via the Jupiter Trigger API.
Why didn't my order trigger?
Check that your price threshold was reached, the order wasn't expired, and you had sufficient balance at execution time.