Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
11 changes: 11 additions & 0 deletions extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 3 additions & 0 deletions repositories.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,7 @@
}, {
"url": "https://github.com/civilblur/youlag",
"type": "git"
}, {
"url": "https://github.com/deimosfr/xExtension-AiSummary",
"type": "git"
}]