← 返回 Skills 市场
maverick

Maverick Linear MCPorter

作者 Maverick · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ✓ 安全检测通过
81
总下载
1
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install maverick-linear
功能描述
Manage Linear issues, comments, projects, cycles, labels via Linear's hosted MCP server (https://mcp.linear.app/mcp). Use when the user asks about Linear iss...
使用说明 (SKILL.md)

Linear

Quick start

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.

bash {baseDir}/scripts/invoke.sh call maverick-linear.list_issues team=ENG limit:5
bash {baseDir}/scripts/invoke.sh call maverick-linear.create_issue title="Bug: pagination breaks" teamId=ENG
bash {baseDir}/scripts/invoke.sh call maverick-linear.create_comment issueId=ABC-123 body="Fixed in PR #456"

For structured output (also surfaces transport errors as JSON envelopes — workaround for mcporter #153):

bash {baseDir}/scripts/invoke.sh call --output json maverick-linear.list_issues team=ENG | jq '.result.content'

Discover available tools and schemas:

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

Safety

Write operations (create_issue, update_issue, create_comment, label/cycle/project changes, etc.) modify Linear work items visible to your team. Confirm clear user intent before invoking write tools — read tools (list_*, get_*) are safe to call freely while exploring. Review Linear activity after first use to verify behavior matches expectations.

Authentication

Tokens are provisioned and rotated automatically. If a call returns HTTP 401 that doesn't recover within a few seconds, the OAuth grant has been revoked — re-authorize the integration to refresh credentials.

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.

Dependencies

  • mcporter (github.com/steipete/mcporter) — MCP CLI used to invoke Linear's hosted MCP server. Auto-installed via npm install -g --ignore-scripts mcporter if missing on PATH (see install spec in frontmatter). The install spec uses unpinned mcporter (npm latest); operators with strict supply-chain controls should override the install to pin a specific version (e.g. mcporter@\x3Cversion>).
  • jq (stedolan.github.io/jq) — JSON processor used by the vault initializer. System dependency; install via your OS package manager (apt install jq, brew install jq, etc.).
  • flock (part of util-linux) — file locking used to serialize concurrent vault writes. Available by default on Linux; on macOS install via brew install flock.
安全使用建议
Install only if you trust the mcporter dependency and are comfortable granting this integration Linear OAuth access. Pin mcporter if you need strict supply-chain control, keep token environment variables and `~/.mcporter/credentials.json` protected, and confirm before allowing the agent to create or update Linear items.
功能分析
Type: OpenClaw Skill Name: maverick-linear Version: 1.0.3 The skill bundle is a legitimate integration for Linear via the Model Context Protocol (MCP). It uses the 'mcporter' CLI to communicate with the official Linear MCP endpoint (https://mcp.linear.app/mcp). The included 'scripts/init-mcporter.sh' securely manages OAuth tokens by seeding them into the local mcporter vault (~/.mcporter/credentials.json), employing security best practices such as file locking (flock), atomic writes via mktemp, and passing secrets to jq through environment variables to avoid exposure in process lists. No malicious intent or unauthorized data exfiltration was detected.
能力标签
requires-oauth-tokenrequires-sensitive-credentials
能力评估
Purpose & Capability
The capability matches the stated Linear-management purpose, including creating and updating issues/comments/projects, which are team-visible business workflow changes.
Instruction Scope
The skill scopes itself to Linear work items, explicitly excludes code/PR queries, and tells the agent to confirm clear user intent before write operations.
Install Mechanism
It depends on the external npm package mcporter and documents that the install uses npm latest rather than a pinned version.
Credentials
The required OAuth-related environment variables and calls to Linear's hosted MCP service are expected for this integration, but they are sensitive.
Persistence & Privilege
The wrapper persists Linear OAuth tokens into the user's mcporter credential vault and stores a local hash marker; this is disclosed and purpose-aligned.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install maverick-linear
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /maverick-linear 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
- Clarified the installation process for the mcporter dependency in the Dependencies section. - Added guidance for operators on pinning a specific mcporter version to meet supply-chain requirements. - No changes were made to code or functionality; documentation only.
v1.0.2
- Added homepage field linking to the Linear MCP documentation. - Expanded documentation with new "Safety," "Data flow," and "Dependencies" sections, providing usage guidance and details on required tools. - Updated metadata to specify `mcporter` installation instructions and requirements for dependencies. - No functional changes; documentation and metadata improvements only.
v1.0.1
Version 1.0.1 - Updated documentation to clarify token provisioning and authentication instructions. - Removed references to "Maverick" as the provider of environment tokens in the quick start and authentication sections. - Simplified the authentication flow description for easier understanding. - No code or file changes in this release.
v1.0.0
Initial release of maverick-linear skill for managing Linear work items via MCP server. - Enables listing, creating, updating, and commenting on Linear issues, projects, cycles, and labels. - Integrates with Linear's hosted MCP server using secure OAuth token flows managed by Maverick. - Provides reusable shell wrapper scripts for consistent tool invocation and token management. - Structured output and schema discovery supported for advanced scripting needs. - Not for code or pull request queries (GitHub skill should be used for those).
元数据
Slug maverick-linear
版本 1.0.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

Maverick Linear MCPorter 是什么?

Manage Linear issues, comments, projects, cycles, labels via Linear's hosted MCP server (https://mcp.linear.app/mcp). Use when the user asks about Linear iss... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 81 次。

如何安装 Maverick Linear MCPorter?

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

Maverick Linear MCPorter 是免费的吗?

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

Maverick Linear MCPorter 支持哪些平台?

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

谁开发了 Maverick Linear MCPorter?

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

💬 留言讨论