Skip to main content
One-command workflows that turn any AI agent into a web intelligence powerhouse. Web Search Skills spawn parallel sub-agents, gather live web data via Nimble APIs, synthesize findings, and deliver structured reports with dates and source URLs. Compatible with any AI agent or platform that supports the Agent Skills protocol — including Claude Code, Cursor, and the Vercel Agent Skills CLI. Powered by the Nimble CLI.

View on GitHub

Source code for all skills

Skills Categories

Business Research

360° company research, competitor monitoring, and market discovery

Marketing

Track competitor positioning, messaging shifts, pricing changes, and content gaps

Productivity

Meeting prep with attendee research, and local business discovery

Industry-Specific Skills

Web Search Skills also extend into vertical-specific workflows. Starting with Healthcare:

How It Works

Under the hood, Web Search Skills intelligently orchestrate Nimble’s Web ToolsSearch, Extract, Map, and Crawl — to fetch data from the web as needed. They also discover and trigger the best Web Search Agents (WSAs) for the task at hand, choosing from hundreds of pre-built extraction agents optimized for specific websites and data types. For bulk operations like table enrichments, skills automatically create batch background tasks — processing rows in parallel without blocking the conversation. Every Web Search Skill follows the same pattern:
1

Preflight

Checks the Nimble CLI is installed and loads the business profile.
2

Parse request and clarify

Understands the task, asks clarifying questions, and aligns on scope before starting.
3

Parallel research

Spawns sub-agents that orchestrate Web Tools and WSAs for concurrent data gathering across multiple web sources.
4

Analysis

Synthesizes findings and deduplicates against previous runs.
5

Report

Delivers structured output with verified dates and source URLs.
6

Distribute

Detects connected integrations (Notion, Slack, Google Drive, and more) and proposes where to store the report. Can also generate interactive apps or trigger follow-up skills.
Skills learn from previous runs and only surface what’s new. Run the same skill twice and the second run highlights changes, not repeats.

Private Local Web Index

Skills maintain a local web knowledge index at ~/.nimble/memory/ — live web intelligence that compounds across sessions, so your agent never starts from scratch.
  • Local-first indexes — per-directory entity catalogs for instant lookup, no vector DB needed
  • Obsidian-compatible[[wiki links]] cross-reference people, companies, and competitors. Open ~/.nimble/memory/ in Obsidian to browse the intelligence graph
  • Cross-entity synthesis — patterns across competitors, pricing trends, and market signals surface automatically
  • Ad-hoc insights — say “remember this” mid-conversation and it compounds into the right entity page
  • Activity log — grep-friendly record of what was learned, when, and by which skill
Every finding carries a verified event date and source URL. Stale signals are dropped, not reported.

Quick Install

claude plugin marketplace add Nimbleway/agent-skills && \
claude plugin install nimble@nimble-plugin-marketplace

Prerequisites

Requires the Nimble CLI and a Nimble API key. See Plugin Installation for full setup instructions.