Linear CLI
/install linear-cli
Linear (CLI)
This skill provides a tiny, deterministic CLI surface for Linear using Api2Cli (a2c) + a declarative GraphQL request config.
What you get
scripts/linearwrapper (recommended entrypoint)a2c/config.xferrequest definitions (GraphQL queries/mutations)
Requirements
a2cinstalled and available onPATH- A Linear API key exported as
LINEAR_API_KEY
Quick start
export LINEAR_API_KEY="\x3Cyour_linear_api_key>"
./scripts/linear --help
./scripts/linear whoami
Smoke test
- Verify dependencies:
command -v a2c
- Verify help renders:
./scripts/linear --help
- Verify auth works:
LINEAR_API_KEY=... ./scripts/linear whoami
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install linear-cli - After installation, invoke the skill by name or use
/linear-cli - Provide required inputs per the skill's parameter spec and get structured output
What is Linear CLI?
Linear CLI skill for OpenClaw workflows, powered by Api2Cli (a2c) against Linear's GraphQL API. Provides a wrapper script that generates its a2c workspace co... It is an AI Agent Skill for Claude Code / OpenClaw, with 512 downloads so far.
How do I install Linear CLI?
Run "/install linear-cli" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Linear CLI free?
Yes, Linear CLI is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Linear CLI support?
Linear CLI is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Linear CLI?
It is built and maintained by Simon van Laak (@simonvanlaak); the current version is v0.1.0.