- Home
- Skills
- Bankrbot
- Claude Plugins
- Bankr Automation
bankr-automation_skill
- JavaScript
70
GitHub Stars
1
Bundled Files
2 months ago
Catalog Refreshed
4 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill bankrbot/claude-plugins --skill bankr-automation- SKILL.md2.0 KB
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
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.