Skill_Agent is an Agent plugin that can execute tasks based on the Skill progressive disclosure mode.
Author: lfenghx
Version: 0.0.3
Type: Tool (Plugin)
Skill Agent is a general-purpose tool plugin based on “Skill Progressive Disclosure”. It treats the local directory as a toolbox, so the model can read the skill manual on demand, then read files / run scripts only when necessary, and finally deliver text or files.
This plugin provides two tools:


Step 1: Install this plugin directly from the Marketplace
Step 2: For self-hosted deployments, set in Dify’s to your Dify address, otherwise Dify cannot fetch uploaded files
Step 3: Build your workflow as shown below



Video tutorial: https://www.bilibili.com/video/BV1iszkBCEes
Installation issues
If installation fails with network access available, try switching Dify's pip mirror for better dependency download performance. In intranet environments, install via an offline package (contact the author).
File transfer issues
If uploading/downloading files fails (e.g., incorrect URL, download timeout), check whether Dify's has set correctly and whether it matches your Dify address.
No output from skill_agent
This is usually due to the model. Make sure your model and provider plugin support function calling. The author recommends DeepSeek-V3.1 and reports good test results.
Skill invocation issues
The more complete your skill is, the more smoothly the agent can invoke it. Ensure your skill materials and scripts are not missing. For Node.js-script skills, install a Node.js runtime in Dify’s container first.