发现和使用优秀的技能扩展
使用API令牌通过Miniflux实例的REST API获取并分类最新的未读RSS/新闻条目。当用户要求获取最新的Miniflux未读项目、列出包含标题/链接的最近条目,或生成特定Miniflux条目的简短摘要时使用。包含一个捆绑脚本,可使用~/.config/clawdbot/miniflux-news.json中的凭据(或MINIFLUX_URL和MINIFLUX_TOKEN覆盖)查询Miniflux(/v1/entries和/v1/entries/{id})。
Fetch and triage the latest unread RSS/news entries from a Miniflux instance via its REST API using an API token. Use when the user asks to get the latest Miniflux unread items, list recent entries with titles/links, or generate short summaries of specific Miniflux entries. Includes a bundled script to query Miniflux (/v1/entries and /v1/entries/{id}) using credentials from ~/.config/clawdbot/miniflux-news.json (or MINIFLUX_URL and MINIFLUX_TOKEN overrides).