← Back to Skills Marketplace
maverick

Maverick Linear MCPorter

by Maverick · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ✓ Security Clean
81
Downloads
1
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install maverick-linear
Description
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...
README (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.
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
requires-oauth-tokenrequires-sensitive-credentials
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install maverick-linear
  3. After installation, invoke the skill by name or use /maverick-linear
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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).
Metadata
Slug maverick-linear
Version 1.0.3
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 4
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 81 downloads so far.

How do I install Maverick Linear MCPorter?

Run "/install maverick-linear" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Maverick Linear MCPorter free?

Yes, Maverick Linear MCPorter is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Maverick Linear MCPorter support?

Maverick Linear MCPorter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Maverick Linear MCPorter?

It is built and maintained by Maverick (@maverick); the current version is v1.0.3.

💬 Comments