Linear 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).
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill linear-cli --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Linear Cli?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-linear-cli)More formats (shields.io, HTML) on the badges page.
---
name: linear-cli
description: Linear 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).
---
# Linear (CLI)
This skill provides a tiny, deterministic CLI surface for Linear using **Api2Cli (a2c)** + a declarative GraphQL request config.
## What you get
- `scripts/linear` wrapper (recommended entrypoint)
- `a2c/config.xfer` request definitions (GraphQL queries/mutations)
## Requirements
- `a2c` installed and available on `PATH`
- A Linear API key exported as `LINEAR_API_KEY`
## Quick start
```bash
export LINEAR_API_KEY="<your_linear_api_key>"
./scripts/linear --help
./scripts/linear whoami
```
## Smoke test
1) Verify dependencies:
```bash
command -v a2c
```
2) Verify help renders:
```bash
./scripts/linear --help
```
3) Verify auth works:
```bash
LINEAR_API_KEY=... ./scripts/linear whoami
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...