Quick Install
How It Works
The skill follows a find-or-generate approach:- Search — Find an existing agent matching your target website
- Inspect — Review the agent’s input/output schema
- Run — Execute the agent and get structured results
- Generate — If no existing agent fits, create a custom one using natural language
- Publish — Save generated agents for future reuse
Prerequisites
- Nimble API Key — Sign up and generate a key from your Account Settings > API Keys
- MCP Server Connection — The skill uses 5 MCP tools (
nimble_agents_list,nimble_agents_get,nimble_agents_generate,nimble_agents_run,nimble_agents_publish) provided by the Nimble MCP server
Installation
See the Plugin Installation page for all options.Vercel Agent Skills CLI
The agents skill requires the MCP server. After installing via
npx skills, connect the MCP server manually:Usage
- Claude Code
- Cursor
Invoke the skill using the slash command:For example:The skill activates automatically — it searches for a matching agent, lets you pick one, runs it, and returns structured data.You can also describe your task in plain language without the slash command. If the plugin is installed, Claude Code will recognize when to use the agents skill based on your request.
MCP Tools Used
| Tool | Purpose |
|---|---|
nimble_agents_list | Browse agents by keyword |
nimble_agents_get | Get agent details and input/output schema |
nimble_agents_generate | Create custom agents via natural language |
nimble_agents_run | Execute agents and get structured results |
nimble_agents_publish | Save generated agents for reuse |
Source Code
Full skill documentation, examples, and references:agent-skills on GitHub
View the complete skill source including SKILL.md, examples, and API reference

