Skip to main content
The Nimble plugin bundles two skills and an MCP server connection into a single package that works across Claude Code, Cursor, and the Vercel Agent Skills CLI.

What’s Included

ComponentDescription
nimble-web-search skillReal-time web search with 8 focus modes
nimble-agents skillFind, generate, and run agents
MCP server configPre-configured connection to the Nimble MCP server

Prerequisites

  1. Nimble API KeySign up and generate a key from your Account Settings > API Keys
  2. Set the environment variable:
export NIMBLE_API_KEY="your-api-key-here"
Or add to ~/.claude/settings.json (Claude Code):
{
  "env": {
    "NIMBLE_API_KEY": "your-api-key-here"
  }
}

Install by Platform

claude plugin marketplace add Nimbleway/agent-skills
claude plugin install nimble@nimble-plugin-marketplace
This installs both skills and configures the MCP server automatically.

Local Plugin Directory

Clone the repo and load it as a local plugin:
git clone https://github.com/Nimbleway/agent-skills.git
claude --plugin-dir /path/to/agent-skills

Source Code

agent-skills on GitHub

View the full plugin source, skill definitions, and development scripts