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.
npx agentmods add skills/daxaur/openpaw/c-linearnpx skills add daxaur/openpaw --skill c-lineargit clone --depth 1 https://github.com/daxaur/openpawWrote 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.
[](https://agentmods.dev/skills/daxaur/openpaw/c-linear)<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>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.
| Model | Per session | Once 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 |
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.
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
- Use
linear issue listbefore creating issues to avoid duplicates. - When starting work,
linear issue starthandles branch creation and status update in one command. - Use issue identifiers (e.g.,
ENG-123) consistently — they are case-insensitive.
Notes
- Requires
linear authto be completed before use. - Priority levels: 1 = Urgent, 2 = High, 3 = Medium, 4 = Low
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.
- 4d ago First seen · 65 lines · 43 tokens per session scan A ce0a85d51867
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.
Other skills, from other repositories
linear
Linear project management — issues, cycles, and projects via GraphQL API.
linear
Read Linear issues, transition state, and post comments. The entry point for ticket-driven agent workflows.
Linear
Managing Linear issues, projects, and teams. Use when working with Linear tasks, creating issues, updating status, querying projects, or managing team workflows.
development
AllBeads development process. Use when planning features, creating documentation, tracking work with beads, or understanding the documentation system.
linear
Operational skill for Claude to automate Linear via GraphQL API, issues, projects, cycles, labels, and webhook-driven product ops.
ClickUp Automation
Automate ClickUp workspace management, task workflows, time tracking, and team productivity.