diff --git a/.prettierrc.cjs b/.prettierrc.cjs
index ead35a7..a129111 100644
--- a/.prettierrc.cjs
+++ b/.prettierrc.cjs
@@ -12,3 +12,4 @@ module.exports = require('@lobehub/lint').prettier;
module.exports = require('@lobehub/lint').prettier;
module.exports = require('@lobehub/lint').prettier;
module.exports = require('@lobehub/lint').prettier;
+module.exports = require('@lobehub/lint').prettier;
diff --git a/.remarkrc.cjs b/.remarkrc.cjs
index afcea04..7f27217 100644
--- a/.remarkrc.cjs
+++ b/.remarkrc.cjs
@@ -12,3 +12,4 @@ module.exports = require('@lobehub/lint').remarklint;
module.exports = require('@lobehub/lint').remarklint;
module.exports = require('@lobehub/lint').remarklint;
module.exports = require('@lobehub/lint').remarklint;
+module.exports = require('@lobehub/lint').remarklint;
diff --git a/README.md b/README.md
index 74a214f..1e89abe 100644
--- a/README.md
+++ b/README.md
@@ -41,6 +41,7 @@
- [Website Crawler](#website-crawler)
- [Realtime Weather](#realtime-weather)
- [Clock Time](#clock-time)
+ - [weather GPT](#weather-gpt)
- [🛳 Self Hosting](#-self-hosting)
- [Deploy to Vercel](#deploy-to-vercel)
- [⌨️ Local Development](#️-local-development)
@@ -176,6 +177,22 @@ Display a clock to show current time
[![][back-to-top]](#readme-top)
+
+
+---
+
+### weather GPT
+
+By **[@Steven Tey](https://github.com/steven-tey/weathergpt)** on **undefined**
+
+Get current weather information for a specific location.
+
+`weather`
+
+
+
+[![][back-to-top]](#readme-top)
+
diff --git a/README.zh-CN.md b/README.zh-CN.md
index 6dffa7f..a24ca7d 100644
--- a/README.zh-CN.md
+++ b/README.zh-CN.md
@@ -35,12 +35,13 @@
- [🚀 如何提交您的插件](#-如何提交您的插件)
- [提交步骤](#提交步骤)
- [🕶 Awesome Plugins](#-awesome-plugins)
- - [询问您的 PDF](#询问您的-pdf)
+ - [AskYouPDF](#askyoupdf)
- [授粉绘画](#授粉绘画)
- [搜索引擎](#搜索引擎)
- [网站爬虫](#网站爬虫)
- [实时天气](#实时天气)
- [时钟时间](#时钟时间)
+ - [天气 GPT](#天气-gpt)
- [🛳 自主托管](#-自主托管)
- [部署到 Vercel](#部署到-vercel)
- [⌨️ 本地开发](#️-本地开发)
@@ -84,7 +85,7 @@
-### 询问您的 PDF
+### AskYouPDF
By **[@AskYourPDF](https://askyourpdf.com/)** on **undefined**
@@ -176,6 +177,22 @@
[![][back-to-top]](#readme-top)
+
+
+---
+
+### 天气 GPT
+
+By **[@Steven Tey](https://github.com/steven-tey/weathergpt)** on **undefined**
+
+获取特定位置的当前天气信息。
+
+`天气`
+
+
+
+[![][back-to-top]](#readme-top)
+
diff --git a/locales/weather-gpt.de-DE.json b/locales/weather-gpt.de-DE.json
new file mode 100644
index 0000000..87094e9
--- /dev/null
+++ b/locales/weather-gpt.de-DE.json
@@ -0,0 +1,7 @@
+{
+ "meta": {
+ "title": "Wetter GPT",
+ "description": "Erhalten Sie aktuelle Wetterinformationen für einen bestimmten Standort.",
+ "tags": ["Wetter"]
+ }
+}
diff --git a/locales/weather-gpt.es-ES.json b/locales/weather-gpt.es-ES.json
new file mode 100644
index 0000000..e7201f1
--- /dev/null
+++ b/locales/weather-gpt.es-ES.json
@@ -0,0 +1,7 @@
+{
+ "meta": {
+ "title": "clima GPT",
+ "description": "Obtén información meteorológica actual para una ubicación específica.",
+ "tags": ["clima"]
+ }
+}
diff --git a/locales/weather-gpt.fr-FR.json b/locales/weather-gpt.fr-FR.json
new file mode 100644
index 0000000..f1be4dd
--- /dev/null
+++ b/locales/weather-gpt.fr-FR.json
@@ -0,0 +1,7 @@
+{
+ "meta": {
+ "title": "météo GPT",
+ "description": "Obtenez les informations météorologiques actuelles pour un emplacement spécifique.",
+ "tags": ["météo"]
+ }
+}
diff --git a/locales/weather-gpt.ja-JP.json b/locales/weather-gpt.ja-JP.json
new file mode 100644
index 0000000..f38cead
--- /dev/null
+++ b/locales/weather-gpt.ja-JP.json
@@ -0,0 +1,7 @@
+{
+ "meta": {
+ "title": "天気GPT",
+ "description": "特定の場所の現在の天気情報を取得します。",
+ "tags": ["天気"]
+ }
+}
diff --git a/locales/weather-gpt.ko-KR.json b/locales/weather-gpt.ko-KR.json
new file mode 100644
index 0000000..d341624
--- /dev/null
+++ b/locales/weather-gpt.ko-KR.json
@@ -0,0 +1,7 @@
+{
+ "meta": {
+ "title": "날씨 GPT",
+ "description": "특정 위치의 현재 날씨 정보를 얻습니다.",
+ "tags": ["날씨"]
+ }
+}
diff --git a/locales/weather-gpt.pt-BR.json b/locales/weather-gpt.pt-BR.json
new file mode 100644
index 0000000..b581993
--- /dev/null
+++ b/locales/weather-gpt.pt-BR.json
@@ -0,0 +1,7 @@
+{
+ "meta": {
+ "title": "clima GPT",
+ "description": "Obtenha informações meteorológicas atuais para uma localização específica.",
+ "tags": ["clima"]
+ }
+}
diff --git a/locales/weather-gpt.ru-RU.json b/locales/weather-gpt.ru-RU.json
new file mode 100644
index 0000000..f138242
--- /dev/null
+++ b/locales/weather-gpt.ru-RU.json
@@ -0,0 +1,7 @@
+{
+ "meta": {
+ "title": "погода GPT",
+ "description": "Получите текущую информацию о погоде для определенного местоположения.",
+ "tags": ["погода"]
+ }
+}
diff --git a/locales/weather-gpt.tr-TR.json b/locales/weather-gpt.tr-TR.json
new file mode 100644
index 0000000..2c50cd9
--- /dev/null
+++ b/locales/weather-gpt.tr-TR.json
@@ -0,0 +1,7 @@
+{
+ "meta": {
+ "title": "hava durumu GPT",
+ "description": "Belirli bir konum için mevcut hava durumu bilgilerini alın.",
+ "tags": ["hava durumu"]
+ }
+}
diff --git a/locales/weather-gpt.zh-CN.json b/locales/weather-gpt.zh-CN.json
new file mode 100644
index 0000000..c34ef64
--- /dev/null
+++ b/locales/weather-gpt.zh-CN.json
@@ -0,0 +1,7 @@
+{
+ "meta": {
+ "title": "天气 GPT",
+ "description": "获取特定位置的当前天气信息。",
+ "tags": ["天气"]
+ }
+}
diff --git a/locales/weather-gpt.zh-TW.json b/locales/weather-gpt.zh-TW.json
new file mode 100644
index 0000000..b574bac
--- /dev/null
+++ b/locales/weather-gpt.zh-TW.json
@@ -0,0 +1,7 @@
+{
+ "meta": {
+ "title": "天氣 GPT",
+ "description": "獲取特定位置的當前天氣信息。",
+ "tags": ["天氣"]
+ }
+}