mirror of
https://github.com/langgenius/dify-plugins.git
synced 2026-07-22 01:55:36 -04:00
[PR #1671] [CLOSED] Add weather_query plugin #1763
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/1671
Author: @18646659486
Created: 12/4/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (3)
4887e02Add files via upload5fc1d82Add files via upload7f7b66fMerge 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:
3. Checklist
plugins/<organization>/<plugin_name>/.difypkgfilePlease review this submission. Thank you!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.