[AI Tools] Dify 工具插件上传指南:如何将插件发布到官方市场
Dify 作为开源的 LLM 应用开发平台,不仅支持本地化插件开发,也提供了插件市场机制,让开发者能够将自己构建的插件发布并供他人使用。本文将详细介绍如何将你开发的 Dify Tools 插件上传至官方插件市场,包括 README 编写、插件打包、仓库 PR 等核心步骤。
一、准备 README 文件:插件的门面与说明书
插件的 README 是用户了解插件功能与用法的第一手资料,需使用 Markdown 格式 编写,并确保内容完整、结构清晰。以下是标准模板与说明:
# Txt Generator Tool for DifyA simple and efficient Dify plugin that allows users to input a title and content, then automatically generates and returns a downloadable `.txt` file encoded in UTF-8. Ideal for scenarios such as automatic report generation, LLM output exporting, and docu