Skills to use Injective chain from agents like Claude Code and others.
Tested on:
- Claude Code
- Codex
- Amp
Use the injectived binary to query and transact against an Injective chain with consistent wallet handling, endpoint selection, and gas configuration.
Installing skill:
uvx upd-skill InjectiveLabs/injective-cliInstalling skill globally:
uvx upd-skill InjectiveLabs/injective-cli --globalInstall via NPX:
npx skills add https://github.com/InjectiveLabs/agent-skills --skill injective-cliDevelop EVM smart contracts and dApps on Injective.
Install via NPM:
npx skills add InjectiveLabs/agent-skills --skill injective-evm-developerSee skills/injective-evm-developer
for more information.
Set up and use MCP servers that are important for Injective.
Install via NPM:
npx skills add InjectiveLabs/agent-skills --skill injective-mcp-serversSee skills/injective-mcp-servers
for more information.
Set up and use MCP servers that are important for Injective.
Install via NPM:
npx skills add InjectiveLabs/agent-skills --skill injective-trading-accountSee skills/injective-trading-account
for more information.
Look up metadata for any Injective token or denom. Resolves native tokens (INJ), Peggy ERC-20 bridged tokens (USDT, USDC, WETH), IBC assets (ATOM, OSMO), TokenFactory tokens, and EVM ERC-20s to their human-readable symbol, decimals, and type. Also supports sending tokens between addresses and depositing/withdrawing from trading subaccounts. Requires the Injective MCP server to be connected.
Install via NPM:
npx skills add InjectiveLabs/agent-skills --skill injective-trading-tokensSee injective-trading-tokens
for more information.
Set up AuthZ delegation on Injective for session-based auto-trading. Grants a scoped, time-limited permission to an ephemeral key so the AI can place and close perpetual trades without a wallet popup or password prompt for every order. Use authz_grant to enable, authz_revoke to disable. Requires the Injective MCP server to be connected.
Install via NPM:
npx skills add InjectiveLabs/agent-skills --skill injective-trading-autosignSee injective-trading-autosign
for more information.
Bridge tokens to and from Injective using deBridge DLN (fast, cross-chain) or Peggy (Ethereum canonical bridge). Supports inbound bridges from Arbitrum, Ethereum, Base, Polygon, BSC, Avalanche, and Optimism into Injective, and outbound bridges from Injective to any deBridge-supported chain. Get quotes before executing. Requires the Injective MCP server to be connected.
Install via NPM:
npx skills add InjectiveLabs/agent-skills --skill injective-trading-bridgeSee injective-trading-bridge
for more information.
Analyze Injective chain-level code and protocol specs. Read Go source from injective-core, explain exchange module features (position offsetting, liquidations, margin tiers, funding), and identify spec gaps. Use when discussing chain mechanics, reviewing Injective Go code, or explaining protocol behavior.
Install via NPM:
npx skills add InjectiveLabs/agent-skills --skill injective-trading-chain-analysisSee injective-trading-chain-analysis
for more information.
Access real-time market data for Injective perpetual futures markets. Query oracle prices, list all active markets with metadata (tick size, min notional, max leverage), and retrieve current spread and funding information. Requires the Injective MCP server to be connected.
Install via NPM:
npx skills add InjectiveLabs/agent-skills --skill injective-trading-market-dataSee injective-trading-market-data
for more information.
Query and manage Injective staking delegations, rewards, and validator info. Look up staker addresses, delegation amounts, unbonding status, and claimed rewards via Injective LCD/REST API.
Install via NPM:
npx skills add InjectiveLabs/agent-skills --skill injective-trading-stakingSee injective-trading-staking
for more information.
Use the linear CLI to manage Linear issues, teams, and projects from the terminal with consistent authentication and configuration handling.
Installing skill:
uvx upd-skill InjectiveLabs/linear-cliInstalling skill globally:
uvx upd-skill InjectiveLabs/linear-cli --globalInstall via NPX:
npx skills add https://github.com/InjectiveLabs/agent-skills --skill linear-cliApache-2.0
See TERMS_OF_USE.