Skip to main content
The Nimble Agent Builder skill lets you create, test, refine, and publish reusable extraction workflows from your AI coding assistant. Describe the data you need from any website, and it finds an existing agent or creates a new one, then lets you iterate until the output is exactly right. Built on the Nimble MCP Server and the open-source Agent Skills standard for cross-platform agent compatibility.

View on GitHub

Source code for this skill

Tools Overview

Quick Install

The agent builder requires the MCP server. See Prerequisites > MCP Server Connection below.

Prerequisites

1. Nimble API Key

Sign up and generate a key from your Account Settings > API Keys. Set the NIMBLE_API_KEY environment variable using your platform’s method:
Add to ~/.claude/settings.json:

2. MCP Server Connection

The skill requires a connection to the Nimble MCP server. After installing the skill, connect the server:
See the Plugin Installation page for platform-specific setup options.

Quick Start

The skill activates automatically when you describe a recurring extraction need:
Use this skill when you need a reusable workflow. For immediate, one-off data extraction, use the Nimble Web Expert instead.

How It Works

The skill follows a build-test-refine lifecycle:
  1. Search existing agents that match your target website
  2. Inspect the agent’s input/output schema
  3. Run the agent and validate structured results
  4. Generate a custom agent using natural language if no existing one fits
  5. Refine fields, extraction rules, or parsing until the output matches expectations
  6. Publish the final agent for repeated use across projects
Results are presented in clean markdown tables with numbered follow-up options. Each step is interactive. Refine until the output matches your requirements before publishing.

Usage Examples

Find and run an existing agent

The skill searches for a matching agent (amazon_pdp), shows you the schema, runs it, and returns structured product data.

Generate a custom agent

The skill generates a new agent definition, runs it against a sample URL, and lets you refine the fields before publishing.

Refine and publish

Agent Builder vs Web Expert

About Agent Skills

This skill follows the Agent Skills open-source standard, making it compatible with multiple AI agent platforms. Install using the Skills CLI, the standard package manager for the Agent Skills ecosystem.

Full Reference

For the complete skill documentation, examples, and API reference, see the SKILL.md on GitHub.