Quick Install
Quick Start
The nimble-web-search skill activates automatically when you ask relevant questions: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. Agent Skills Benefits:- 🔌 Cross-Platform - Works with any agent platform that supports Skills
- 📦 Easy Installation - Use the Skills CLI package manager
- 📖 Open Standard - Community-driven, vendor-neutral specification
- 🔄 Reusable - Write once, use across different agent systems
- 🌐 Growing Ecosystem - Part of the thriving Agent Skills community
Prerequisites
Nimble API Key Required - Get your key at https://app.nimbleway.com/ Set theNIMBLE_API_KEY environment variable using your platform’s method:
Claude Code
Add to~/.claude/settings.json:
VS Code / GitHub Copilot
- Add skills to
.github/skills/in your repository - Configure API key using GitHub Actions secrets in the copilot environment
- Or set as environment variable in your shell
Shell / Terminal
Any Platform
The skill checks for theNIMBLE_API_KEY environment variable regardless of how you set it. Use your platform’s recommended method for configuring environment variables.
