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 config at runtime (no custom HTTP client code).

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "linear-cli" with this command: npx skills add simonvanlaak/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/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

export LINEAR_API_KEY="<your_linear_api_key>"

./scripts/linear --help
./scripts/linear whoami

Smoke test

  1. Verify dependencies:
command -v a2c
  1. Verify help renders:
./scripts/linear --help
  1. Verify auth works:
LINEAR_API_KEY=... ./scripts/linear whoami

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Agent Dev Workflow

Orchestrate coding agents (Claude Code, Codex, etc.) to implement coding tasks through a structured workflow. Use when the user gives a coding requirement, f...

Registry SourceRecently Updated
Coding

Cortex Engine

Persistent cognitive memory for AI agents — query, record, review, and consolidate knowledge across sessions with spreading activation, FSRS scheduling, and...

Registry SourceRecently Updated
Coding

Skill Blocker - 安全守卫

Blocks execution of dangerous commands and risky operations like destructive deletions, credential theft, code injection, and unauthorized system changes to...

Registry SourceRecently Updated
014
Profile unavailable