nimble-agents
Installation
SKILL.md
Nimble Agents
Structured web data extraction via Nimble agents. Always finish with executed results or runnable code.
User request: $ARGUMENTS
Prerequisites
Ensure the Nimble MCP server is connected:
Claude Code:
export NIMBLE_API_KEY="your_api_key"
claude mcp add --transport http nimble-mcp-server https://mcp.nimbleway.com/mcp \
--header "Authorization: Bearer ${NIMBLE_API_KEY}"
VS Code (Copilot / Continue):
Related skills