mirror of
https://github.com/langgenius/dify-plugins.git
synced 2026-07-22 01:55:36 -04:00
[PR #915] [CLOSED] add Cloudsway/smartsearch #1258
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-plugins/pull/915
Author: @Cloudsway-AI
Created: 7/14/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (2)
0b9a0a0add Cloudsway/smartsearch9aa57b0Update smartseach.py📊 Changes
16 files changed (+953 additions, -0 deletions)
View changed files
➕
Cloudsway/smartseach/.difyignore(+184 -0)➕
Cloudsway/smartseach/.env.example(+4 -0)➕
Cloudsway/smartseach/.github/workflows/plugin-publish.yml(+109 -0)➕
Cloudsway/smartseach/.gitignore(+176 -0)➕
Cloudsway/smartseach/GUIDE.md(+148 -0)➕
Cloudsway/smartseach/PRIVACY.md(+8 -0)➕
Cloudsway/smartseach/README.md(+83 -0)➕
Cloudsway/smartseach/_assets/icon.png(+0 -0)➕
Cloudsway/smartseach/main.py(+11 -0)➕
Cloudsway/smartseach/manifest.yaml(+34 -0)➕
Cloudsway/smartseach/provider/smartseach.py(+39 -0)➕
Cloudsway/smartseach/provider/smartseach.yaml(+29 -0)➕
Cloudsway/smartseach/requirements.txt(+2 -0)➕
Cloudsway/smartseach/smartseach.difypkg(+0 -0)➕
Cloudsway/smartseach/tools/smartseach.py(+55 -0)➕
Cloudsway/smartseach/tools/smartseach.yaml(+71 -0)📄 Description
Plugin Submission Form
1. Metadata
2. Submission Type
3. Description
smartsearchis an intelligent web search tool for the Dify ecosystem, integrating the Cloudsway Search API to provide efficient, controllable search capabilities for AI applications. It supports multi-language filtering, content safety level adjustment, and structured JSON output, suitable for deep content analysis, fact-checking, and multi-source information aggregation.4. Checklist
5. Documentation Checklist
Please confirm that your plugin README includes all necessary information:
6. Privacy Protection Information
Based on Dify Plugin Privacy Protection Guidelines:
Data Collection
This plugin only collects the search keyword (
query) entered by the user, used for real-time Cloudsway API requests. No personally identifiable information (such as name, email, device info, etc.) is collected.Privacy Policy
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.