Skip to main content
Install the Nimble plugin and your AI coding assistant can create Web Search Agents for any website, extract structured data at scale, and search the live web — all from natural language prompts.

Prerequisites

1. Nimble CLI — Required by the nimble-web-tools skill:
2. Nimble API Key — Get yours from Account Settings and set it as an environment variable:
Or persist it in ~/.claude/settings.json for Claude Code:

Installation

Install from the Nimble Marketplace — this adds both skills and configures the MCP server automatically:
Or load directly from a local clone:

What’s Included

Agent Skills are plug-and-play extensions that give AI coding assistants direct access to Nimble’s web data tools. Install once and your AI can search the live web, extract pages, map sites, and run structured data agents — automatically, from natural language.

nimble-web-tools Skill

The nimble-web-tools skill activates automatically when you ask your AI assistant to search the web, extract a page, map a site, or crawl for content.

What it can do

Example prompts

Use --search-depth lite (default) for fast responses (1–3s). Use --search-depth deep when you need full page content for archiving or full-text analysis.

Extract

Map

Crawl

For LLM-friendly output, prefer map + extract --parse --format markdown on individual pages rather than crawl — crawl returns raw HTML which can be very large.

nimble-agents Skill

The nimble-agents skill gives your AI assistant the power to extract structured data from any website. It uses a find-or-generate workflow: search for an existing agent, run it, and get structured data. If no agent exists for a site, it generates a custom one automatically.

How it works

1

Search

Find an existing agent matching your target website using nimble_agents_list
2

Inspect

Review the agent’s input/output schema with nimble_agents_get
3

Run

Execute the agent and get clean, structured results via nimble_agents_run
4

Generate

If no existing agent fits, create a custom one with nimble_agents_generate
5

Publish

Save generated agents for future reuse with nimble_agents_publish

Usage

Use the slash command:
Or just describe what you need in plain language — the skill activates automatically when relevant.

MCP Tools


Source Code

agent-skills on GitHub

Plugin source, skill definitions, and SKILL.md references

Plugin Installation

Detailed platform-specific installation guide

Web Tools Skill

Full command reference for nimble-web-tools

Agents Skill

Full guide for the nimble-agents skill