A robust interface for AI agents to interact with Linear's GraphQL API for issue management and team collaboration.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install linear-graphql-skill
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-graphql-skill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Linear GraphQL Skill provides a seamless bridge between AI agents and your Linear workspace. By utilizing the uxc tool, this skill allows for complex querying and mutation of Linear data, including issues, projects, and teams. It is a vital component of the Openclaw Skills ecosystem, designed to bring high-level project management capabilities directly into your automated workflows.
This skill supports both Personal API Keys for rapid development and OAuth 2.0 for secure, user-delegated access in production environments. It transforms the way developers interact with Linear by providing a structured, CLI-driven approach to GraphQL operations that is both human-readable and agent-optimized.
First, ensure uxc is installed. Then, link the skill and set up your credentials:
# Create the CLI link
uxc link linear-graphql-cli https://api.linear.app/graphql
# Set your Personal API Key
uxc auth credential set linear-graphql \
--auth-type api_key \
--header "Authorization:{{secret}}" \
--secret "lin_api_YOUR_KEY"
# Bind the credential to the API endpoint
uxc auth binding add \
--id linear-graphql \
--host api.linear.app \
--path-prefix /graphql \
--scheme https \
--credential linear-graphql \
--priority 100
The skill utilizes the Linear GraphQL schema to organize data into logical entities. Below are the primary data categories used by this addition to Openclaw Skills:
| Entity | Common Operations | Description |
|---|---|---|
| Issues | query/issues, mutation/issueCreate | Manage individual tickets, their status, and descriptions. |
| Teams | query/teams, query/team | Access team-specific configurations and member lists. |
| Projects | query/projects | Handle high-level project milestones and roadmaps. |
| Workflow | query/workflowStates | Interact with the custom states defined in your Linear workspace. |
Loading
A high-performance interface for onchain investigation, providing deep access to Ethereum blockchain data via the Etherscan MCP.

A powerful tool for AI agents to discover, query, and visualize blockchain data directly from Dune Analytics.

A powerful tool to interact with GitHub repository documentation and get AI-grounded answers about codebases.

A high-performance bridge for AI agents to query live, version-accurate documentation for virtually any software library.

A secure interface for AI agents to interact with Notion workspaces using the Model Context Protocol and UXC CLI.

A comprehensive DeFi automation skill for accessing OKX OnchainOS market data, wallet balances, and DEX swap execution via uxc.








































