ez-hn
Installation
SKILL.md
ez-hn - Hacker News CLI
Simple typer CLI for browsing Hacker News. No authentication required.
Usage
Run uv run skills/ez-hn/scripts/hn.py <command>. All commands support --json for raw JSON output.
Browse Stories
uv run skills/ez-hn/scripts/hn.py top # top/trending (default 10)
uv run skills/ez-hn/scripts/hn.py top --limit 20 # more results
uv run skills/ez-hn/scripts/hn.py new # newest
uv run skills/ez-hn/scripts/hn.py best # highest rated
uv run skills/ez-hn/scripts/hn.py ask # Ask HN
uv run skills/ez-hn/scripts/hn.py show # Show HN
uv run skills/ez-hn/scripts/hn.py jobs # job postings