一键导入
mcporter
Use MCP servers through the mcporter CLI wrapper from pi. Use when the task needs external MCP-backed tools, server discovery, or tool calls via mcporter.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use MCP servers through the mcporter CLI wrapper from pi. Use when the task needs external MCP-backed tools, server discovery, or tool calls via mcporter.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Plan and execute work with dedicated planner, executor, and subagent flows in pi. Use for multi-step tasks, delegation, verification, or when switching models/tools by role.
Open GitHub pull requests with newline-safe bodies. Use when asked to create, open, draft, or update a PR description/body.
Use parent-controlled WezTerm Matrix panes for visible multi-agent orchestration. Use when the user asks for Matrix, WezTerm panes/tabs/splits, visible subagents, or multi-agent cockpit workflows.
Review GitHub PRs or SourceHut patchsets with forge CLI tools, local checks, and concise actionable findings. Use when asked to review a PR, patch, branch, or merge request.
Triage GitHub Actions or SourceHut CI/build failures. Use when asked why CI is failing, what checks ran, or how to fix a failed build.
Use pi's read-only plan mode with elicitation and isolated git worktree execution. Use when a task should be planned before changes, needs user approval, or should run safely outside the active checkout.
| name | mcporter |
| description | Use MCP servers through the mcporter CLI wrapper from pi. Use when the task needs external MCP-backed tools, server discovery, or tool calls via mcporter. |
Use this skill when the user wants MCP functionality through mcporter.
.pi/mcporter.json if present.pi/mcporter.example.json for the expected shape/mcporter to inspect the configured wrapper command.mcporter_list before mcporter_call when you need server/tool discovery or schemas.mcporter_resource to list/read MCP resources.mcporter_list accepts optional server and schema fields.
The mcporter_call pi tool accepts:
{
"server": "server-name",
"tool": "tool-name",
"arguments": { "key": "value" }
}
The extension expands these into the configured mcporter command template. The default template uses mcporter call {selector} --args {argumentsJson} --output json.
Copy .pi/mcporter.example.json to .pi/mcporter.json and adjust callArgs, listArgs, or resourceArgs to match the installed mcporter version.
Supported placeholders:
{server}{tool}{selector} (server.tool){argumentsJson}{schemaFlag}{uri}