This skill should be used when building perpetual trading bots, implementing leverage functionality, or adding position management. Covers Avantis integration, long/short positions, and risk controls.
Scanned 6/12/2026
Install via CLI
openskills install majiayu000/claude-skill-registry---
name: Bankr Dev - Leverage Trading
description: This skill should be used when building perpetual trading bots, implementing leverage functionality, or adding position management. Covers Avantis integration, long/short positions, and risk controls.
version: 1.0.0
---
# Leverage Trading Capability
Trade perpetuals with leverage via natural language prompts.
## What You Can Do
| Operation | Example Prompt |
|-----------|----------------|
| Open long | `Open a 5x long on ETH with $100` |
| Open short | `Open a 3x short on BTC with $50` |
| Long with stop loss | `Open a 5x long on ETH with $100, stop loss at -10%` |
| Long with take profit | `Open a 5x long on ETH with $100, take profit at +20%` |
| Full risk management | `Open a 5x long on ETH with $100, stop loss at -10%, take profit at +20%` |
| View positions | `Show my Avantis positions` |
| Close position | `Close my ETH long position` |
| Close all | `Close all my Avantis positions` |
| Check PnL | `Check my PnL on Avantis` |
## Prompt Patterns
```
Open a {leverage}x {long|short} on {asset} with {collateral}
Open a {leverage}x long on {asset} with {collateral}, stop loss at {price|percent}
Close my {asset} {long|short} position
Show my Avantis positions
```
**Supported assets:**
- Crypto: BTC, ETH, SOL, ARB, AVAX, BNB, DOGE, LINK, OP, MATIC
- Forex: EUR/USD, GBP/USD, USD/JPY, AUD/USD, USD/CAD
- Commodities: Gold, Silver, Oil, Natural Gas
**Chain:** Base
## Usage
```typescript
import { execute } from "./bankr-client";
// Open leveraged position
await execute("Open a 5x long on ETH with $100, stop loss at -10%");
// Check positions
await execute("Show my Avantis positions");
// Close position
await execute("Close my ETH long position");
```
## Related Skills
- `bankr-client-patterns` - Client setup and execute function
- `bankr-api-basics` - API fundamentals
- `bankr-market-research` - Price data for trading decisions
No comments yet. Be the first to comment!
Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.
Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...
**Complete production-ready guide for Google Gemini embeddings API** This skill provides comprehensive coverage of the `gemini-embedding-001` model for generating text embeddings, including SDK usage, REST API patterns, batch processing, RAG integration with Cloudflare Vectorize, and advanced use cases like semantic search and document clustering. ---
Interview, source-challenge, verify, save, and ADR-gate fuzzy coding requests into Codex-ready implementation specs. Use when a feature, bugfix, refactor, migration, repo-wide change, or architecture task needs user-verified requirements, source-backed decisions, durable architecture decisions, acceptance criteria, validation commands, rollout notes, saved spec/ADR files, and a Codex execution prompt. Do not use when already fully specified or when the user wants direct implementation now.
Use when a repo needs CodeGraph plus ast-grep for Codex MCP setup, exploration, impact analysis, structural search, or safe refactor planning.