ワンクリックで
linear-cli
Enables management of Linear issues, teams, projects, comments, or configuration via the `linear` CLI
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Enables management of Linear issues, teams, projects, comments, or configuration via the `linear` CLI
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Optimize AI API costs for agentic trading bots. Covers Anthropic token cost tracking, web search cost management, CoinGecko/Massive.com data sourcing, shared caching strategies, and per-user cost caps. Learned from real production data showing web search inflates costs 10-17x.
Use the Injective `injectived` CLI against a chain with consistent wallet, endpoint, and gas handling. Use the CLI map and reference docs to find commands and build transactions safely.
Detect breaking changes in Injective core between two tagged releases. For use in developer documentation and release notes.
Audit and report adherence to Injective's documentation standards
Develop EVM smart contracts and dApps on Injective
Create and operate an INJ faucet for initializing fresh Injective wallets. Sends a small amount of INJ via EVM to create on-chain accounts and provide gas for AuthZ grants. Handles the circular dependency where fresh wallets can't transact without gas but can't receive gas without an account. Pairs with injective-trading-autosign for zero-friction onboarding.
| name | linear-cli |
| description | Enables management of Linear issues, teams, projects, comments, or configuration via the `linear` CLI |
| license | Apache-2.0 |
| metadata | {"author":"InjectiveLabs","version":"1.9.1"} |
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.