Prerequisites
Before starting, ensure you have:- OpenClaw installed - Follow the OpenClaw setup guide
- Node.js 18+ - Required for mcp-remote bridge
Setup
Run Setup Script
The skill includes a setup script that will configure OpenClaw:When prompted, enter your Danube API key from danubeai.com/dashboard → Settings → API Keys.The script will:
- Add your API key to
~/.openclaw/.env - Configure OpenClaw to use the Danube MCP server
- Restart the OpenClaw Gateway
Alternative: Environment Variable Setup
If ClawHub installation doesn’t work, ensure your API key is set as an environment variable:We recommend using ClawHub for installation as it handles configuration securely. The environment variable approach keeps your API key out of configuration files.
Available Tools
Once connected, you’ll have access to these Danube MCP tools:| Tool | Description |
|---|---|
list_services | Browse all available service integrations |
search_tools | Semantic search across all available tools |
get_service_tools | Get all tools for a specific service |
execute_tool | Run any tool with parameters |
search_skills | Search the skills marketplace |
get_skill | Get full skill content and instructions |
Troubleshooting
Skill not installing
Skill not installing
Check if the skill exists on ClawHub:
Visit ClawHub to verify the skill is available.Try installing again:Check OpenClaw logs for error messages.
401 Unauthorized errors
401 Unauthorized errors
Tools not appearing
Tools not appearing
Verify the API key is set:Restart OpenClaw:Check for configuration errors:Verify Node.js is installed (required for mcp-remote):
Connection issues
Connection issues
Check server availability:Verify your internet connectionCheck OpenClaw Gateway logs for detailed error messages.
