โ† All skills
Tencent SkillHub ยท Developer Tools

Nemo

Search and invoke over 1500 MCP tools and agent skills across remote servers, with access to full skill instructions and usage details.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Search and invoke over 1500 MCP tools and agent skills across remote servers, with access to full skill instructions and usage details.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, skill.md, skill.yaml

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.2

Documentation

ClawHub primary doc Primary doc: SKILL.md 7 sections Open source page

Nemo โ€” MCP Tool Search Engine

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. Base URL: https://nemo.25chenghua.workers.dev

MCP Tools

Nemo provides three MCP tools for discovering and invoking capabilities: search_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). call_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. get_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.

HTTP API

Nemo also exposes REST API endpoints for direct access:

Search

curl "https://nemo.25chenghua.workers.dev/api/search?q=QUERY&limit=5&detail=compact&source=all" Each result has a type field: "mcp_tool" or "skill".

Get Skill Instructions

curl "https://nemo.25chenghua.workers.dev/api/skill/SKILL_NAME?repo=owner/repo" Returns the complete instructions, install command, and metadata.

Call a Remote MCP Tool

curl -X POST "https://nemo.25chenghua.workers.dev/api/call" \ -H "Content-Type: application/json" \ -d '{"endpoint": "SERVER_URL", "tool": "TOOL_NAME", "args": {}}' Use the serverEndpoint and toolName from search results.

Workflow

Search: curl ".../api/search?q=file+conversion" If result is type: "skill" โ†’ get instructions: curl ".../api/skill/SKILL_NAME" โ†’ follow them If result is type: "mcp_tool" โ†’ call it: POST .../api/call with endpoint, tool, args Useful for AI agents that need to discover and invoke tools dynamically across a distributed network of MCP servers and agent skills.

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs1 Config
  • README.md Docs
  • skill.md Docs
  • skill.yaml Config