freshrss
Installation
SKILL.md
FreshRSS
Self-hosted RSS reader accessed via Google Reader compatible API (GReader). All operations go through a single python script.
Execution Rule
Run the user's requested command directly without pre-checking dependencies, environment variables, or configuration. If something is wrong, the script will fail with a clear error — check and fix only then.
Environment Variables
| Variable | Description |
|---|---|
FRESHRSS_URL |
Base URL (e.g. http://127.0.0.1:1180) |
FRESHRSS_API_USER |
API username |
FRESHRSS_API_PASSWORD |
API password |
đź’ˇ Environment variables can be configured in
~/.wmyskills/.env(shared across skills) orscripts/.env(takes priority if present). The script loads them automatically.