home / skills / bankrbot / claude-plugins / bankr-automation

bankr-automation skill

/bankr-agent/skills/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-automation

Review the files below or copy the command above to add this skill to your agents.

Files (1)
SKILL.md
2.0 KB
---
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

Overview

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.

How this skill works

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.

When to use it

  • Place a limit order to buy or sell at a target price
  • Set a stop loss to limit downside exposure
  • Automate recurring purchases with DCA on a schedule
  • Execute a large order via TWAP to reduce market impact
  • Schedule regular portfolio checks or price alerts
  • List or cancel existing automations

Best practices

  • Start with small amounts to validate automation behavior
  • Ensure sufficient balance is available for scheduled executions
  • Set clear price thresholds and consider slippage tolerances
  • Combine strategies (e.g., DCA plus stop loss) for risk control
  • Factor in transaction and network fees when scheduling frequent orders

Example use cases

  • Limit order: buy ETH at $3,000 and notify me on fill
  • Stop loss: sell 50% of a position if it drops 20%
  • DCA: purchase $100 of BTC every Monday
  • TWAP: spread a $1,000 buy over 24 hours to minimize impact
  • Scheduled command: check portfolio and report balances every morning
  • Manage automations: show active orders and cancel a specific limit order

FAQ

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.