[PR #1671] [CLOSED] Add weather_query plugin #1763

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugins/pull/1671
Author: @18646659486
Created: 12/4/2025
Status: Closed

Base: mainHead: main


📝 Commits (3)

  • 4887e02 Add files via upload
  • 5fc1d82 Add files via upload
  • 7f7b66f Merge branch 'langgenius:main' into main

📊 Changes

5 files changed (+122 additions, -0 deletions)

View changed files

plugins/18646659486/weather_query/README.md (+60 -0)
plugins/18646659486/weather_query/src/main.py (+34 -0)
plugins/18646659486/weather_query/src/manifest.json (+27 -0)
plugins/18646659486/weather_query/src/requirements.txt (+1 -0)
plugins/18646659486/weather_query/weather_plugin.difypkg (+0 -0)

📄 Description

Plugin Submission Form

1. Metadata

2. Description

This PR adds a new plugin named weather_query, which provides real-time weather data query based on city names.

The plugin follows the official Dify plugin directory structure and includes:

  • weather_plugin.difypkg
  • README.md
  • src/main.py
  • src/manifest.json
  • src/requirements.txt

3. Checklist

  • The plugin directory is correctly placed under plugins/<organization>/<plugin_name>/
  • The plugin includes a valid .difypkg file
  • The manifest.json is valid and contains proper metadata
  • README.md includes plugin usage and description
  • The plugin has been tested locally in Dify

Please review this submission. Thank you!


🔄 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/1671 **Author:** [@18646659486](https://github.com/18646659486) **Created:** 12/4/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (3) - [`4887e02`](https://github.com/langgenius/dify-plugins/commit/4887e02b081e1c3d9f080876c8c70301aa8ab362) Add files via upload - [`5fc1d82`](https://github.com/langgenius/dify-plugins/commit/5fc1d828c525feba44addebda3a57aea66ea27f6) Add files via upload - [`7f7b66f`](https://github.com/langgenius/dify-plugins/commit/7f7b66f452dab517b6a6b5d6f42863958f0e2762) Merge branch 'langgenius:main' into main ### 📊 Changes **5 files changed** (+122 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `plugins/18646659486/weather_query/README.md` (+60 -0) ➕ `plugins/18646659486/weather_query/src/main.py` (+34 -0) ➕ `plugins/18646659486/weather_query/src/manifest.json` (+27 -0) ➕ `plugins/18646659486/weather_query/src/requirements.txt` (+1 -0) ➕ `plugins/18646659486/weather_query/weather_plugin.difypkg` (+0 -0) </details> ### 📄 Description # Plugin Submission Form ## 1. Metadata - **Plugin Author**: 18646659486 - **Plugin Name**: weather_query - **Repository URL**: https://github.com/18646659486/dify-plugins ## 2. Description This PR adds a new plugin named **weather_query**, which provides real-time weather data query based on city names. The plugin follows the official Dify plugin directory structure and includes: - weather_plugin.difypkg - README.md - src/main.py - src/manifest.json - src/requirements.txt ## 3. Checklist - [x] The plugin directory is correctly placed under `plugins/<organization>/<plugin_name>/` - [x] The plugin includes a valid `.difypkg` file - [x] The manifest.json is valid and contains proper metadata - [x] README.md includes plugin usage and description - [x] The plugin has been tested locally in Dify Please review this submission. Thank you! --- <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:07:09 -05:00
yindo closed this issue 2026-02-22 18:07:11 -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#1763