injective-cli
Injective CLI, Skill Guide
Overview
Use the injectived binary to query and transact against an Injective chain with consistent wallet handling, endpoint selection, and gas configuration. Use the bundled CLI command map and reference docs to find the right subcommands and flags quickly.
By invoking any script in this skill, you agree to the Terms of Use in TERMS_OF_USE.
Workflow
1) Locate or install the binary
Use a local injectived binary if possible. If it is not on PATH,
npm i -g injective-core@latest
One-time commands can be run via npx injective-core, example: npx injective-core --version.
The rest of documentation will use injectived as a reference.
More from injectivelabs/agent-skills
linear-cli
Enables management of Linear issues, teams, projects, comments, or configuration via the `linear` CLI
18injective-evm-developer
Develop EVM smart contracts and dApps on Injective
16injective-mcp-servers
Set up and run Injective MCP servers. Needed by multiple Injective skills which perform MCP tool calls.
11injective-trading-account
Analyze any Injective wallet address. Query bank balances across all token types (INJ, USDT, IBC assets, Peggy ERC-20s), inspect trading subaccount balances, and view open perpetual positions with unrealized P&L. Useful for portfolio monitoring, position management, and pre-trade checks. Requires the Injective MCP server to be connected.
11injective-trading-autosign
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.
11injective-trading-market-data
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.
9