curl -X GET "https://api.danubeai.com/v1/skills/search?query=extract%20pdf%20text&limit=5"
[ { "id": "550e8400-e29b-41d4-a716-446655440000", "name": "pdf-processing", "description": "Extract text and tables from PDF files, fill forms, merge documents.", "license": "Apache-2.0", "metadata": { "author": "example-org", "version": "1.0" }, "created_at": "2024-01-15T10:30:00Z" } ]
Search for skills using semantic search
Documentation IndexFetch the complete documentation index at: https://docs.danubeai.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.danubeai.com/llms.txt
Use this file to discover all available pages before exploring further.
search_skills
# Using the Danube MCP Server result = await mcp.call_tool("search_skills", { "query": "extract pdf text", "limit": 5 })