Dify AI应用开发平台 是 AI Skill Hub 本期精选Dify应用之一。综合评分 7.5 分,整体质量较高。我们推荐使用将其纳入你的 AI 工具库,帮助提升工作效率。
从Dify Marketplace和Git下载Dify插件包。
Dify AI应用开发平台 是一款基于 Shell 开发的开源工具,专注于 dify、dify-plugins、shell 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
从Dify Marketplace和Git下载Dify插件包。
Dify AI应用开发平台 是一款基于 Shell 开发的开源工具,专注于 dify、dify-plugins、shell 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 克隆仓库 git clone https://github.com/junjiem/dify-plugin-repackaging cd dify-plugin-repackaging # 查看安装说明 cat README.md # 按 README 完成环境依赖安装后即可使用
# 查看帮助 dify-plugin-repackaging --help # 基本运行 dify-plugin-repackaging [options] <input> # 详细使用说明请查阅文档 # https://github.com/junjiem/dify-plugin-repackaging
# dify-plugin-repackaging 配置说明 # 查看配置选项 dify-plugin-repackaging --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export DIFY_PLUGIN_REPACKAGING_CONFIG="/path/to/config.yml"


./plugin_repackaging.sh market langgenius agent 0.0.9



./plugin_repackaging.sh github junjiem/dify-plugin-agent-mcp_sse 0.0.1 agent-mcp_see.difypkg


./plugin_repackaging.sh local ./db_query.difypkg

For repacking the plugins in different platforms between operating and running environment, please using -p option with a pip platform string.
Typically, uses manylinux2014_x86_64 for plugins running on an x86_64/amd64 OS, and manylinux2014_aarch64 for aarch64/arm64.
Operating System: Linux amd64/aarch64, MacOS x86_64/arm64
Notes: The script uses yum to install unzip which is only avialable on RPM-based Linux systems(such as Red Hat Enterprise Linux, CentOS, Fedora, and Oracle Linux), and is now replaced by dnf in latest version. To use the script on other distributions, please install unzip command in advance.
注意:本脚本使用yum安装unzip命令,这只适用于基于RPM的Linux系统(如Red Hat Enterprise Linux, CentOS, Fedora, and Oracle Linux)。并且在较新的分发版中,它已被dnf所替代。 因此,当使用其他Linux分发版或者无法使用yum时,请事先安装unzip命令。
Python version: Should be as the same as the version in dify-plugin-daemon which is currently 3.12.x
#### Clone
git clone https://github.com/junjiem/dify-plugin-repackaging.git
1.change param in dockerfile
CMD ["./plugin_repackaging.sh", "-p", "manylinux_2_17_x86_64", "market", "antv", "visualization", "0.1.7"]
2.build
docker build -t dify-plugin-repackaging .
3.run
linux
docker run -v $(pwd):/app dify-plugin-repackaging windows docker run -v %cd%:/app dify-plugin-repackaging 4.override CMD(opt)
linux
docker run -v $(pwd):/app dify-plugin-repackaging ./plugin_repackaging.sh -p manylinux_2_17_x86_64 market antv visualization 0.1.7
Visit the Dify platform's plugin management page, choose Local Package File to complete installation.
访问 Dify 平台的插件管理页,选择通过本地插件完成安装。

1. Fork this repository 2. Open the GitHub page of your forked repository [https://github.com/{your_username}/dify-sandbox-python-requirements-download]() 3. Run workflow
4. Download artifact 
FORCE_VERIFYING_SIGNATURE to false , the Dify platform will allow the installation of all plugins that are not listed in the Dify Marketplace.PLUGIN_MAX_PACKAGE_SIZE to 524288000 , and the Dify platform will allow the installation of plug-ins within 500M.NGINX_CLIENT_MAX_BODY_SIZE to 500M , and the Nginx client will allow uploading content up to 500M in size.FORCE_VERIFYING_SIGNATURE 改为 false ,Dify 平台将允许安装所有未在 Dify Marketplace 上架(审核)的插件。PLUGIN_MAX_PACKAGE_SIZE 增大为 524288000,Dify 平台将允许安装 500M 大小以内的插件。NGINX_CLIENT_MAX_BODY_SIZE 增大为 500M,Nginx客户端将允许上传 500M 大小以内的内容。该项目提供了一个脚本工具,用于下载Dify插件包,适用于Dify Marketplace和Git。代码结构清晰,使用Shell脚本编写,易于理解和维护。
该工具未明确声明开源协议,商业使用前请联系原作者确认授权范围,避免侵权风险。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
经综合评估,Dify AI应用开发平台 在Dify应用赛道中表现稳健,质量良好。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | dify-plugin-repackaging |
| 原始描述 | 开源Dify应用:Scripting tool for downloading Dify plugin package from Dify Marketplace and Git。⭐701 · Shell |
| Topics | difydify-pluginsshell |
| GitHub | https://github.com/junjiem/dify-plugin-repackaging |
| 语言 | Shell |
收录时间:2026-05-13 · 更新时间:2026-05-16 · License:未公布 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端