c-linear

c-linear is a skill for Claude Code, Codex from daxaur/openpaw. It costs 43 tokens per session (425 once invoked), scanned A, original, MIT.

A command-line tool for managing Linear, a work-tracking service used for issues, projects, and development tasks.

In plain words
What is it for?
Use it to list, view, create, assign, prioritize, and transition issues. It can also start linked branches and create pull requests for issues.
Why use it?
It avoids switching between a browser and the terminal to find issues, update their status, or connect code changes to planned work.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/daxaur/openpaw/c-linear
Any agent
npx skills add daxaur/openpaw --skill c-linear
Clone the repo
git clone --depth 1 https://github.com/daxaur/openpaw

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for c-linear

README.md
[![agentmods](https://agentmods.dev/badge/skills/daxaur/openpaw/c-linear.svg)](https://agentmods.dev/skills/daxaur/openpaw/c-linear)
Your own site
<a href="https://agentmods.dev/skills/daxaur/openpaw/c-linear"><img src="https://agentmods.dev/badge/skills/daxaur/openpaw/c-linear.svg" alt="Measured on agentmods" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 425 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00043 $0.00425
Opus 5 $0.00022 $0.00212
Sonnet 5 $0.00009 $0.00085
Haiku 4.5 $0.00004 $0.00042

Measured 4d ago against content hash ce0a85d51867, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

c-linear scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/c-linear/SKILL.md · 65 lines

What it actually says

What This Skill Does

Uses the linear CLI to manage Linear issues — list, create, update, and transition issues, as well as start work and create linked PRs.

CLI Tool: linear

List & View Issues

linear issue list                          # List your assigned issues
linear issue list --team ENG               # Filter by team
linear issue list --state "In Progress"    # Filter by state
linear issue view ENG-123                  # View issue details

Create Issues

linear issue create \
  --title "Fix login redirect bug" \
  --description "Users are redirected to /home instead of /dashboard" \
  --team ENG \
  --priority 2 \
  --label bug

Update & Transition Issues

linear issue update ENG-123 --state "In Progress"
linear issue update ENG-123 --assignee me
linear issue update ENG-123 --priority 1

Start Work

# Creates a git branch linked to the issue
linear issue start ENG-123

Create a PR

# Creates a PR linked to the Linear issue
linear pr create ENG-123

Usage Guidelines

  1. Use linear issue list before creating issues to avoid duplicates.
  2. When starting work, linear issue start handles branch creation and status update in one command.
  3. Use issue identifiers (e.g., ENG-123) consistently — they are case-insensitive.

Notes

  • Requires linear auth to be completed before use.
  • Priority levels: 1 = Urgent, 2 = High, 3 = Medium, 4 = Low
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 65 lines · 43 tokens per session scan A ce0a85d51867

Subscribe to this mod's changes

c-linear is a skill published in the GitHub repository daxaur/openpaw (167 stars, last pushed 3mo ago), licensed MIT. It adds 43 tokens to every session and 425 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.