[PR #840] [CLOSED] [New Plugin] Sleep #1212

Closed
opened 2026-02-22 17:51:16 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugins/pull/840
Author: @123banzhang
Created: 7/2/2025
Status: Closed

Base: mainHead: main


📝 Commits (7)

📊 Changes

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

View changed files

pb/sleep.difypkg (+0 -0)

📄 Description

Plugin Submission Form

1. Metadata

2. Submission Type

  • New plugin submission
  • Version update for existing plugin

3. Description

A lightweight workflow tool that introduces precise sleep/pause functionality with support for multiple time units (years, months, days, hours, minutes, seconds). Ideal for rate-limiting API calls, simulating delays, or controlling task execution rhythm in automated workflows.

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 by providing native sleep/pause capability not currently available in core workflows.

5. Documentation Checklist

The README includes:

  • Step-by-step setup instructions (clone → install → configure in Dify).
  • Detailed usage instructions with parameter examples.
  • All required APIs and credentials (none required).
  • Connection requirements and configuration details (no external dependencies).
  • Link to the repository for the plugin source code.

6. Privacy Protection Information

Based on Dify Plugin Privacy Protection Guidelines:

Data Collection

  • No personal data collected: The plugin operates entirely locally and does not transmit, store, or process any user data.
  • No third-party services: No external APIs, analytics, or tracking are used.

Privacy Policy

  • I confirm that I have prepared and included a privacy policy in my plugin package.
  • Policy Summary:

    The sleep plugin does not collect, store, or share any user data. All operations are performed locally within the Dify environment. No third-party services are integrated.

Privacy Policy Location


Additional Notes

  • The plugin is MIT-licensed.
  • Tested on Python 3.8+ and Dify v0.6.0+.
  • No external dependencies beyond Python standard libraries.

🔄 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/840 **Author:** [@123banzhang](https://github.com/123banzhang) **Created:** 7/2/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (7) - [`2539207`](https://github.com/langgenius/dify-plugins/commit/2539207e283a7c38ab03f0d712317c48461b1483) Add files via upload - [`65fd93f`](https://github.com/langgenius/dify-plugins/commit/65fd93f5f2176234cc463f41968517bd619c0145) Delete sleep.difypkg - [`16899c6`](https://github.com/langgenius/dify-plugins/commit/16899c6eacd00699c29d2f8c78f99bd5955ae099) Create pb - [`74c50e1`](https://github.com/langgenius/dify-plugins/commit/74c50e1aea555a4e23b3eddc378b3e9f0fca8523) Delete pb - [`b5974fe`](https://github.com/langgenius/dify-plugins/commit/b5974fee46e8ab2a84fc92bc68cba8932797e9cd) Create folder pb - [`8e6dc98`](https://github.com/langgenius/dify-plugins/commit/8e6dc9835e9d6e959847796103b1906087b97042) Add files via upload - [`99b41b5`](https://github.com/langgenius/dify-plugins/commit/99b41b5d2ee84b24c5aa9cf656460814f41731a8) Delete pb/1 ### 📊 Changes **1 file changed** (+0 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `pb/sleep.difypkg` (+0 -0) </details> ### 📄 Description # Plugin Submission Form ## 1. Metadata - **Plugin Author**: pb - **Plugin Name**: sleep - **Repository URL**: [https://github.com/123banzhang/dify_plugin_sleep.git](https://github.com/123banzhang/dify_plugin_sleep.git) - **Version**: 0.0.1 ## 2. Submission Type - [x] New plugin submission - [ ] Version update for existing plugin ## 3. Description A lightweight workflow tool that introduces precise sleep/pause functionality with support for multiple time units (years, months, days, hours, minutes, seconds). Ideal for rate-limiting API calls, simulating delays, or controlling task execution rhythm in automated workflows. ## 4. Checklist - [x] I have read and followed the [Publish to Dify Marketplace](https://docs.dify.ai/plugins/publish) guidelines. - [x] I have read and comply with the [Plugin Developer Agreement](https://docs.dify.ai/plugins/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 by providing native sleep/pause capability not currently available in core workflows. ## 5. Documentation Checklist The README includes: - [x] Step-by-step setup instructions (clone → install → configure in Dify). - [x] Detailed usage instructions with parameter examples. - [x] All required APIs and credentials (none required). - [x] Connection requirements and configuration details (no external dependencies). - [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/privacy-protection-guidelines): ### Data Collection - **No personal data collected**: The plugin operates entirely locally and does not transmit, store, or process any user data. - **No third-party services**: No external APIs, analytics, or tracking are used. ### Privacy Policy - [x] I confirm that I have prepared and included a privacy policy in my plugin package. - **Policy Summary**: > The sleep plugin does not collect, store, or share any user data. All operations are performed locally within the Dify environment. No third-party services are integrated. ### Privacy Policy Location - File: `PRIVACY.md` (included in repository root). - URL: [https://github.com/your-repo/dify-plugin-sleep/blob/main/PRIVACY.md](https://github.com/your-repo/dify-plugin-sleep/blob/main/PRIVACY.md) --- ### Additional Notes - The plugin is MIT-licensed. - Tested on Python 3.8+ and Dify v0.6.0+. - No external dependencies beyond Python standard libraries. --- <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 17:51:16 -05:00
yindo closed this issue 2026-02-22 17:51:20 -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#1212