Browse and search Hacker News. Fetch top, new, best, Ask HN, Show HN stories and job postings. View item details, comments, and user profiles. Search stories and comments via Algolia. Find "Who is hiring?" threads. Use for any HN-related queries like "what's trending on HN?", "search HN for AI", "show comments on story X", "who is hiring?", "latest Ask HN posts".
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install hackernews或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install hackernews⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/hackernews/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: hackernews description: Browse and search Hacker News. Fetch top, new, best, Ask HN, Show HN stories and job postings. View item details, comments, and user profiles. Search stories and comments via Algolia. Find "Who is hiring?" threads. Use for any HN-related queries like "what's trending on HN?", "search HN for AI", "show comments on story X", "who is hiring?", "latest Ask HN posts". ---
CLI tool for the Hacker News API. No authentication required.
Run scripts/hn.sh . All commands support --json for raw JSON output.
# Top/trending stories (default 10)
scripts/hn.sh top
scripts/hn.sh top --limit 20
# Other lists
scripts/hn.sh new --limit 5 # newest
scripts/hn.sh best --limit 10 # highest rated
scripts/hn.sh ask # Ask HN
scripts/hn.sh show # Show HN
scripts/hn.sh jobs # job postings
# Full item details (story, comment, job, poll)
scripts/hn.sh item 12345678
# Top comments on a story
scripts/hn.sh comments 12345678
scripts/hn.sh comments 12345678 --limit 10 --depth 2
scripts/hn.sh user dang
# Basic search
scripts/hn.sh search "rust programming"
# With filters
scripts/hn.sh search "LLM" --type story --sort date --period week --limit 5
scripts/hn.sh search "hiring remote" --type comment --period month
# Latest "Who is hiring?" job postings
scripts/hn.sh whoishiring
scripts/hn.sh whoishiring --limit 20
| User asks | Command | |---|---| | "What's trending on HN?" | scripts/hn.sh top | | "Latest Ask HN posts" | scripts/hn.sh ask | | "Search HN for X" | scripts/hn.sh search "X" | | "Show me comments on story Y" | scripts/hn.sh comments Y | | "Who is hiring?" | scripts/hn.sh whoishiring | | "Tell me about HN user Z" | scripts/hn.sh user Z |
安装 Hacker News 后,可以对 AI 说这些话来触发它
Help me get started with Hacker News
Explains what Hacker News does, walks through the setup, and runs a quick demo based on your current project
Use Hacker News to browse and search Hacker News
Invokes Hacker News with the right parameters and returns the result directly in the conversation
What can I do with Hacker News in my marketing & growth workflow?
Lists the top use cases for Hacker News, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/hackernews/ 目录(个人级,所有项目可用),或 .claude/skills/hackernews/(项目级)。重启 AI 客户端后,用 /hackernews 主动调用,或让 AI 根据上下文自动发现并使用。
Hacker News 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Hacker News 可免费安装使用。请查阅仓库了解许可证信息。
Browse and search Hacker News. Fetch top, new, best, Ask HN, Show HN stories and job postings. View item details, comments, and user profiles. Search stories and comments via Algolia. Find "Who is hiring?" threads. Use for any HN-related queries like "what's trending on HN?", "search HN for AI", "show comments on story X", "who is hiring?", "latest Ask HN posts".
Hacker News 属于「Marketing & Growth」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my marketing & growth tasks using Hacker News
Identifies repetitive steps in your workflow and sets up Hacker News to handle them automatically