Claude Code skills that give AI agents full Injective trading capabilities via the Injective MCP server.
| Skill | Description |
|---|---|
injective-market-data |
Real-time perpetuals market prices and metadata |
injective-account |
Wallet balances, subaccount balances, open positions + P&L |
injective-token |
Token metadata, transfers, subaccount deposit/withdraw |
injective-trade |
Market + limit order trading (Cosmos & EIP-712 signing) |
injective-bridge |
Cross-chain bridging via deBridge DLN + Peggy |
injective-autosign |
AuthZ delegation for session-based auto-trading |
injective-x402 |
Pay-per-query APIs using x402 protocol on Injective EVM |
- Injective MCP server connected to Claude Desktop or Claude Code
- Claude Code with skill support
# Install all skills
for skill in injective-market-data injective-account injective-token injective-trade injective-bridge injective-autosign injective-x402; do
cp -r $skill ~/.claude/skills/
doneOr install individually:
cp -r injective-trade ~/.claude/skills/Once installed, Claude will use these skills automatically when you make Injective-related requests:
> What's the current BTC price on Injective?
> Show my balances for inj1...
> Open a $100 long on ETH with 5x leverage
> Bridge 50 USDC from Arbitrum to Injective
> Set up AutoSign for the next 24 hours