
from awesome-openclaw-skills624
Read and search Hacker News from the command line: top, new, best, ask, show, jobs, and view story details with comments.
This skill exposes Hacker News feeds and story details to an agent or CLI environment. It surfaces top/new/best/ask/show/jobs feeds and can fetch a story with its top comments or run searches against HN. The skill is implemented as a small CLI script that calls the official Hacker News API.
Use when the user asks for current Hacker News headlines, wants to inspect a specific story and comments, or needs a quick search of HN for topics like 'AI agents'. Trigger phrases include 'hn top', 'hn story <id>', or natural language requests like 'show me top Hacker News stories'.
Works with CLI-capable agents and OpenClaw runtimes that can execute small scripts and return API content (any LLM agent with shell/script execution).
Hacker News CLI skill that fetches stories, comments, and search from the official HN API and Algolia. Clean, well-structured Python script using argparse subcommands and rich for formatted output. Script failed on import due to missing httpx/rich dependencies (declared via PEP 723 inline metadata, requires uv run). No security concerns — only calls legitimate public APIs with no auth required.
httpxrichSolid, straightforward skill. PEP 723 inline script metadata is a nice touch for dependency management. Limited error handling on network failures but adequate for the use case.
Game Theory for Crypto
Framework and templates to analyze incentives, tokenomics, MEV, governance attacks, and auction mechanisms in blockchain protocols.
Telegram CLI
Command-line Telegram utility skill: read inbox, search chats, send messages, and inspect groups — with JSON output for automation.
Claw Me Maybe (Beeper integration)
Integrate Beeper Desktop with Clawdbot to search chats, send messages, manage attachments, reactions, reminders, and mark conversations as read across multiple
IMAP/SMTP Email Tool
Read, search, manage mailboxes via IMAP and send emails with SMTP (attachments, HTML, multi-recipient). Works with Gmail, Outlook and generic IMAP/SMTP servers.
nb CLI Note-Taking
Manage notes, bookmarks, and notebooks via the nb CLI with Git-backed versioning and wiki-style linking.