diff --git a/README.md b/README.md index a9684ba..1a26a53 100644 --- a/README.md +++ b/README.md @@ -191,3 +191,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 afcacc7..fc8f2c9 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.0", + "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 c5748dc..f129668 100644 --- a/repositories.json +++ b/repositories.json @@ -112,4 +112,7 @@ }, { "url": "https://github.com/civilblur/youlag", "type": "git" +}, { + "url": "https://github.com/deimosfr/xExtension-AiSummary", + "type": "git" }]