An agent strategy plugin supporting multiple skills for intelligent task execution
Agent Skill Plugin is an intelligent agent strategy plugin for the Dify platform that dynamically activates specialized skills based on user queries. Inspired by Claude Code Skills and OpenAI Agents Codex Tool concepts.
| Feature | Description |
|---|---|
| ๐ฏ Multi-Skill Architecture | Load and manage multiple specialized skills |
| ๐ Smart Matching | Automatically activate relevant skills based on keywords |
| ๐ ๏ธ Tool Integration | Seamlessly integrates with Dify's built-in tools |
| ๐ Easy Creation | Support SKILL.md files and YAML configuration |
| ๐ Streaming Responses | Real-time streaming output with debug logging |
Assists with programming and code-related tasks:
Triggers: , , , , , ,
Creates comprehensive documentation:
Triggers: , , , ,
Generates tests and improves coverage:
Triggers: , , , , , ,
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| model-selector | โ | - | LLM model to use | |
| array[tools] | โ | - | External tools available | |
| string | โ | - | User query to process | |
| string | โ | "all" | Comma-separated skill names | |
| string | โ | - | YAML-formatted custom skills | |
| boolean | โ | false | Enable debug logging | |
| number | โ | 10 | Max tool call iterations |
Define custom skills using YAML format in Dify interface:
MIT License
Contributions are welcome! Please see Development Guide for details.