← Back to Skills Marketplace
Native Linear
by
codeninja23
· GitHub ↗
· v1.0.1
567
Downloads
16
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install native-linear
Description
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...
Usage Guidance
The skill appears internally consistent: it is a simple Python client that sends your LINEAR_API_KEY to api.linear.app/graphql and nothing else. Before installing, confirm you trust the skill source (the registry metadata lists no homepage and source is unknown). Use a Linear API key with minimal scope, rotate/revoke the key if you stop using the skill, and consider reviewing the full scripts/linear_query.py file yourself (or run it in a sandbox) to verify there are no hidden network calls or local file accesses beyond what is shown.
Capability Analysis
Type: OpenClaw Skill
Name: native-linear
Version: 1.0.1
The OpenClaw skill 'native-linear' is designed to interact with the Linear GraphQL API. The `scripts/linear_query.py` script correctly uses the `LINEAR_API_KEY` environment variable for authentication and communicates exclusively with the legitimate `https://api.linear.app/graphql` endpoint. Input arguments are handled via `argparse` and passed as variables to GraphQL queries, which mitigates common injection vulnerabilities. There is no evidence of data exfiltration to unauthorized endpoints, malicious execution, persistence mechanisms, or prompt injection attempts in `SKILL.md` or `README.md`. The code adheres to its stated purpose and uses standard Python libraries without suspicious external dependencies.
Capability Assessment
Purpose & Capability
Name/description match the actual behavior: the script is a Python CLI that queries and mutates Linear via https://api.linear.app/graphql. Required binary (python3) and required env var (LINEAR_API_KEY) are appropriate and proportionate.
Instruction Scope
SKILL.md instructs running the included Python script and setting LINEAR_API_KEY. The runtime instructions only reference the Linear API endpoint and the skill's own script path; there are no instructions to read unrelated files or exfiltrate data to external endpoints.
Install Mechanism
No install spec is present (instruction-only with an included script). The script uses only Python stdlib (urllib) and does not pull external packages or execute downloads during install.
Credentials
Only LINEAR_API_KEY is required and declared as primaryEnv; this is exactly the credential needed to call the Linear API. There are no unrelated secrets or config paths requested.
Persistence & Privilege
always is false and the skill does not request persistent system-wide changes. It does not modify other skills' config or request elevated privileges; autonomous invocation is allowed by platform default and is not by itself a concern here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install native-linear - After installation, invoke the skill by name or use
/native-linear - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Update display name to Native Linear
v0.1.0
- Initial release.
- Query and manage Linear issues, projects, cycles, and teams directly via the Linear GraphQL API.
- Supports listing, searching, creating, and updating issues; managing projects; and viewing cycles and workflow states.
- Requires a Linear API key set via the LINEAR_API_KEY environment variable.
- Command-line interface provided through Python scripts in the scripts directory.
Metadata
Frequently Asked Questions
What is Native Linear?
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... It is an AI Agent Skill for Claude Code / OpenClaw, with 567 downloads so far.
How do I install Native Linear?
Run "/install native-linear" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Native Linear free?
Yes, Native Linear is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Native Linear support?
Native Linear is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Native Linear?
It is built and maintained by codeninja23 (@codeninja23); the current version is v1.0.1.
More Skills