← 返回 Skills 市场
maverick

Maverick Linear Mcp

作者 Maverick · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
58
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install maverick-linear-mcp
功能描述
Read and write Linear workspace data — issues, comments, projects, and any other entity Linear's MCP server exposes. Thin pass-through to Linear's official h...
使用说明 (SKILL.md)

Linear

How to use this skill

This skill is a thin pass-through to Linear's hosted MCP server. The live server is the source of truth for what tools exist, what they're called, what arguments they take, and any per-server instructions Linear publishes.

Always invoke through bash {baseDir}/scripts/invoke.sh — never call mcporter directly. The wrapper seeds the OAuth vault from the env-supplied tokens when needed, then calls mcporter.

Step 1 — Discover the live tool catalog and Linear's own usage instructions. Always run this first; do not rely on tool names from memory:

bash {baseDir}/scripts/invoke.sh list maverick-linear --schema

The output includes Linear's Instructions: field (read it — it specifies, for example, how to format markdown content) and a JSON Schema for every tool's parameters. Treat this as the authoritative reference for the rest of the session.

Step 2 — Call any tool from the catalog using the form \x3Cserver>.\x3Ctool> where \x3Cserver> is maverick-linear (the local registration key, not Linear's announced name):

bash {baseDir}/scripts/invoke.sh call maverick-linear.\x3Ctool> \x3Carg>=\x3Cvalue> ...

Add --output json for structured output (also surfaces transport errors as JSON envelopes):

bash {baseDir}/scripts/invoke.sh call --output json maverick-linear.\x3Ctool> ...

Conventions worth knowing

These hold across most tools but are not contracts — --schema is. Use them as defaults; trust the per-tool schema when it disagrees.

  • Upsert pattern. Many write tools accept an optional id: present → updates; absent → creates. Required fields differ between the two cases; the per-tool description in --schema calls this out.
  • Linear's own per-server instructions. Read the Instructions: field from the --schema output before formatting any text-content arguments. Linear publishes guidance there (e.g. on markdown formatting) that applies to every applicable tool.
  • Linear ID flexibility. Where a parameter is documented as accepting an ID, Linear typically also accepts the human-readable identifier (issue identifiers, project slugs, team names). The schema description is authoritative for each parameter.

Safety

Linear MCP tools split cleanly by name prefix. Read tools (list_*, get_*, search_*, extract_*) are safe to call freely while exploring. Write/delete tools (save_*, delete_*, create_*) modify workspace data visible to the user's team — confirm clear user intent before invoking them.

Authentication

Credentials are available to the agent runtime through required env vars. The wrapper seeds mcporter's vault as needed before each call. mcporter then reads tokens from the vault, sends them with each request, and refreshes them on expiry.

If a call returns HTTP 401 that doesn't recover within a few seconds, the OAuth grant has been revoked — re-authorize the integration.

Data flow

Tool calls travel to Linear's hosted MCP service at https://mcp.linear.app/mcp over HTTPS, authenticated via OAuth. Linear sees the issue/project/comment data referenced by each call. Use this skill for Linear-related work only; do not pass unrelated sensitive content through these tools.

安全使用建议
Install this only if you want the agent to access and potentially modify your Linear workspace. Review write/delete actions carefully, keep the OAuth grant scoped to the intended workspace, and treat the static secret warning as a likely false positive based on the provided source.
功能分析
Type: OpenClaw Skill Name: maverick-linear-mcp Version: 1.0.0 The skill is a legitimate integration for Linear's official Model Context Protocol (MCP) server. The included scripts, scripts/init-mcporter.sh and scripts/invoke.sh, are well-engineered wrappers for the 'mcporter' utility, handling OAuth token seeding into a local vault (~/.mcporter/credentials.json) with proper security practices such as atomic writes, file locking for concurrency, and the use of environment variables in jq to prevent credential leakage in process listings. The behavior is entirely consistent with the stated purpose of managing Linear workspace data.
能力标签
requires-oauth-tokenrequires-sensitive-credentials
能力评估
Purpose & Capability
The stated purpose, files, and endpoint are consistent: this is a thin pass-through to Linear’s hosted MCP. The capability is broad because it can read and write issues, comments, projects, and other Linear MCP entities, which users should notice before installing.
Instruction Scope
The instructions require discovering Linear’s live tool schema and say write/delete tools should only be used with clear user intent. This is purpose-aligned, though the live catalog means available operations depend on Linear’s server.
Install Mechanism
The skill installs and invokes the external mcporter CLI through shell wrappers. This is central to the MCP integration, but the install spec does not pin a package version.
Credentials
OAuth access, refresh, and client ID environment variables are required and are proportionate for a Linear MCP integration. The artifacts do not show unrelated credential access or hidden destinations.
Persistence & Privilege
The wrapper persists OAuth tokens into mcporter’s local credential vault and stores only a hash marker in the skill directory. There is no evidence of background execution, self-propagation, or hidden persistence beyond the credential vault.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install maverick-linear-mcp
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /maverick-linear-mcp 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Update skill bundle
元数据
Slug maverick-linear-mcp
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Maverick Linear Mcp 是什么?

Read and write Linear workspace data — issues, comments, projects, and any other entity Linear's MCP server exposes. Thin pass-through to Linear's official h... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 58 次。

如何安装 Maverick Linear Mcp?

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

Maverick Linear Mcp 是免费的吗?

是的,Maverick Linear Mcp 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Maverick Linear Mcp 支持哪些平台?

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

谁开发了 Maverick Linear Mcp?

由 Maverick(@maverick)开发并维护,当前版本 v1.0.0。

💬 留言讨论