Skip to main content

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_tools vs list_services vs get_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.
After installing the skill, Claude will automatically use it when you ask about Danube tools or want to interact with external services.

What’s Included

The Agent Skill package contains:
danube/
├── SKILL.md              # Core instructions and tool reference
└── references/
    ├── workflows.md      # Multi-step usage patterns
    └── troubleshooting.md # Error handling guide

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:
Prompt: “What services are available on Danube?”Claude will use list_services to show available integrations.
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

FeatureMCP ConnectionAgent Skill
Required for toolsYesNo (enhancement)
Tool executionEnables itImproves it
Error handlingBasicGuided recovery
DiscoveryAvailableOptimized 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:
  1. Download the latest skill from this page
  2. Go to SettingsCapabilities
  3. Remove the existing Agent skill
  4. Upload the new version

Creating Custom Skills

Want to create your own skills? Check out: