← 返回 Skills 市场
Miniflux Skill
作者
Sergio Rael
· GitHub ↗
· v0.2.3
635
总下载
2
收藏
1
当前安装
4
版本数
在 OpenClaw 中安装
/install miniflux-skill
功能描述
Manage Miniflux - Modern minimalist feed reader via REST API. Use for listing feeds and entries, creating/removing subscriptions, searching articles, managin...
安全使用建议
This skill appears to do exactly what it says: it runs a Python CLI that calls your Miniflux instance using MINIFLUX_URL and MINIFLUX_TOKEN. Before installing or using it: 1) Ensure MINIFLUX_TOKEN is limited to the Miniflux account you expect (treat it like any API token). 2) Confirm MINIFLUX_URL points to your trusted Miniflux instance (the README contains an example public host — change it). 3) If you want extra assurance, review the included scripts (miniflux-cli.py and miniflux.sh) and verify the 'miniflux' Python package on PyPI is the official client. 4) Note installation is manual (no automatic installers); follow your environment's best practices for installing Python packages. Overall, nothing in the package requests unrelated credentials or performs suspicious I/O.
功能分析
Type: OpenClaw Skill
Name: miniflux-skill
Version: 0.2.3
The OpenClaw Miniflux skill is a straightforward client for the Miniflux API. All code and documentation align with its stated purpose of managing a Miniflux feed reader. It correctly uses environment variables (MINIFLUX_URL, MINIFLUX_TOKEN) for API authentication, which are explicitly declared in SKILL.md. The Python script (scripts/miniflux-cli.py) uses argparse for robust input handling and interacts with the Miniflux API via the official 'miniflux' Python client, without any direct shell executions or unauthorized network calls. No evidence of data exfiltration, persistence mechanisms, obfuscation, or prompt injection attempts against the agent was found in any of the files.
能力评估
Purpose & Capability
Name/description, required binaries (python3), and required env vars (MINIFLUX_URL, MINIFLUX_TOKEN) align with a Miniflux REST API client/CLI; the included Python CLI and bash wrapper are consistent with the stated functionality.
Instruction Scope
SKILL.md instructs installing the official Python miniflux client and running the provided shell wrapper or Python script. Runtime instructions only reference MINIFLUX_URL and MINIFLUX_TOKEN and the Miniflux API endpoints; the scripts do not read unrelated system files or exfiltrate data to unknown endpoints. Minor note: SKILL.md recommends 'uv pip' in examples but 'uv' is not declared as a required binary — this is a documentation convenience, not harmful.
Install Mechanism
There is no automated install spec (instruction-only), and the script relies on the public 'miniflux' Python package. This is a low-risk pattern; installation is manual and no arbitrary remote archive downloads or custom installers are present.
Credentials
Only MINIFLUX_URL and MINIFLUX_TOKEN are required, and the primary credential is MINIFLUX_TOKEN — these are exactly what a Miniflux client needs. No unrelated secrets or broad environment access are requested.
Persistence & Privilege
The skill is not always-enabled, does not request elevated platform privileges, and does not modify other skills or system-wide configs. It runs as a typical user-invoked/autonomously-invokable skill with no additional persistence.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install miniflux-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/miniflux-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.2.3
Add required environment variables to registry metadata (MINIFLUX_URL, MINIFLUX_TOKEN)
v0.2.2
Fix suspicious classification: remove hardcoded MINIFLUX_URL default, require manual package installation
v0.2.0
Initial release via ClawHub. Excludes release-please-config.json and tests/ from package.
v0.1.0
Initial release
元数据
常见问题
Miniflux Skill 是什么?
Manage Miniflux - Modern minimalist feed reader via REST API. Use for listing feeds and entries, creating/removing subscriptions, searching articles, managin... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 635 次。
如何安装 Miniflux Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install miniflux-skill」即可一键安装,无需额外配置。
Miniflux Skill 是免费的吗?
是的,Miniflux Skill 完全免费(开源免费),可自由下载、安装和使用。
Miniflux Skill 支持哪些平台?
Miniflux Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Miniflux Skill?
由 Sergio Rael(@dorogoy)开发并维护,当前版本 v0.2.3。
推荐 Skills