From sundial-org-awesome-openclaw-skills-4
Access Hacker News via CLI: top stories, new, best, ask, show, jobs feeds; story details with comments; search using Python script and official API.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
Read Hacker News from the command line.
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.
Read Hacker News from the command line.
uv run {baseDir}/scripts/hn.py top # Top 10 stories
uv run {baseDir}/scripts/hn.py top -n 20 # Top 20 stories
uv run {baseDir}/scripts/hn.py new # Newest stories
uv run {baseDir}/scripts/hn.py best # Best stories
uv run {baseDir}/scripts/hn.py ask # Ask HN
uv run {baseDir}/scripts/hn.py show # Show HN
uv run {baseDir}/scripts/hn.py jobs # Jobs
uv run {baseDir}/scripts/hn.py story <id> # Story with top comments
uv run {baseDir}/scripts/hn.py story <id> --comments 20 # More comments
uv run {baseDir}/scripts/hn.py search "AI agents" # Search stories
uv run {baseDir}/scripts/hn.py search "Claude" -n 5 # Limit results
Uses the official Hacker News API (no auth required).