skills/linear-cli/SKILL.md
Enables management of Linear issues, teams, projects, comments, or configuration via the `linear` CLI
npx skillsauth add injectivelabs/agent-skills linear-cliInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use the linear CLI to manage Linear issues, teams, and projects from the terminal. Prefer CLI flows over raw GraphQL when a command exists.
linear --version.linear issue list, linear issue start, and linear issue view for day-to-day workflows.Prefer NPM-distributed version from Injective Labs:
npm i -g @injectivelabs/linear-cli
One-time commands can be run via npx @injectivelabs/linear-cli.
Fetch binary for current platform using https://github.com/InjectiveLabs/linear-cli/releases/latest install it so it available in $PATH.
https://linear.app/settings/account/security.linear auth login exists, run it to authenticate. Otherwise export the key for the CLI session: export LINEAR_API_KEY=....linear config inside the repo to generate .linear.toml interactively.linear auth token or linear auth whoami to verify authentication.linear issue list with filters like --state, --assignee, --team, or --limit.linear issue start ABC-123 (use -b to specify a branch).linear issue view ABC-123 (use -w for web or -a for app).linear issue create --title "..." --team TEAM (add --project, --label, --priority, or --estimate as needed).linear issue update ABC-123 --state STATE --assignee USER.linear issue comment add ABC-123 --body "...".linear team list, linear project list, then linear project view.Instead of guessing flag and command arguments, check the reference.
See references/commands.md for the full command and flag list extracted from linear completions bash.
When some command feels missing try npx @injectivelabs/linear-cli@latest completions bash to refresh the completions.
linear issue delete.development
Detect breaking changes in Injective core between two tagged releases. For use in developer documentation and release notes.
development
Integrate Injective RFQ taker flows into browser apps and operational quote monitors. Use this skill when building, reviewing, or debugging RFQ gateway autosign settlement, Web3Gateway AuthZ setup, manual TakerStream quote collection, RFQ open/close flows, conditional TP/SL intents, quote uptime probes, market-readiness checks, or mainnet RFQ frontend integrations. Covers mainnet parameters, canonical decimals, quote windows, signer slots, market discovery, quote-hit diagnostics, and production RFQ gotchas.
tools
Mass create, derive, and manage Injective wallets. Generate wallets from mnemonics (BIP-44 HD derivation), create random wallets, convert between ETH/INJ addresses, and batch fund wallets with INJ or USDT. Supports bulk wallet generation and batch funding.
tools
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.