[PR #1504] [CLOSED] add agentbay-dify-plugin #1656

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugins/pull/1504
Author: @5101good
Created: 11/4/2025
Status: Closed

Base: mainHead: main


📝 Commits (1)

📊 Changes

1 file changed (+0 additions, -0 deletions)

View changed files

5101good/agentbay-dify-plugin.difypkg (+0 -0)

📄 Description

Plugin Submission Form

1. Metadata

2. Submission Type

  • New plugin submission
  • Version update for existing plugin

3. Description

WuYing AgentBay Plugin 将阿里云无影AgentBay的图形云沙箱能力集成到Dify应用中,为AI智能体提供真实的计算执行能力。

核心功能:

  • 🔧 代码执行:在隔离环境中运行Python、Shell脚本,用于数据分析、文件转换等
  • 🌐 浏览器自动化:自动化网页浏览、表单填写、数据抓取等网页操作
  • 📁 文件操作:在云端读写文件、处理文档和日志
  • 🖥️ 桌面自动化:控制Windows应用程序,实现RPA工作流
  • ☁️ 云端运行:所有操作在云端运行,具有安全隔离,无需本地环境

典型应用场景:

  • 数据分析智能体:运行Python脚本分析用户上传的数据
  • 网页爬虫智能体:自动访问网站提取信息
  • 自动化测试智能体:执行Web应用的自动化测试
  • 文档处理智能体:批量转换和处理文件格式
  • RPA办公智能体:自动化重复性的桌面操作

支持的环境类型:

  • Linux环境(命令执行、脚本运行)
  • 浏览器环境(网页自动化)
  • 代码执行环境(Python等编程语言)
  • Windows桌面环境(GUI自动化)
  • 移动设备环境(移动端操作)

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

  • 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

Data Collection

本插件收集以下数据类型:

配置信息:

  • AgentBay API Key(用于阿里云服务认证)

操作数据(转发至AgentBay服务处理):

  • 会话创建请求
  • 待执行的命令和代码内容
  • 文件操作请求
  • 浏览器和UI自动化指令

技术信息:

  • 会话ID和状态
  • 操作执行结果
  • 错误日志

不收集的信息:
本插件不收集个人身份信息、位置信息、设备指纹或任何与插件功能无关的其他信息。

数据存储和安全:

  • API Key:在Dify平台中加密存储
  • 会话数据:临时存储在运行时内存中,不持久化
  • 云环境数据:存储在阿里云AgentBay沙箱环境中,会话删除后立即清理
  • 传输安全:所有数据通过HTTPS加密通道传输

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/1504 **Author:** [@5101good](https://github.com/5101good) **Created:** 11/4/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`466799f`](https://github.com/langgenius/dify-plugins/commit/466799f284aade5cf412ccbd84f4e02989258a35) add agentbay-dify-plugin ### 📊 Changes **1 file changed** (+0 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `5101good/agentbay-dify-plugin.difypkg` (+0 -0) </details> ### 📄 Description # Plugin Submission Form ## 1. Metadata - **Plugin Author**: 5101good - **Plugin Name**: agentbay - **Repository URL**: https://github.com/5101good/agentbay-dify-plugin ## 2. Submission Type - [x] New plugin submission - [ ] Version update for existing plugin ## 3. Description **WuYing AgentBay Plugin** 将阿里云无影AgentBay的图形云沙箱能力集成到Dify应用中,为AI智能体提供真实的计算执行能力。 **核心功能:** - 🔧 **代码执行**:在隔离环境中运行Python、Shell脚本,用于数据分析、文件转换等 - 🌐 **浏览器自动化**:自动化网页浏览、表单填写、数据抓取等网页操作 - 📁 **文件操作**:在云端读写文件、处理文档和日志 - 🖥️ **桌面自动化**:控制Windows应用程序,实现RPA工作流 - ☁️ **云端运行**:所有操作在云端运行,具有安全隔离,无需本地环境 **典型应用场景:** - 数据分析智能体:运行Python脚本分析用户上传的数据 - 网页爬虫智能体:自动访问网站提取信息 - 自动化测试智能体:执行Web应用的自动化测试 - 文档处理智能体:批量转换和处理文件格式 - RPA办公智能体:自动化重复性的桌面操作 **支持的环境类型:** - Linux环境(命令执行、脚本运行) - 浏览器环境(网页自动化) - 代码执行环境(Python等编程语言) - Windows桌面环境(GUI自动化) - 移动设备环境(移动端操作) ## 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 - [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 ### Data Collection 本插件收集以下数据类型: **配置信息:** - AgentBay API Key(用于阿里云服务认证) **操作数据(转发至AgentBay服务处理):** - 会话创建请求 - 待执行的命令和代码内容 - 文件操作请求 - 浏览器和UI自动化指令 **技术信息:** - 会话ID和状态 - 操作执行结果 - 错误日志 **不收集的信息:** 本插件不收集个人身份信息、位置信息、设备指纹或任何与插件功能无关的其他信息。 **数据存储和安全:** - API Key:在Dify平台中加密存储 - 会话数据:临时存储在运行时内存中,不持久化 - 云环境数据:存储在阿里云AgentBay沙箱环境中,会话删除后立即清理 - 传输安全:所有数据通过HTTPS加密通道传输 ### 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:04:09 -05:00
yindo closed this issue 2026-02-22 18:04:18 -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#1656