← 返回 Skills 市场
codeninja23

Native Linear

作者 codeninja23 · GitHub ↗ · v1.0.1
cross-platform ✓ 安全检测通过
567
总下载
16
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install native-linear
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /native-linear 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug native-linear
版本 1.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 567 次。

如何安装 Native Linear?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install native-linear」即可一键安装,无需额外配置。

Native Linear 是免费的吗?

是的,Native Linear 完全免费(开源免费),可自由下载、安装和使用。

Native Linear 支持哪些平台?

Native Linear 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Native Linear?

由 codeninja23(@codeninja23)开发并维护,当前版本 v1.0.1。

💬 留言讨论