Dify Workflow Skills
Automates complex tasks by orchestrating diverse AI models into custom, reusable workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add dify-workflow-skills npx -- -y @trustedskills/dify-workflow-skills
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"dify-workflow-skills": {
"command": "npx",
"args": [
"-y",
"@trustedskills/dify-workflow-skills"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The dify-workflow-skills package enables AI agents to discover, install, and execute modular workflows defined within the Dify platform. It acts as a bridge allowing agents to leverage pre-built logic chains for complex tasks without rewriting underlying code.
When to use it
- You need to extend an agent's functionality by integrating specific business logic hosted on Dify.
- Your application requires dynamic loading of workflows based on user requests or context.
- You want to standardize how agents interact with external orchestration engines via a unified skill interface.
- You are building a multi-agent system where different agents need to trigger shared workflow definitions.
Key capabilities
- Discovery and retrieval of available Dify workflow definitions.
- Installation mechanisms for new workflow modules into the agent environment.
- Execution triggers that pass parameters from the agent to the Dify workflow engine.
- Modular architecture supporting independent workflow management.
Example prompts
- "Install the 'data-analysis' workflow and run it on this CSV dataset."
- "Execute the customer-support-routing workflow with the user's ticket ID as input."
- "List all available workflow skills in the Dify registry and summarize their purposes."
Tips & gotchas
Ensure your AI agent has valid network access to the Dify API endpoints, as installation and execution depend on external connectivity. Verify that input parameters match the expected schema of the target workflow to prevent runtime failures.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.