From sundial-org-awesome-openclaw-skills-4
Fetches Hacker News front-page posts on demand via 'hn' commands like 'hn 10' or 'hn health', excludes crypto. Sends N individual messages with title, age/comments, link; adds themed mood image.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
Interpret a user message that starts with `hn` as a request for a Hacker News front-page digest.
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.
Interpret a user message that starts with hn as a request for a Hacker News front-page digest.
Supported forms:
hn → default 5 postshn <n> → n postshn <topic> → filter/boost by topichn <n> <topic> → both--offset (e.g. offset 10, count 10).Topics:
tech (default)healthhackinglife / lifehacks<age> · <commentCount> comments (age like 45m ago, 6h ago, 3d ago)https://news.ycombinator.com/item?id=...)..n and topic from the user message.node skills/hn-digest/scripts/hn.mjs --count <n> --offset <offset> --topic <topic> --format json.offset is 0 unless the user explicitly asks for “more/next” after a previous batch.skills/hn-digest/scripts/mood_prompt.mjs to build a prompt from the JSON items.skills/hn-digest/scripts/generate_mood_nano_banana.sh ./tmp/hn-mood/hn-mood.png <topic> <n> <offset>If fetching/ranking fails or returns 0 items:
https://news.ycombinator.com/ in the browser tool, pick N non-crypto items by judgment, and send them in the same 3-line format.