A comprehensive bash-based integration to manage Linear issues, project progress, and Git workflows within Openclaw Skills.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install linear
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 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 skill for Openclaw Skills provides a high-performance interface for interacting with the Linear project management platform directly from your AI agent environment. It enables developers to query issues, update task statuses, and maintain team synchronization without switching contexts. By integrating this tool into your Openclaw Skills library, you can bridge the gap between your codebase and your project tracking software, ensuring every code change is mapped to a documented task.
Built on the Linear GraphQL API, this skill offers a robust set of commands for issue triage, standup reporting, and team management. It emphasizes efficiency by caching team identifiers and providing a standardized approach to Git workflows, making it an essential component for teams that value speed and organizational clarity.
To enable this skill, you must configure your environment with a valid Linear API key. Optional configuration for a default team is also supported.
export LINEAR_API_KEY="your-api-key"
# Optional: Set a default team for quicker commands
export LINEAR_DEFAULT_TEAM="TEAM"
Run the following command to discover and cache your team keys:
./scripts/linear.sh teams
The skill manages data through the following structures within the Openclaw Skills environment:
| Object | Description | Key Attributes |
|---|---|---|
| Issue | Task-specific data | ID (e.g., TEAM-123), Title, Status, Priority, Assignee |
| Team | Organizational groups | Team Key, Team ID, Member list |
| Project | Project-level tracking | Name, Progress percentage, Current status |
| Git Metadata | Workflow integration | Branch name patterns (e.g., dev/team-123-feature) |
Loading
A bioinformatics tool that converts raw consumer genetic data into actionable pharmacogenomic reports using CPIC guidelines.

A local AI agent skill for generating science-backed personalised nutrition reports from consumer genetic data.

A bioinformatics agent for computing HEIM diversity and equity metrics from genomic data.

A bioinformatics tool for generating detailed pharmacogenomic reports from consumer genetic data to analyze drug response profiles.

Automatically sync YouTube content directly to your Pocket Casts cloud library for cross-platform offline access.

A robust command-line interface for managing TickTick tasks and projects with OAuth2 authentication and batch processing support.








































