← 返回
开发者工具 Key

Miniflux Skill

Manage Miniflux - Modern minimalist feed reader via REST API. Use for listing feeds and entries, creating/removing subscriptions, searching articles, managin...
通过 REST API 管理 Miniflux(现代极简 Feed 阅读器)。用于列出订阅源和条目、创建/删除订阅、搜索文章以及管理等。
dorogoy dorogoy 来源
开发者工具 clawhub v0.2.3 1 版本 99897.8 Key: 需要
★ 2
Stars
📥 937
下载
💾 8
安装
1
版本
#latest

概述

Miniflux Skill

Manage Miniflux - Modern minimalist feed reader via REST API.

Use for listing feeds and entries, creating/removing subscriptions, searching articles, managing categories, and marking entries as read/unread.

Setup

This skill requires Python and the Miniflux Python client.

# Install the miniflux Python package
uv pip install miniflux

Configuration

Set the following environment variables:

export MINIFLUX_URL="https://your-miniflux-instance.com"
export MINIFLUX_TOKEN="your-api-token-here"

To get an API token:

  1. Log in to your Miniflux instance
  2. Go to Settings > API Keys
  3. Click "Create a new API key"
  4. Copy the token and set it in MINIFLUX_TOKEN

Usage

CLI Wrapper

# List all feeds
bash miniflux.sh feeds

# List categories
bash miniflux.sh categories

# Get unread entries
bash miniflux.sh entries --status unread

# Search entries
bash miniflux.sh entries --search "kubernetes"

# Create a new feed
bash miniflux.sh create-feed --url "https://example.com/feed.xml" --category 1

# Refresh all feeds
bash miniflux.sh refresh-all

# Mark entries as read
bash miniflux.sh mark-read --entry-ids 123,456

# Mark feed as read
bash miniflux.sh mark-feed-read --feed-id 42

# Toggle bookmark/star
bash miniflux.sh toggle-bookmark --entry-id 123

# Discover subscriptions from a website
bash miniflux.sh discover --url "https://example.org"

# Delete a feed
bash miniflux.sh delete-feed --feed-id 42

# Get feed details
bash miniflux.sh feed --feed-id 42

# Get counters (unread/read)
bash miniflux.sh counters

# Get current user info
bash miniflux.sh me

# Get specific entry
bash miniflux.sh entry --entry-id 123

# Create category
bash miniflux.sh create-category --title "Tech News"

# Delete category
bash miniflux.sh delete-category --category-id 5

# Update feed
bash miniflux.sh update-feed --feed-id 42 --title "New Title" --category-id 3

Commands Reference

CommandDescription
----------------------
feedsList all feeds
categoriesList all categories
entriesList entries with filters (status, search, limit, etc.)
entryGet a specific entry by ID
create-feedCreate a new feed subscription
update-feedUpdate an existing feed
delete-feedDelete a feed
refresh-allRefresh all feeds
refresh-feedRefresh a specific feed
mark-readMark specific entries as read
mark-unreadMark specific entries as unread
mark-feed-readMark all entries of a feed as read
toggle-bookmarkToggle bookmark/star status of an entry
discoverDiscover subscriptions from a URL
countersGet unread/read counters per feed
meGet current user info
create-categoryCreate a new category
delete-categoryDelete a category

Filters for Entries

When using the entries command, you can filter by:

  • --status: Entry status (unread, read, or removed)
  • --limit: Number of entries to return (default: 100)
  • --offset: Number of entries to skip
  • --direction: Sort direction (asc or desc)
  • --search: Search query string
  • --category-id: Filter by category ID
  • --feed-id: Filter by feed ID
  • --starred: Filter starred entries (true/false)
  • --before: Unix timestamp for entries before this time
  • --after: Unix timestamp for entries after this time

Examples

# Get last 10 unread entries
bash miniflux.sh entries --status unread --limit 10

# Search for Kubernetes articles
bash miniflux.sh entries --search "kubernetes" --limit 20

# Get entries from a specific feed
bash miniflux.sh entries --feed-id 42 --limit 15

# Get starred entries
bash miniflux.sh entries --starred true

# Create a feed with crawler enabled
bash miniflux.sh create-feed --url "https://techcrunch.com/feed/" --category 1 --crawler true

# Discover feeds from a blog
bash miniflux.sh discover --url "https://example.com"

API Endpoints Supported

  • /v1/feeds - List feeds
  • /v1/feeds/{id} - Get feed details
  • /v1/feeds/{id}/entries - Get feed entries
  • /v1/feeds/{id}/refresh - Refresh feed
  • /v1/feeds/{id}/mark-all-as-read - Mark feed entries as read
  • /v1/categories - List categories
  • /v1/categories/{id}/entries - Get category entries
  • /v1/entries - List entries
  • /v1/entries/{id} - Get entry
  • /v1/entries/{id}/bookmark - Toggle bookmark
  • /v1/feeds/refresh - Refresh all feeds
  • /v1/discover - Discover subscriptions
  • /v1/feeds/counters - Get counters
  • /v1/me - Current user info

Error Handling

The script will exit with error code 1 on API errors and display the error message from Miniflux.

Dependencies

  • Python 3.8+
  • Miniflux Python client (uv pip install miniflux)

Documentation

Full API documentation: https://miniflux.app/docs/api.html

版本历史

共 1 个版本

  • v0.2.3 当前
    2026-03-29 06:33 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,385 📥 321,018
ai-agent

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,086 📥 814,825
ai-agent

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,232 📥 268,312