linear-2

Manage Linear projects, issues, and tasks via the Linear API. Use when you need to create, update, search, or manage Linear issues, projects, teams, milestones, comments, or labels. Supports all Linear operations including project management, issue tracking, task assignment, state transitions, and collaboration workflows.

533 stars

Best use case

linear-2 is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Manage Linear projects, issues, and tasks via the Linear API. Use when you need to create, update, search, or manage Linear issues, projects, teams, milestones, comments, or labels. Supports all Linear operations including project management, issue tracking, task assignment, state transitions, and collaboration workflows.

Teams using linear-2 should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/linear-2/SKILL.md --create-dirs "https://raw.githubusercontent.com/sundial-org/awesome-openclaw-skills/main/skills/linear-2/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/linear-2/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How linear-2 Compares

Feature / Agentlinear-2Standard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Manage Linear projects, issues, and tasks via the Linear API. Use when you need to create, update, search, or manage Linear issues, projects, teams, milestones, comments, or labels. Supports all Linear operations including project management, issue tracking, task assignment, state transitions, and collaboration workflows.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Linear Project Management

Manage Linear projects, issues, and workflows using the official Linear SDK.

## Quick Start

All commands use `skills/linear/scripts/linear-cli.js`:

```bash
node skills/linear/scripts/linear-cli.js <command> [args]
```

## Core Commands

### Teams & Projects

**List teams:**
```bash
node skills/linear/scripts/linear-cli.js teams
```

**List projects:**
```bash
node skills/linear/scripts/linear-cli.js projects
```

**Create project:**
```bash
node skills/linear/scripts/linear-cli.js createProject "Project Name" "Description" "teamId1,teamId2"
```

### Issues

**List issues:**
```bash
node skills/linear/scripts/linear-cli.js issues
# With filter:
node skills/linear/scripts/linear-cli.js issues '{"state":{"name":{"eq":"In Progress"}}}'
```

**Get issue details:**
```bash
node skills/linear/scripts/linear-cli.js issue ENG-123
```

**Create issue:**
```bash
node skills/linear/scripts/linear-cli.js createIssue "Title" "Description" "teamId"
# With options (priority, projectId, assigneeId, etc.):
node skills/linear/scripts/linear-cli.js createIssue "Title" "Description" "teamId" '{"priority":2,"projectId":"project-id"}'
```

**Update issue:**
```bash
node skills/linear/scripts/linear-cli.js updateIssue "issueId" '{"stateId":"state-id","priority":1}'
```

### Comments

**Add comment:**
```bash
node skills/linear/scripts/linear-cli.js createComment "issueId" "Comment text"
```

### States & Labels

**Get team states:**
```bash
node skills/linear/scripts/linear-cli.js states "teamId"
```

**Get team labels:**
```bash
node skills/linear/scripts/linear-cli.js labels "teamId"
```

### User Info

**Get current user:**
```bash
node skills/linear/scripts/linear-cli.js user
```

## References

- **API.md**: Priority levels, filter examples, and common workflows
- Read when you need examples of complex filters or workflow patterns

## Common Workflows

### Create task for a specific project

1. Get your team ID: `node skills/linear/scripts/linear-cli.js teams`
2. Get your project ID: `node skills/linear/scripts/linear-cli.js projects`
3. Create issue with the IDs:

```bash
node skills/linear/scripts/linear-cli.js createIssue "Implement login" "Add OAuth login flow" "your-team-id" '{"projectId":"your-project-id","priority":2}'
```

### Move issue to different state

1. Get states: `node skills/linear/scripts/linear-cli.js states "teamId"`
2. Update issue: `node skills/linear/scripts/linear-cli.js updateIssue "issueId" '{"stateId":"state-uuid"}'`

### Assign issue to yourself

1. Get your user ID: `node skills/linear/scripts/linear-cli.js user`
2. Update issue: `node skills/linear/scripts/linear-cli.js updateIssue "issueId" '{"assigneeId":"your-user-id"}'`

## Output Format

All commands return JSON. Parse output for programmatic use or display to user as needed.

Related Skills

linearis

533
from sundial-org/awesome-openclaw-skills

Linear.app CLI for issue tracking. Use for listing, creating, updating, and searching Linear issues, comments, documents, cycles, and projects. Optimized for LLM agents with JSON output.

linear

533
from sundial-org/awesome-openclaw-skills

Query and manage Linear issues, projects, and team workflows.

linear-autopilot

533
from sundial-org/awesome-openclaw-skills

Automate Linear task processing with Discord notifications and git sync. Use when setting up a kanban-to-agent workflow where Linear tasks trigger Clawdbot actions via Discord. Handles task intake, status updates, DM notifications, and auto-push to git. Supports any task type - research, content creation, code tasks, or custom workflows.

portfolio-watcher

533
from sundial-org/awesome-openclaw-skills

Monitor stock/crypto holdings, get price alerts, track portfolio performance

portainer

533
from sundial-org/awesome-openclaw-skills

Control Docker containers and stacks via Portainer API. List containers, start/stop/restart, view logs, and redeploy stacks from git.

portable-tools

533
from sundial-org/awesome-openclaw-skills

Build cross-device tools without hardcoding paths or account names

polymarket

533
from sundial-org/awesome-openclaw-skills

Trade prediction markets on Polymarket. Analyze odds, place bets, track positions, automate alerts, and maximize returns from event outcomes. Covers sports, politics, entertainment, and more.

polymarket-traiding-bot

533
from sundial-org/awesome-openclaw-skills

No description provided.

polymarket-analysis

533
from sundial-org/awesome-openclaw-skills

Analyze Polymarket prediction markets for trading edges. Pair Cost arbitrage, whale tracking, sentiment analysis, momentum signals, user profile tracking. No execution.

polymarket-agent

533
from sundial-org/awesome-openclaw-skills

Autonomous prediction market agent - analyzes markets, researches news, and identifies trading opportunities

polymarket-5

533
from sundial-org/awesome-openclaw-skills

Query Polymarket prediction markets. Use for questions about prediction markets, betting odds, market prices, event probabilities, or when user asks about Polymarket data.

polymarket-4

533
from sundial-org/awesome-openclaw-skills

Query Polymarket prediction markets. Use for questions about prediction markets, betting odds, market prices, event probabilities, or when user asks about Polymarket data.