[Guidance Needed]: How to Support Tool, Model, and Endpoint Services Simultaneously in Latest Dify Plugin Version #427

Open
opened 2026-02-22 17:28:57 -05:00 by yindo · 0 comments
Owner

Originally created by @lpdink on GitHub (Dec 22, 2025).

Hi, I'm from the Alibaba Cloud ADBPG team and currently developing a Dify plugin.

I visited the Dify Plugin Marketplace but couldn't find any bundled plugin projects listed under the "Bundle" category. Additionally, I didn't locate any files with the .difybndl extension in this repository.

I noticed that, as of the time of submitting this issue, the latest version of dify-plugin-daemon enforces a restriction preventing a single plugin from simultaneously serving as a model, tool, and endpoint (see this code line).

In response to this limitation, I've refactored our original plugin into three separate plugins—one for each capability (tool, model, and endpoint)—and bundled them together. You can find our current implementation here: https://github.com/aliyun/alibabacloud-adbpg-dify-plugin.

What’s confusing is that I’m unable to provide tool, model, and endpoint capabilities within a single plugin, yet I also don’t understand how to properly publish or submit a bundle to the marketplace. Any guidance or suggestions would be appreciated!

Originally created by @lpdink on GitHub (Dec 22, 2025). Hi, I'm from the Alibaba Cloud ADBPG team and currently developing a Dify plugin. I visited the [Dify Plugin Marketplace](https://marketplace.dify.ai/?category=bundle) but couldn't find any bundled plugin projects listed under the "Bundle" category. Additionally, I didn't locate any files with the `.difybndl` extension in this repository. I noticed that, as of the time of submitting this issue, the latest version of `dify-plugin-daemon` enforces a restriction preventing a single plugin from simultaneously serving as a model, tool, and endpoint (see [this code line](https://github.com/langgenius/dify-plugin-daemon/blob/main/pkg/entities/plugin_entities/plugin_declaration.go#L268)). In response to this limitation, I've refactored our original plugin into three separate plugins—one for each capability (tool, model, and endpoint)—and bundled them together. You can find our current implementation here: https://github.com/aliyun/alibabacloud-adbpg-dify-plugin. What’s confusing is that I’m unable to provide tool, model, and endpoint capabilities within a single plugin, yet I also don’t understand how to properly publish or submit a bundle to the marketplace. Any guidance or suggestions would be appreciated!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugins#427