[PR #1243] [CLOSED] Add flight_search plugin #1484

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugins/pull/1243
Author: @SarahWei0804
Created: 9/15/2025
Status: Closed

Base: devHead: dev


📝 Commits (10+)

  • 23b6944 bump download plugin to version 0.3.0
  • 28661a7 Delete tdcktz/sse_request_tool/sse_request_tool-0.0.2.difypkg
  • 9161d9e Merge pull request #1033 from bowenliang123/bump-download-plugin-0.3.0
  • 8c8829d remove all the source code
  • 981e6e9 Merge branch 'langgenius:main' into main
  • 6934d8f Add PDF to Images plugin v1.0.0
  • 78ab467 bump download plugin to version 0.4.0
  • ad39ba7 Merge pull request #1037 from bowenliang123/bump-download-plugin-0.4.0
  • b86d0b5 Merge pull request #1026 from JAVA-LW/main
  • 17dc2e3 Merge pull request #1019 from grayashh/main

📊 Changes

392 files changed (+255 additions, -218 deletions)

View changed files

.assets/bar.jpeg (+0 -0)
.github/ISSUE_TEMPLATE/plugin_request.yaml (+28 -0)
.github/pull_request_template.md (+50 -0)
📝 .github/workflows/pre-check-plugin.yaml (+54 -8)
📝 .github/workflows/upload-merged-plugin.yaml (+0 -2)
📝 .gitignore (+28 -2)
ACAne0320/memobase/memobase-0.0.2.difypkg (+0 -0)
ACAne0320/memobase/memobase.difypkg (+0 -0)
BrightData/brightdata-dify-plugin/brightdata_plugin.difypkg (+0 -0)
CloudPureNO1/insigmaai/insigma-ai.difypkg (+0 -0)
Cloudfall-RedKernel/redkernel.difypkg (+0 -0)
Cloudsway/smartseach/smartseach.difypkg (+0 -0)
Euraxluo/dingtalk-assistant-caller/dingtalk-assistant-caller-0.0.2.difypkg (+0 -0)
FinancialAI/financialdatasets/financialdatasets.difypkg (+0 -0)
JOTO-Tech/schemarag/schemarag-0.0.1.difypkg (+0 -0)
JOTO-Tech/schemarag/schemarag-0.0.3.difypkg (+0 -0)
JOTO-Tech/schemarag/schemarag-0.0.4.difypkg (+0 -0)
JOTO-Tech/schemarag/schemarag-0.0.5.difypkg (+0 -0)
JOTO-Tech/schemarag/schemarag-0.0.6.difypkg (+0 -0)
JOTO-Tech/schemarag/schemarag-0.0.8.difypkg (+0 -0)

...and 80 more files

📄 Description

Plugin Submission Form

1. Metadata

2. Submission Type

  • New plugin submission
  • Version update for existing plugin

3. Description

This plugin allows users to search for one-way flights using structured input within Dify chat workflows. It supports common travel parameters such as departure/arrival airports, travel date, passenger types, and seat class. The plugin fetches real-time flight data and returns structured results in JSON format.

The plugin is stateless and does not store or process any personal data. It is intended to assist AI agents in simple travel-related tasks.

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 (None required for current implementation)
  • Connection requirements and configuration details
  • Link to the repository for the plugin source code

6. Privacy Protection Information

Data Collection

This plugin does not collect any personal data.
It does not store, process, or transmit any personally identifiable information (PII) such as name, email, IP address, or location.

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/1243 **Author:** [@SarahWei0804](https://github.com/SarahWei0804) **Created:** 9/15/2025 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`23b6944`](https://github.com/langgenius/dify-plugins/commit/23b69447426231799156e9786a9d694502d922fe) bump download plugin to version 0.3.0 - [`28661a7`](https://github.com/langgenius/dify-plugins/commit/28661a731bb5a026a9a67491dff92580e77e5a1c) Delete tdcktz/sse_request_tool/sse_request_tool-0.0.2.difypkg - [`9161d9e`](https://github.com/langgenius/dify-plugins/commit/9161d9eb683dc06b451f8365ab00e15e0b059d46) Merge pull request #1033 from bowenliang123/bump-download-plugin-0.3.0 - [`8c8829d`](https://github.com/langgenius/dify-plugins/commit/8c8829d1e3148b34195ab9ba5ad49c972207fda0) remove all the source code - [`981e6e9`](https://github.com/langgenius/dify-plugins/commit/981e6e9b8a3e388f59d132945252f2011205ccd7) Merge branch 'langgenius:main' into main - [`6934d8f`](https://github.com/langgenius/dify-plugins/commit/6934d8f45627415ec78d9021a74de7fc1fcb58fd) Add PDF to Images plugin v1.0.0 - [`78ab467`](https://github.com/langgenius/dify-plugins/commit/78ab4675b1f43f922ce5407877b120c9213db16e) bump download plugin to version 0.4.0 - [`ad39ba7`](https://github.com/langgenius/dify-plugins/commit/ad39ba7e28cae57199ae64cdba235568f6766694) Merge pull request #1037 from bowenliang123/bump-download-plugin-0.4.0 - [`b86d0b5`](https://github.com/langgenius/dify-plugins/commit/b86d0b5b3f390d7c838376056669708dd2ebef05) Merge pull request #1026 from JAVA-LW/main - [`17dc2e3`](https://github.com/langgenius/dify-plugins/commit/17dc2e36b78c7741828e399e18c46bed8107bf0e) Merge pull request #1019 from grayashh/main ### 📊 Changes **392 files changed** (+255 additions, -218 deletions) <details> <summary>View changed files</summary> ➕ `.assets/bar.jpeg` (+0 -0) ➕ `.github/ISSUE_TEMPLATE/plugin_request.yaml` (+28 -0) ➕ `.github/pull_request_template.md` (+50 -0) 📝 `.github/workflows/pre-check-plugin.yaml` (+54 -8) 📝 `.github/workflows/upload-merged-plugin.yaml` (+0 -2) 📝 `.gitignore` (+28 -2) ➕ `ACAne0320/memobase/memobase-0.0.2.difypkg` (+0 -0) ➕ `ACAne0320/memobase/memobase.difypkg` (+0 -0) ➕ `BrightData/brightdata-dify-plugin/brightdata_plugin.difypkg` (+0 -0) ➕ `CloudPureNO1/insigmaai/insigma-ai.difypkg` (+0 -0) ➕ `Cloudfall-RedKernel/redkernel.difypkg` (+0 -0) ➕ `Cloudsway/smartseach/smartseach.difypkg` (+0 -0) ➕ `Euraxluo/dingtalk-assistant-caller/dingtalk-assistant-caller-0.0.2.difypkg` (+0 -0) ➕ `FinancialAI/financialdatasets/financialdatasets.difypkg` (+0 -0) ➕ `JOTO-Tech/schemarag/schemarag-0.0.1.difypkg` (+0 -0) ➕ `JOTO-Tech/schemarag/schemarag-0.0.3.difypkg` (+0 -0) ➕ `JOTO-Tech/schemarag/schemarag-0.0.4.difypkg` (+0 -0) ➕ `JOTO-Tech/schemarag/schemarag-0.0.5.difypkg` (+0 -0) ➕ `JOTO-Tech/schemarag/schemarag-0.0.6.difypkg` (+0 -0) ➕ `JOTO-Tech/schemarag/schemarag-0.0.8.difypkg` (+0 -0) _...and 80 more files_ </details> ### 📄 Description # Plugin Submission Form ## 1. Metadata - **Plugin Author**: SarahWei0804 - **Plugin Name**: Flight Search Plugin - **Repository URL**: https://github.com/SarahWei0804/dify-plugins ## 2. Submission Type - [x] New plugin submission - [ ] Version update for existing plugin ## 3. Description This plugin allows users to search for **one-way flights** using structured input within Dify chat workflows. It supports common travel parameters such as departure/arrival airports, travel date, passenger types, and seat class. The plugin fetches real-time flight data and returns structured results in JSON format. The plugin is stateless and does not store or process any personal data. It is intended to assist AI agents in simple travel-related tasks. ## 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 (None required for current implementation) - [x] Connection requirements and configuration details - [x] Link to the repository for the plugin source code ## 6. Privacy Protection Information ### Data Collection This plugin **does not collect any personal data**. It does not store, process, or transmit any personally identifiable information (PII) such as name, email, IP address, or location. ### 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 17:59:24 -05:00
yindo closed this issue 2026-02-22 17:59:27 -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#1484