All Integrations
Integration
Dify
Add SkillRouter as a tool provider in Dify to give your low-code AI applications access to thousands of skills. No code required — configure everything through the Dify dashboard.
1
Installation
- 1Open your Dify workspace and navigate to Tools
- 2Click 'Add Custom Tool' and select 'API' as the type
- 3Import the SkillRouter OpenAPI specification URL
- 4Enter your SkillRouter API key in the authentication section
- 5Select which skill categories to expose to your Dify apps
2
Configuration
dify-config
# Dify Custom Tool Configuration
# API Spec URL:
https://api.skillrouter.dev/openapi.json
# Authentication:
# Type: Bearer Token
# Token: sk_live_...
# Or use the Dify plugin (recommended):
# 1. Go to Plugins → Marketplace
# 2. Search for "SkillRouter"
# 3. Click Install
# 4. Enter your API key when prompted3
Usage Example
workflow-example.txt
# Once configured, SkillRouter tools appear in the Dify workflow editor.
#
# Example Dify Workflow:
#
# [User Input]
# → [LLM Node: Understand the request]
# → [SkillRouter: Discover best skill]
# → [SkillRouter: Execute skill]
# → [LLM Node: Format response]
# → [Output]
#
# You can also use SkillRouter in Dify chatbots:
# 1. Create a new Chatbot app
# 2. In the "Tools" section, enable SkillRouter
# 3. The chatbot will automatically discover and execute skills
# based on user messages