From sundial-org-awesome-openclaw-skills-4
Queries headlines and articles from self-hosted FreshRSS via Google Reader API. Supports filtering by category, time range, unread status, count. Use for RSS news, latest headlines, feed updates.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
Query headlines from a self-hosted FreshRSS instance via the Google Reader compatible API.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Query headlines from a self-hosted FreshRSS instance via the Google Reader compatible API.
Set these environment variables:
export FRESHRSS_URL="https://your-freshrss-instance.com"
export FRESHRSS_USER="your-username"
export FRESHRSS_API_PASSWORD="your-api-password"
API password is set in FreshRSS → Settings → Profile → API Management.
{baseDir}/scripts/freshrss.sh headlines --count 10
{baseDir}/scripts/freshrss.sh headlines --hours 2
{baseDir}/scripts/freshrss.sh headlines --category "Technology" --count 15
{baseDir}/scripts/freshrss.sh headlines --unread --count 20
{baseDir}/scripts/freshrss.sh headlines --category "News" --hours 4 --count 10 --unread
{baseDir}/scripts/freshrss.sh categories
{baseDir}/scripts/freshrss.sh feeds
Headlines are formatted as:
[date] [source] Title
URL
Categories: cat1, cat2
--hours for relative time (e.g., last 2 hours)categories command first to see available category names