{
  "schemaVersion": "1.0",
  "item": {
    "slug": "nemo",
    "name": "Nemo",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/Mootbing/nemo",
    "canonicalUrl": "https://clawhub.ai/Mootbing/nemo",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/nemo",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=nemo",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "skill.md",
      "skill.yaml"
    ],
    "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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "slug": "nemo",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-06T01:43:21.198Z",
      "expiresAt": "2026-05-13T01:43:21.198Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=nemo",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=nemo",
        "contentDisposition": "attachment; filename=\"nemo-1.0.2.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "nemo"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/nemo"
    },
    "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/nemo",
    "agentPageUrl": "https://openagent3.xyz/skills/nemo/agent",
    "manifestUrl": "https://openagent3.xyz/skills/nemo/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/nemo/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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Nemo — MCP Tool Search Engine",
        "body": "Search engine for MCP tools and agent skills. Search 790+ MCP server tools and 760+ agent skills in one place, call remote MCP tools, and get full skill instructions.\n\nBase URL: https://nemo.25chenghua.workers.dev"
      },
      {
        "title": "MCP Tools",
        "body": "Nemo provides three MCP tools for discovering and invoking capabilities:\n\nsearch_tools: Search for MCP tools and agent skills by keyword. Returns compact results by default (tool name, server, title). Set detail='full' to include descriptions and input schemas. Use source to filter by type (all, mcp, skills).\ncall_tool: Call a tool on a remote MCP server by specifying the endpoint, tool name, and arguments. Response is truncated to maxResponseChars (default 10000). Tracks latency and logs usage.\nget_skill: Get full instructions for an agent skill. Returns the complete SKILL.md content, install command, and metadata. Use after search_tools to get detailed skill instructions."
      },
      {
        "title": "HTTP API",
        "body": "Nemo also exposes REST API endpoints for direct access:"
      },
      {
        "title": "Search",
        "body": "curl \"https://nemo.25chenghua.workers.dev/api/search?q=QUERY&limit=5&detail=compact&source=all\"\n\nEach result has a type field: \"mcp_tool\" or \"skill\"."
      },
      {
        "title": "Get Skill Instructions",
        "body": "curl \"https://nemo.25chenghua.workers.dev/api/skill/SKILL_NAME?repo=owner/repo\"\n\nReturns the complete instructions, install command, and metadata."
      },
      {
        "title": "Call a Remote MCP Tool",
        "body": "curl -X POST \"https://nemo.25chenghua.workers.dev/api/call\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"endpoint\": \"SERVER_URL\", \"tool\": \"TOOL_NAME\", \"args\": {}}'\n\nUse the serverEndpoint and toolName from search results."
      },
      {
        "title": "Workflow",
        "body": "Search: curl \".../api/search?q=file+conversion\"\nIf result is type: \"skill\" → get instructions: curl \".../api/skill/SKILL_NAME\" → follow them\nIf result is type: \"mcp_tool\" → call it: POST .../api/call with endpoint, tool, args\n\nUseful for AI agents that need to discover and invoke tools dynamically across a distributed network of MCP servers and agent skills."
      }
    ],
    "body": "Nemo — MCP Tool Search Engine\n\nSearch engine for MCP tools and agent skills. Search 790+ MCP server tools and 760+ agent skills in one place, call remote MCP tools, and get full skill instructions.\n\nBase URL: https://nemo.25chenghua.workers.dev\n\nMCP Tools\n\nNemo provides three MCP tools for discovering and invoking capabilities:\n\nsearch_tools: Search for MCP tools and agent skills by keyword. Returns compact results by default (tool name, server, title). Set detail='full' to include descriptions and input schemas. Use source to filter by type (all, mcp, skills).\ncall_tool: Call a tool on a remote MCP server by specifying the endpoint, tool name, and arguments. Response is truncated to maxResponseChars (default 10000). Tracks latency and logs usage.\nget_skill: Get full instructions for an agent skill. Returns the complete SKILL.md content, install command, and metadata. Use after search_tools to get detailed skill instructions.\nHTTP API\n\nNemo also exposes REST API endpoints for direct access:\n\nSearch\ncurl \"https://nemo.25chenghua.workers.dev/api/search?q=QUERY&limit=5&detail=compact&source=all\"\n\n\nEach result has a type field: \"mcp_tool\" or \"skill\".\n\nGet Skill Instructions\ncurl \"https://nemo.25chenghua.workers.dev/api/skill/SKILL_NAME?repo=owner/repo\"\n\n\nReturns the complete instructions, install command, and metadata.\n\nCall a Remote MCP Tool\ncurl -X POST \"https://nemo.25chenghua.workers.dev/api/call\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"endpoint\": \"SERVER_URL\", \"tool\": \"TOOL_NAME\", \"args\": {}}'\n\n\nUse the serverEndpoint and toolName from search results.\n\nWorkflow\nSearch: curl \".../api/search?q=file+conversion\"\nIf result is type: \"skill\" → get instructions: curl \".../api/skill/SKILL_NAME\" → follow them\nIf result is type: \"mcp_tool\" → call it: POST .../api/call with endpoint, tool, args\n\nUseful for AI agents that need to discover and invoke tools dynamically across a distributed network of MCP servers and agent skills."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Mootbing/nemo",
    "publisherUrl": "https://clawhub.ai/Mootbing/nemo",
    "owner": "Mootbing",
    "version": "1.0.2",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/nemo",
    "downloadUrl": "https://openagent3.xyz/downloads/nemo",
    "agentUrl": "https://openagent3.xyz/skills/nemo/agent",
    "manifestUrl": "https://openagent3.xyz/skills/nemo/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/nemo/agent.md"
  }
}