A powerful CLI-based tool for AI agents to interact with Miniflux RSS feeds, allowing for article discovery, reading, and management.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install miniflux
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install miniflux using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Miniflux skill empowers your AI agent to become a sophisticated news and information consumer. By integrating directly with a Miniflux instance, it provides a structured way to access RSS and Atom feeds, enabling agents to stay updated on technical blogs, news outlets, and research papers. This Openclaw Skills component bridges the gap between static knowledge and real-time web content through a robust API-driven interface.
With this Openclaw Skills addition, developers can build workflows where an agent monitors specific categories, filters for keywords, and handles long-form content using built-in pagination. It transforms a standard RSS reader into a programmable data source for LLMs, complete with metadata like reading times and word counts to optimize token usage.
To get started with this Openclaw Skills integration, you can configure your credentials via environment variables for a seamless agent experience:
# Recommended: Set environment variables
export MINIFLUX_URL="https://miniflux.example.org"
export MINIFLUX_API_KEY="your-api-key"
# Alternatively, use CLI flags to initialize configuration
uv run scripts/miniflux-cli.py --url="https://miniflux.example.org" --api-key="xxx" list
The skill interacts with Miniflux objects and outputs data in several formats to suit agent processing needs.
| Attribute | Description |
|---|---|
| ID | Unique identifier for articles, feeds, and categories used for retrieval. |
| Status | Article state filter: read, unread, or removed. |
| Output Format | Display types: brief (titles), summary (preview), full (content), or json (machine-readable). |
| Content Pagination | Control over data flow using --offset and --limit flags for long-form text. |
Loading
A safety-first skill designed to permanently delete OpenClaw agents, including their workspaces, local configurations, and associated Telegram group routings.

An automated provisioning tool for creating dedicated AI agents with isolated workspaces and bound Telegram groups.

A powerful security scanner and remediation tool designed to protect Clawdbot deployments from vulnerabilities and configuration errors.

An AI-powered diagnostic tool that analyzes video ad transcripts and pacing to provide actionable coaching feedback for high-ROI content.

A comprehensive automation skill that enables AI agents to manage Google Calendar events, query availability, and handle multiple accounts through a streamlined CLI interface.

A powerful skill for AI agents to interact with Google Calendar accounts, enabling seamless event management and scheduling through a unified CLI.








































