← 返回 Skills 市场
simonvanlaak

Linear CLI

作者 Simon van Laak · GitHub ↗ · v0.1.0
cross-platform ⚠ suspicious
512
总下载
0
收藏
4
当前安装
1
版本数
在 OpenClaw 中安装
/install linear-cli
功能描述
Linear CLI skill for OpenClaw workflows, powered by Api2Cli (a2c) against Linear's GraphQL API. Provides a wrapper script that generates its a2c workspace co...
使用说明 (SKILL.md)

Linear (CLI)

This skill provides a tiny, deterministic CLI surface for Linear using Api2Cli (a2c) + a declarative GraphQL request config.

What you get

  • scripts/linear wrapper (recommended entrypoint)
  • a2c/config.xfer request definitions (GraphQL queries/mutations)

Requirements

  • a2c installed and available on PATH
  • A Linear API key exported as LINEAR_API_KEY

Quick start

export LINEAR_API_KEY="\x3Cyour_linear_api_key>"

./scripts/linear --help
./scripts/linear whoami

Smoke test

  1. Verify dependencies:
command -v a2c
  1. Verify help renders:
./scripts/linear --help
  1. Verify auth works:
LINEAR_API_KEY=... ./scripts/linear whoami
安全使用建议
Do not install or run this skill until the author clarifies and provides the missing files. Specifically: (1) ask for the actual scripts (./scripts/linear) and a2c/config.xfer or a clear, auditable generator that will create them at install/run time; (2) confirm that LINEAR_API_KEY is required and update the registry metadata to declare it as a required credential; (3) if a generator will write files at runtime, get the generator source so you can review it — ensure it does not download or execute arbitrary code from untrusted URLs; (4) if you proceed, use a least-privilege Linear API token and review network activity; and (5) prefer a version that includes all code files or an explicit, reviewable install script rather than an instruction-only package claiming to 'provide' files that are not present.
功能分析
Type: OpenClaw Skill Name: linear-cli Version: 0.1.0 The OpenClaw skill 'linear-cli' appears benign. It provides a CLI wrapper for the Linear API using `Api2Cli (a2c)`, as described in `SKILL.md` and `README.md`. The skill requires a `LINEAR_API_KEY` to be exported as an environment variable, which is a standard and acceptable practice for API key handling. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts against the AI agent. All instructions and code snippets are directly related to the stated purpose of interacting with the Linear API.
能力评估
Purpose & Capability
The SKILL.md and README claim the skill provides a wrapper script (./scripts/linear) and an a2c workspace (a2c/config.xfer). However the published package only contains README.md and SKILL.md — no scripts or config files are present. That makes the claimed capability unsupported by the files included. Additionally, the registry metadata lists no required env vars, while SKILL.md explicitly requires LINEAR_API_KEY (mismatch). Requesting a Linear API key itself is proportional to the stated purpose, but the claim that the package 'provides' files is not backed by the archive.
Instruction Scope
Runtime instructions tell the agent/user to run ./scripts/linear and to rely on a2c/config.xfer. Those files are not present in the published files, and there are no instructions explaining how or when they will be generated. Apart from that mismatch, the instructions themselves are narrowly scoped to calling the Linear GraphQL API via a2c and only reference LINEAR_API_KEY — there are no broad data-collection or unrelated-system-read directives.
Install Mechanism
There is no install spec (instruction-only skill), which is low-risk. The declared runtime dependency is a2c on PATH; that's reasonable and expected. No downloads or archive extraction are present in the package.
Credentials
SKILL.md requires a LINEAR_API_KEY environment variable, which is proportionate for a Linear CLI. However the registry metadata and manifest claim no required env vars and no primary credential — this inconsistency is a red flag. Confirming which env vars are truly required and why would be necessary. No other credentials are requested.
Persistence & Privilege
The skill does not request elevated persistence: always is false and there are no config paths or system-wide changes requested. No automatic autonomous invocation privilege issues beyond the platform default.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install linear-cli
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /linear-cli 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Rename skill slug to avoid collision; generate a2c config at runtime.
元数据
Slug linear-cli
版本 0.1.0
许可证
累计安装 4
当前安装数 4
历史版本数 1
常见问题

Linear CLI 是什么?

Linear CLI skill for OpenClaw workflows, powered by Api2Cli (a2c) against Linear's GraphQL API. Provides a wrapper script that generates its a2c workspace co... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 512 次。

如何安装 Linear CLI?

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

Linear CLI 是免费的吗?

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

Linear CLI 支持哪些平台?

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

谁开发了 Linear CLI?

由 Simon van Laak(@simonvanlaak)开发并维护,当前版本 v0.1.0。

💬 留言讨论