[PR #1786] [CLOSED] Add Plugin: Huoban API Suite (伙伴云全能工具箱) #1855

Closed
opened 2026-02-22 18:09:55 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugins/pull/1786
Author: @purexiao
Created: 12/23/2025
Status: Closed

Base: mainHead: main


📝 Commits (9)

  • 1bedc1b Add files via upload
  • 891bf92 Delete purexiao/huoban-plugin-dify.difypkg.zip
  • 709982a Add files via upload
  • c5cc3da Add files via upload
  • f2a0e8e Delete purexiao/huoban-plugin-dify.difypkg
  • 7444620 Add manifest.yaml for Huoban API Suite
  • 0bde094 Add files via upload
  • 71a707b Add files via upload
  • d165fe5 Change icon path to 'icon.png' in manifest

📊 Changes

10 files changed (+1127 additions, -0 deletions)

View changed files

purexiao/huoban-api-suite/CONTRIBUTING.md (+86 -0)
purexiao/huoban-api-suite/DIFY_MARKETPLACE_CHECKLIST.md (+142 -0)
purexiao/huoban-api-suite/LICENSE (+21 -0)
purexiao/huoban-api-suite/PRIVACY.md (+113 -0)
purexiao/huoban-api-suite/README.md (+63 -0)
purexiao/huoban-api-suite/_assets/icon.png (+0 -0)
purexiao/huoban-api-suite/manifest.yaml (+56 -0)
purexiao/huoban-api-suite/openapi.json (+575 -0)
purexiao/huoban-api-suite/package.json (+34 -0)
purexiao/huoban-api-suite/readme/README_zh_Hans.md (+37 -0)

📄 Description

Plugin Submission Form

1. Metadata

2. Submission Type

  • New plugin submission
  • Version update for existing plugin

3. Description

Introduction

This plugin provides comprehensive interaction capabilities with Huoban (Partners Cloud) for Dify Agents. Built on the official OpenAPI specification, it enables AI to autonomously explore data structures, perform CRUD operations, and manage workspace members.

Key Features

  • Structure Discovery: AI can list workspaces, apps, and tables automatically.
  • Full CRUD: Create, Read, Update, and Delete records seamlessly.
  • Security: Built purely on declarative OpenAPI specifications with no custom code execution.

Note to Reviewer

Hello Reviewer,
This is a tool plugin based on the official Huoban.com API.

  1. Compliance: Strictly built on declarative openapi.json without any custom Python scripts to ensure security.
  2. Auth: Follows the official standard using Header Authorization: Bearer {API_KEY}.
  3. Source: Definitions are hosted in the GitHub repo above, pointing directly to api.huoban.com.

审核员您好,
这是一个基于伙伴云(huoban.com)官方 API 封装的工具插件。

  1. 合规性: 插件完全基于 openapi.json 声明式构建,不包含任何自定义 Python 脚本,确保安全。
  2. 鉴权: 严格遵循官方规范,使用 Header Authorization: Bearer {API_KEY} 鉴权。
  3. 来源: 定义文件托管于上述 GitHub 仓库,API 端点直连 api.huoban.com 官方服务器。

4. Checklist

  • I have read and followed the Publish to Dify Marketplace guidelines
  • I have read and comply with the Plugin Developer Agreement
  • I confirm my plugin works properly on both Dify Community Edition and Cloud Version
  • I confirm my plugin has been thoroughly tested for completeness and functionality
  • My plugin brings new value to Dify

5. Documentation Checklist

Please confirm that your plugin README includes all necessary information:

  • Step-by-step setup instructions
  • Detailed usage instructions
  • All required APIs and credentials are clearly listed
  • Connection requirements and configuration details
  • Link to the repository for the plugin source code

6. Privacy Protection Information

Based on Dify Plugin Privacy Protection Guidelines:

Data Collection

No. This plugin does not collect, store, or share any user personal data. It only acts as a bridge to transmit API requests between the Dify platform and the official Huoban API using the user-provided API Key.

Privacy Policy

  • I confirm that I have prepared and included a privacy policy in my plugin package based on the Plugin Privacy Protection Guidelines

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-plugins/pull/1786 **Author:** [@purexiao](https://github.com/purexiao) **Created:** 12/23/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (9) - [`1bedc1b`](https://github.com/langgenius/dify-plugins/commit/1bedc1b8ee1f5cbcc140bcdc96a2f2595201d796) Add files via upload - [`891bf92`](https://github.com/langgenius/dify-plugins/commit/891bf921ffd0de2a0f79ebe9c86ca573289ff678) Delete purexiao/huoban-plugin-dify.difypkg.zip - [`709982a`](https://github.com/langgenius/dify-plugins/commit/709982ab1b20cdcd28789d25d3d02fb91dea99fb) Add files via upload - [`c5cc3da`](https://github.com/langgenius/dify-plugins/commit/c5cc3dae62a428e05e14806dcadc3af84203b71d) Add files via upload - [`f2a0e8e`](https://github.com/langgenius/dify-plugins/commit/f2a0e8ee794fe2e401759ef1d1da293951a033b3) Delete purexiao/huoban-plugin-dify.difypkg - [`7444620`](https://github.com/langgenius/dify-plugins/commit/744462016021a51231a7cd31bfee4e8f4e492c2a) Add manifest.yaml for Huoban API Suite - [`0bde094`](https://github.com/langgenius/dify-plugins/commit/0bde0948851ed88970c69efc1657102e20121408) Add files via upload - [`71a707b`](https://github.com/langgenius/dify-plugins/commit/71a707b18daa5ae46c4e49cfc2316f354c210a87) Add files via upload - [`d165fe5`](https://github.com/langgenius/dify-plugins/commit/d165fe5316a047904a122ae81f397f4827d0c64e) Change icon path to 'icon.png' in manifest ### 📊 Changes **10 files changed** (+1127 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `purexiao/huoban-api-suite/CONTRIBUTING.md` (+86 -0) ➕ `purexiao/huoban-api-suite/DIFY_MARKETPLACE_CHECKLIST.md` (+142 -0) ➕ `purexiao/huoban-api-suite/LICENSE` (+21 -0) ➕ `purexiao/huoban-api-suite/PRIVACY.md` (+113 -0) ➕ `purexiao/huoban-api-suite/README.md` (+63 -0) ➕ `purexiao/huoban-api-suite/_assets/icon.png` (+0 -0) ➕ `purexiao/huoban-api-suite/manifest.yaml` (+56 -0) ➕ `purexiao/huoban-api-suite/openapi.json` (+575 -0) ➕ `purexiao/huoban-api-suite/package.json` (+34 -0) ➕ `purexiao/huoban-api-suite/readme/README_zh_Hans.md` (+37 -0) </details> ### 📄 Description # Plugin Submission Form ## 1. Metadata - **Plugin Author**: purexiao - **Plugin Name**: Huoban API Suite (伙伴云全能工具箱) - **Repository URL**: https://github.com/purexiao/huoban-plugin-dify ## 2. Submission Type - [x] New plugin submission - [ ] Version update for existing plugin ## 3. Description ### Introduction This plugin provides comprehensive interaction capabilities with Huoban (Partners Cloud) for Dify Agents. Built on the official OpenAPI specification, it enables AI to autonomously explore data structures, perform CRUD operations, and manage workspace members. ### Key Features - **Structure Discovery:** AI can list workspaces, apps, and tables automatically. - **Full CRUD:** Create, Read, Update, and Delete records seamlessly. - **Security:** Built purely on declarative OpenAPI specifications with no custom code execution. ### Note to Reviewer **Hello Reviewer,** This is a tool plugin based on the official Huoban.com API. 1. **Compliance:** Strictly built on declarative `openapi.json` without any custom Python scripts to ensure security. 2. **Auth:** Follows the official standard using Header `Authorization: Bearer {API_KEY}`. 3. **Source:** Definitions are hosted in the GitHub repo above, pointing directly to `api.huoban.com`. **审核员您好,** 这是一个基于伙伴云(huoban.com)官方 API 封装的工具插件。 1. **合规性:** 插件完全基于 `openapi.json` 声明式构建,不包含任何自定义 Python 脚本,确保安全。 2. **鉴权:** 严格遵循官方规范,使用 Header `Authorization: Bearer {API_KEY}` 鉴权。 3. **来源:** 定义文件托管于上述 GitHub 仓库,API 端点直连 `api.huoban.com` 官方服务器。 ## 4. Checklist - [x] I have read and followed the Publish to Dify Marketplace guidelines - [x] I have read and comply with the Plugin Developer Agreement - [x] I confirm my plugin works properly on both Dify Community Edition and Cloud Version - [x] I confirm my plugin has been thoroughly tested for completeness and functionality - [x] My plugin brings new value to Dify ## 5. Documentation Checklist Please confirm that your plugin README includes all necessary information: - [x] Step-by-step setup instructions - [x] Detailed usage instructions - [x] All required APIs and credentials are clearly listed - [x] Connection requirements and configuration details - [x] Link to the repository for the plugin source code ## 6. Privacy Protection Information Based on Dify Plugin Privacy Protection [Guidelines](https://docs.dify.ai/plugins/publish-plugins/publish-to-dify-marketplace/plugin-privacy-protection-guidelines): ### Data Collection **No.** This plugin does not collect, store, or share any user personal data. It only acts as a bridge to transmit API requests between the Dify platform and the official Huoban API using the user-provided API Key. ### Privacy Policy - [x] I confirm that I have prepared and included a privacy policy in my plugin package based on the Plugin Privacy Protection Guidelines --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:09:55 -05:00
yindo closed this issue 2026-02-22 18:09:57 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugins#1855