Nemo
Skill by mootbing
Why use this skill?
Discover, install, and execute over 1,500+ MCP tools and agent skills with Nemo. A unified search engine and execution gateway for OpenClaw.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/mootbing/nemoWhat This Skill Does
Nemo acts as a powerful, centralized discovery engine and execution gateway for the vast ecosystem of Model Context Protocol (MCP) tools and agent skills. By aggregating over 790 MCP server tools and 760 agent skills, Nemo eliminates the fragmentation typically found in tool discovery. It provides a unified interface where you can search for capabilities using keywords, retrieve comprehensive installation instructions for skills, and even execute remote MCP tools directly. Whether you are looking for specialized file conversion utilities, data processing capabilities, or complex agent workflows, Nemo functions as a meta-tool that allows your AI agent to browse and tap into a distributed network of resources instantly.
Installation
To integrate Nemo into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/mootbing/nemo
Once installed, the skill exposes its three primary functions—search_tools, call_tool, and get_skill—directly to your AI agent, enabling immediate search and execution capabilities.
Use Cases
Nemo is designed for developers and AI agents that need to operate dynamically. Common use cases include:
- Tool Discovery: Quickly finding a specific tool for a niche task (e.g., "image processing") without manually browsing GitHub repositories.
- Dynamic Execution: Calling remote MCP tools on-the-fly to handle data without needing to locally install or configure the underlying server.
- Onboarding and Learning: Retrieving full
SKILL.mdinstructions for new agent skills to understand dependencies and operational requirements before installation.
Example Prompts
- "Nemo, please search for available MCP tools that specialize in PDF to Markdown conversion and show me the full details."
- "Use Nemo to find the 'data-analyzer' agent skill and provide me with the specific installation instructions."
- "Nemo, call the tool 'process_image' from the server endpoint 'https://image-svc.example.com' with the arguments set to input path './photo.jpg'."
Tips & Limitations
When using Nemo, always use the detail='full' parameter during search if you need specific schema requirements for your tool calls. Be aware that while Nemo can call remote tools, network latency will vary depending on the destination server. Always verify the source and trust level of external MCP servers before invoking them. Nemo acts as a bridge; it does not host the tools itself, meaning if the target server is down, the execution will fail.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-mootbing-nemo": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api