{
  "schemaVersion": "1.0",
  "item": {
    "slug": "mcporter-skill",
    "name": "mcporter",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/Livvux/mcporter-skill",
    "canonicalUrl": "https://clawhub.ai/Livvux/mcporter-skill",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/mcporter-skill",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=mcporter-skill",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/mcporter-skill"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/mcporter-skill",
    "agentPageUrl": "https://openagent3.xyz/skills/mcporter-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/mcporter-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/mcporter-skill/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "mcporter",
        "body": "Use mcporter to manage MCP (Model Context Protocol) servers and tools."
      },
      {
        "title": "Requirements",
        "body": "mcporter CLI installed (via Homebrew: brew install pdxfinder/tap/mcporter)\nMCP server configuration in ~/.config/mcporter/"
      },
      {
        "title": "List Configured Servers",
        "body": "mcporter list"
      },
      {
        "title": "Authentication",
        "body": "mcporter auth --help"
      },
      {
        "title": "Call MCP Tools",
        "body": "mcporter call <server-name> <tool-name> [arguments...]"
      },
      {
        "title": "Generate CLI/Types",
        "body": "mcporter generate cli <server-name>\nmcporter generate types <server-name>"
      },
      {
        "title": "Config Management",
        "body": "mcporter config --help"
      },
      {
        "title": "Notes",
        "body": "mcporter supports both HTTP and stdio MCP servers\nAd-hoc server creation is supported\nCLI generation creates typed wrappers for MCP tools\nUse exec tool to run mcporter commands"
      }
    ],
    "body": "name: mcporter description: Use the mcporter CLI to list, configure, auth, and call MCP servers/tools directly (HTTP or stdio), including ad-hoc servers, config edits, and CLI/type generation. homepage: https://github.com/pdxfinder/mcporter metadata: {\"clawdbot\":{\"emoji\":\"🔌\",\"os\":[\"darwin\",\"linux\",\"windows\"],\"requires\":{\"bins\":[\"mcporter\"]},\"install\":[{\"id\":\"brew\",\"kind\":\"brew\",\"formula\":\"pdxfinder/tap/mcporter\",\"bins\":[\"mcporter\"],\"label\":\"Install mcporter (brew)\"}]}}\n\nmcporter\n\nUse mcporter to manage MCP (Model Context Protocol) servers and tools.\n\nRequirements\nmcporter CLI installed (via Homebrew: brew install pdxfinder/tap/mcporter)\nMCP server configuration in ~/.config/mcporter/\nCommon Commands\nList Configured Servers\nmcporter list\n\nAuthentication\nmcporter auth --help\n\nCall MCP Tools\nmcporter call <server-name> <tool-name> [arguments...]\n\nGenerate CLI/Types\nmcporter generate cli <server-name>\nmcporter generate types <server-name>\n\nConfig Management\nmcporter config --help\n\nNotes\nmcporter supports both HTTP and stdio MCP servers\nAd-hoc server creation is supported\nCLI generation creates typed wrappers for MCP tools\nUse exec tool to run mcporter commands"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Livvux/mcporter-skill",
    "publisherUrl": "https://clawhub.ai/Livvux/mcporter-skill",
    "owner": "Livvux",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/mcporter-skill",
    "downloadUrl": "https://openagent3.xyz/downloads/mcporter-skill",
    "agentUrl": "https://openagent3.xyz/skills/mcporter-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/mcporter-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/mcporter-skill/agent.md"
  }
}