Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Query and manage Linear issues, projects, cycles, and teams via the Linear GraphQL API. Use when you need to list or create issues, check cycle status, manag...
Query and manage Linear issues, projects, cycles, and teams via the Linear GraphQL API. Use when you need to list or create issues, check cycle status, manag...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
Interact with Linear directly via the Linear GraphQL API (api.linear.app/graphql).
Go to Linear โ Settings โ Account โ Security & Access โ API keys Create a new key Set environment variable: LINEAR_API_KEY=lin_api_...
python3 /mnt/skills/user/linear/scripts/linear_query.py teams
python3 /mnt/skills/user/linear/scripts/linear_query.py my-issues python3 /mnt/skills/user/linear/scripts/linear_query.py my-issues --state "In Progress"
python3 /mnt/skills/user/linear/scripts/linear_query.py issues --team "Engineering" python3 /mnt/skills/user/linear/scripts/linear_query.py issues --team "Engineering" --state "Todo" --limit 20
python3 /mnt/skills/user/linear/scripts/linear_query.py issue ENG-123
python3 /mnt/skills/user/linear/scripts/linear_query.py search "authentication bug"
python3 /mnt/skills/user/linear/scripts/linear_query.py create --team "Engineering" --title "Fix login bug" --description "Users can't log in on Safari" python3 /mnt/skills/user/linear/scripts/linear_query.py create --team "Engineering" --title "Add dark mode" --priority 2
python3 /mnt/skills/user/linear/scripts/linear_query.py update ENG-123 --state "Done" python3 /mnt/skills/user/linear/scripts/linear_query.py update ENG-123 --priority 1 --title "New title"
python3 /mnt/skills/user/linear/scripts/linear_query.py projects python3 /mnt/skills/user/linear/scripts/linear_query.py projects --team "Engineering"
python3 /mnt/skills/user/linear/scripts/linear_query.py cycles --team "Engineering"
python3 /mnt/skills/user/linear/scripts/linear_query.py states --team "Engineering"
0 = No priority 1 = Urgent 2 = High 3 = Normal 4 = Low
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.