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