Search and invoke over 1500 MCP tools and agent skills across remote servers, with access to full skill instructions and usage details.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install nemo或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install nemo⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/nemo/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
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
Nemo provides three MCP tools for discovering and invoking capabilities:
Nemo also exposes REST API endpoints for direct access:
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".
curl "https://nemo.25chenghua.workers.dev/api/skill/SKILL_NAME?repo=owner/repo"
Returns the complete instructions, install command, and metadata.
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.
curl ".../api/search?q=file+conversion"type: "skill" → get instructions: curl ".../api/skill/SKILL_NAME" → follow themtype: "mcp_tool" → call it: POST .../api/call with endpoint, tool, argsUseful for AI agents that need to discover and invoke tools dynamically across a distributed network of MCP servers and agent skills.
安装 Nemo 后,可以对 AI 说这些话来触发它
Help me get started with Nemo
Explains what Nemo does, walks through the setup, and runs a quick demo based on your current project
Use Nemo to search and invoke over 1500 MCP tools and agent skills across remot...
Invokes Nemo with the right parameters and returns the result directly in the conversation
What can I do with Nemo in my marketing & growth workflow?
Lists the top use cases for Nemo, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/nemo/ 目录(个人级,所有项目可用),或 .claude/skills/nemo/(项目级)。重启 AI 客户端后,用 /nemo 主动调用,或让 AI 根据上下文自动发现并使用。
Nemo 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Nemo 可免费安装使用。请查阅仓库了解许可证信息。
Search and invoke over 1500 MCP tools and agent skills across remote servers, with access to full skill instructions and usage details.
Nemo 属于「Marketing & Growth」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my marketing & growth tasks using Nemo
Identifies repetitive steps in your workflow and sets up Nemo to handle them automatically