add origin_power_ai plugin v1.0.0 (author: origin-power-ai) - #3078
Merged
crazywoola merged 1 commit intoSep 14, 2026
Merged
Conversation
crazywoola
approved these changes
Sep 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Plugin Submission
Plugin information
Submission type
What changed
Adds the Origin Power AI model provider plugin under our organization handle. This is the same plugin as the currently listed
ikki6666/origin_power_aiv0.0.5 (Verified by Dify), submitted under the org handle as a new listing — see Reviewer notes.openai_api_compatibleplugin, Apache-2.0)PRIVACY.mdbundled; manifestrepo,contactandmeta.minimum_dify_versionfields set1.0.0because this is a new author directory with no prior versionsRisk level
The plugin forwards user prompts and conversation context to the API endpoint configured by the workspace administrator (an arbitrary user-supplied URL) via plain HTTP requests. No other external calls; nothing is sent to the plugin author. Identical risk profile to the already-listed v0.0.5.
Required checks
.envfiles,.gitdirectories, virtual environments, caches, logs, or IDE files.PRIVACY.mdor a hosted privacy policy, andmanifest.yamlreferences it.Security and privacy notes
The plugin makes network requests only to the model gateway endpoint configured by the workspace administrator when setting up the provider. This is the arbitrary-URL capability detected by the scanner:
requests.getinprovider/origin_power_ai.py(credential validation viaGET /models, no token spend) andrequests.postinmodels/llm/llm.py(OpenAI-compatible/chat/completionscalls). Requests carry only the conversation data required to call the LLM API and are authenticated with the API key entered by the administrator. The plugin does not call any other service, does not send data to the plugin author, and does not persist data locally.Local validation
Packaged with the Dify Plugin CLI (v0.6.10):
Verified the package contents: 24 files,
.git/excluded,.envexcluded, no virtual environments, no bundled binaries. The file list is identical to the currently listedikki6666/origin_power_aiv0.0.5 package — onlymanifest.yamldiffers (authorandversion).Verified the in-package manifest:
author: origin-power-ai,version: 1.0.0,repopointing at the org repository,privacy: ./PRIVACY.md.Installed and ran the plugin against a self-hosted Dify 1.17.0 instance through the plugin daemon remote-debug channel: provider credentials were validated with
GET /v1/models, and a real end-to-end chat invocation (streaming) passed.Reviewer notes
ikki6666/origin_power_ailisting. Per langgenius/dify-plugins#3066, listing ownership cannot be transferred, so this is submitted as a new listing under our organization handle. The pluginnameis unchanged (origin_power_ai), so the Plugin ID becomesorigin-power-ai/origin_power_ai.Ikki6666/origin-power-ai(301-redirects) toorigin-power-ai/dify-plugin-origin-power-ai.