What is the Agent Skill?
The Agent Skill is an Agent Skill that teaches Claude how to effectively discover and use tools through the Danube MCP Server. It provides:- Tool discovery patterns - When to use
search_toolsvslist_servicesvsget_service_tools - Authentication handling - How to recognize and respond to credential errors
- Workflow guidance - Multi-step patterns for common tasks
- Troubleshooting - Error handling and recovery strategies
Agent Skills are folders of instructions that Claude loads dynamically to improve performance on specialized tasks. Learn more about Skills
Download
Download Agent Skill
Download the skill package (ZIP file)
Installation
What’s Included
The Agent Skill package contains:SKILL.md
The main skill file includes:- Complete reference for all 30 MCP tools (discovery, execution, spending limits, skills, workflows, sites, agents, ratings)
- Tool discovery decision flow
- Authentication error handling patterns (including
store_credentialfor API keys) - Best practices for using Danube
workflows.md
Common multi-step patterns:- Find and execute a tool
- Explore a service’s capabilities
- Handle authentication errors
- Multi-service operations
- Multi-tool orchestration workflows
troubleshooting.md
Error handling guidance:- Authentication errors (
auth_required,invalid_grant, API key issues) - Parameter errors
- Connection issues
- Quick reference for error resolution
Example Usage
Once the skill is installed, Claude will know how to use Danube effectively. Try prompts like:Service Discovery
Service Discovery
Prompt: “What services are available on Danube?”Claude will use
list_services to show available integrations.Tool Search
Tool Search
Prompt: “Find a tool to send emails”Claude will use
search_tools with semantic search to find relevant tools.Execute a Task
Execute a Task
Prompt: “Send an email to john@example.com about our meeting tomorrow”Claude will discover the Gmail tool, check authentication, and execute the request.
Skill vs MCP Connection
| Feature | MCP Connection | Agent Skill |
|---|---|---|
| Required for tools | Yes | No (enhancement) |
| Tool execution | Enables it | Improves it |
| Error handling | Basic | Guided recovery |
| Discovery | Available | Optimized patterns |
The Agent Skill enhances Claude’s ability to use Danube but does not replace the MCP connection. You still need to set up the MCP Server to actually execute tools.
Updating the Skill
To update to a newer version:- Download the latest skill from this page
- Go to Settings → Capabilities
- Remove the existing Agent skill
- Upload the new version
