← Back to Skills Marketplace
Linear
by
ManuelHettich
· GitHub ↗
· v1.0.0
17396
Downloads
20
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install linear
Description
Query and manage Linear issues, projects, and team workflows.
Usage Guidance
Install only if you want your agent to read and update Linear. Use a least-privilege Linear API key where possible, avoid sharing the key in prompts or files, and review agent requests before allowing issue creation, comments, assignment, priority, or status changes.
Capability Analysis
Type: OpenClaw Skill
Name: linear
Version: 1.0.0
The OpenClaw skill bundle for Linear is benign. It provides a shell script (`scripts/linear.sh`) to interact with the official Linear GraphQL API (`https://api.linear.app/graphql`) using a `LINEAR_API_KEY` provided via an environment variable. All network calls are directed to this legitimate API endpoint, and there is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the agent in `SKILL.md` that would lead to unauthorized actions or access to unrelated sensitive data. The script uses a temporary cache in `/tmp` and standard shell utilities like `curl` and `jq`.
Capability Assessment
Purpose & Capability
The stated behavior fits a Linear integration: it uses LINEAR_API_KEY and calls the official Linear GraphQL endpoint for issue and workflow operations.
Instruction Scope
The script includes explicit write commands such as creating issues, adding comments, changing status or priority, and assigning users; these are purpose-aligned but can modify project data immediately.
Install Mechanism
No unusual install behavior is indicated; it relies on a shell script plus standard tools such as curl and jq, with the API key supplied by environment variable.
Credentials
Network access to api.linear.app and use of a Linear API key are proportionate for the integration, and no unrelated local data access or exfiltration path is evidenced.
Persistence & Privilege
No persistence mechanism is evidenced beyond a temporary cache in /tmp, but the provided Linear API key may carry broad workspace permissions depending on how the user creates it.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install linear - After installation, invoke the skill by name or use
/linear - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Init
Metadata
Frequently Asked Questions
What is Linear?
Query and manage Linear issues, projects, and team workflows. It is an AI Agent Skill for Claude Code / OpenClaw, with 17396 downloads so far.
How do I install Linear?
Run "/install linear" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Linear free?
Yes, Linear is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Linear support?
Linear is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Linear?
It is built and maintained by ManuelHettich (@manuelhettich); the current version is v1.0.0.
More Skills