Officially maintained Dify plugins from Chaitin. This monorepo publishes independently versioned, self-contained plugin packages for Dify 1.15.0 and later.
| Plugin | Form | Description | Documentation |
|---|---|---|---|
| Rivers IOC | Tool | Query threat intelligence from Chaitin Rivers | Plugin README |
| agent-compose Workflow | Tool | Invoke agent-compose from a Dify workflow | Plugin README |
| agent-compose Strategy | Agent strategy | Use agent-compose in Dify Agent nodes | Plugin README |
| OctoBus | Tool | Discover and invoke OctoBus capabilities | Plugin README |
Download attested build artifacts and SHA256SUMS from GitHub Releases.
Every package in a release embeds the repository's SemVer tag as its plugin version.
Install a .difypkg through Dify's plugin management interface.
Install Task and uv, then run:
task setup
task check
task buildEach directory under plugins/ is independently testable and packageable. See the
development guide, contribution guide, and
security policy.