{"categories":[{"label":"Application Frameworks","url":"https://skillfed.io/packages/category/software-development-libraries-application-frameworks"}],"enrichment":{"capability":"A Python SDK for building plugins that extend Dify with tools, datasources, triggers, and LLM providers.","skillfed_tags":["llm-plugin","dify-ecosystem","plugin-framework"],"use_cases":["Build a custom LLM provider plugin to integrate a proprietary language model into Dify's agent workflows.","Create a datasource plugin that connects Dify to an internal database or API for live data queries.","Develop a tool plugin that wraps a third-party service so Dify agents can call it as an action.","Implement a trigger plugin to let Dify workflows respond to external events.","Build a reranking or embedding plugin to swap in custom models for semantic search in Dify retrieval pipelines."],"what_it_does":"Dify Plugin SDK is a framework for writing plugins that integrate with Dify, an open-source platform for building LLM applications. The SDK provides Python abstractions for declaring and implementing plugin capabilities\u2014tools, LLM providers, datasources, and triggers\u2014along with manifest specifications that tell Dify what your plugin offers. It handles request/response marshalling, authentication, and long-running job polling for LLM invocations.\n\nThe SDK is tightly coupled to Dify's versioning: each SDK release targets a specific minimum Dify version, and the manifest includes version fields so Dify can detect compatibility mismatches at install time. You write plugin code using the SDK's class-based interfaces, declare your plugin's capabilities in a manifest, and Dify loads and invokes your code through a well-defined protocol. The SDK is actively maintained and follows semantic versioning, so patch and minor updates are safe but major versions may break your plugin code.","worth_installing":"Yes, if you are building plugins for Dify. The SDK is actively maintained, has no known vulnerabilities, installs with low friction, and is licensed permissively. The main constraint is Python 3.12 or later and ensuring your plugin's manifest version matches the Dify instance you are targeting."},"id":"dify-plugin","links":{"html":"https://skillfed.io/packages/dify-plugin","md":"https://skillfed.io/packages/dify-plugin.md","pypi":"https://pypi.org/project/dify-plugin/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-10","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"dify-plugin","python_support":"supports_current","summary":"Dify Plugin SDK"},"popularity":{"monthly_downloads":4670847,"position":2259,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.10.2"}
