Install
openclaw skills install linear-cliLinear CLI skill for OpenClaw workflows, powered by Api2Cli (a2c) against Linear's GraphQL API. Provides a wrapper script that generates its a2c workspace config at runtime (no custom HTTP client code).
openclaw skills install linear-cliThis skill provides a tiny, deterministic CLI surface for Linear using Api2Cli (a2c) + a declarative GraphQL request config.
scripts/linear wrapper (recommended entrypoint)a2c/config.xfer request definitions (GraphQL queries/mutations)a2c installed and available on PATHLINEAR_API_KEYexport LINEAR_API_KEY="<your_linear_api_key>"
./scripts/linear --help
./scripts/linear whoami
command -v a2c
./scripts/linear --help
LINEAR_API_KEY=... ./scripts/linear whoami