diff --git a/README.md b/README.md index 78f117a..5c5f1cb 100644 --- a/README.md +++ b/README.md @@ -195,3 +195,7 @@ There are some FreshRSS extensions out there, developed by community members: ### By [@civilblur](https://github.com/civilblur/) * [Youlag](https://github.com/civilblur/youlag): Browse your YouTube feed through a video-focused interface that includes quality-of-life features. + +### By [@deimosfr](https://github.com/deimosfr/) + +* [Ai Summary](https://github.com/deimosfr/xExtension-AiSummary): Summarize any article with one click using your favorite AI provider (OpenAI, Gemini, Claude and Ollama). diff --git a/extensions.json b/extensions.json index 06b9ab5..c6ed2d3 100644 --- a/extensions.json +++ b/extensions.json @@ -12,6 +12,17 @@ "method": "git", "directory": "." }, + { + "name": "Ai Summary", + "author": "deimosfr", + "description": "Summarize any article with one click using your favorite AI provider (OpenAI, Gemini, Claude and Ollama).", + "version": "1.0.2", + "entrypoint": "AiSummary", + "type": "user", + "url": "https://github.com/deimosfr/xExtension-AiSummary", + "method": "git", + "directory": "." + }, { "name": "ArticleSummary", "author": "Liang", diff --git a/repositories.json b/repositories.json index 1d03b5d..a29327b 100644 --- a/repositories.json +++ b/repositories.json @@ -115,4 +115,7 @@ }, { "url": "https://github.com/civilblur/youlag", "type": "git" +}, { + "url": "https://github.com/deimosfr/xExtension-AiSummary", + "type": "git" }]