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
1
Download the Skill
Click the download button above to get
danube-skill.zip.2
Open Claude Settings
In Claude.ai, click on your profile icon and select Settings.
3
Navigate to Capabilities
Go to Capabilities in the settings menu.
4
Add the Skill
Click Add and then select Upload Skill.
5
Select the ZIP File
Choose the
danube-skill.zip file you downloaded.6
Confirm Installation
The skill will appear in your Capabilities list once installed.
What’s Included
The Agent Skill package contains:SKILL.md
The main skill file includes:- Available tools reference (
list_services,search_tools,get_service_tools,execute_tool,search_contacts) - Tool discovery decision flow
- Authentication error handling patterns
- 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
- Contact lookup 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 [email protected] 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