A robust Linear integration for AI agents that enables native GraphQL project management, issue tracking, and automated git-sync functionality.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install linear-agent
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install linear-agent using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
linear-agent provides a high-performance interface between AI agents and the Linear project management platform. Unlike traditional shell-script alternatives, this tool leverages the native GraphQL API to provide superior control over workspace data, including automatic identifier resolution (e.g., ENG-42) and the ability to move issues by state names. It is a core component for developers looking to expand their Openclaw Skills with deep project management capabilities.
By utilizing this skill, engineering teams can bridge the gap between their development environment and project tracking. It eliminates the friction of manual issue updates by allowing AI agents to summarize backlogs in plain English, manage sprints, and interact with the team via comments, all while maintaining a zero-dependency architecture for maximum security and speed.
To integrate linear-agent with your Openclaw Skills, you must first obtain a Linear API key from your workspace settings under Security & Access.
Set your environment variable:
export LINEAR_API_KEY=lin_api_yourkey
You can then run the skill as a standalone CLI or within an agentic workflow:
node index.js list-teams
node index.js create-issue --title "New Feature" --teamId ENG
node index.js backlog-summary --teamId ENG
The skill interacts with the Linear GraphQL schema, focusing on the following data entities:
| Entity | Description |
|---|---|
| Issues | Primary task objects including titles, descriptions, and state metadata. |
| Teams | Organizational units used to categorize issues and projects. |
| Cycles | Time-boxed sprints used for planning and velocity tracking. |
| States | Workflow stages such as Backlog, Todo, In Progress, and Done. |
| Comments | Threaded communication history associated with specific issue IDs. |
Loading
A high-performance transcription skill leveraging ElevenLabs Scribe v2 for accurate audio-to-text conversion with speaker diarization.

A sophisticated tool for generating complete songs with vocals and lyrics from simple text descriptions using the ElevenLabs Music API.

An AI-driven memory management skill that enables users to store information, perform semantic searches, and chat with their personal knowledge base via the SuperMemory API.

A technical interface for interacting with the OnChat protocol, enabling fully on-chain messaging and channel management on the Base L2 network.

A powerful AI agent skill for managing PagerDuty incident lifecycles, on-call rotations, and service health directly from your development workflow.

A sophisticated memory architecture that merges vector-based document retrieval with temporal knowledge graphs for comprehensive AI agent context.








































