← 返回 Skills 市场
runawaydevil

HN Reader

作者 runawaydevil · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
404
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install hn-reader
功能描述
Monitors and fetches HackerNews stories via official API, supporting top, new, best, Ask, Show, Jobs categories and keyword searches.
使用说明 (SKILL.md)

HackerNews Skill

Monitora e busca stories do HackerNews via API oficial.

Gatilhos

Ative a skill usando palavras-chave:

  • "hackernews", "hn" — listar top stories
  • "top stories", "front page" — top stories
  • "new", "latest", "novas" — stories recentes
  • "ask hn", "askstories" — Ask HN
  • "show hn", "showstories" — Show HN
  • "jobs", "vagas" — Jobs
  • "best", "melhores" — Melhores stories
  • "buscar no hn", "pesquisar hn" — buscar por termo

Como Usar

# Listar top stories (padrão: 10)
node index.js top
node index.js top 20

# Stories recentes
node index.js new
node index.js new 15

# Melhores stories
node index.js best

# Ask HN
node index.js ask
node index.js show

# Jobs
node index.js jobs

# Ver detalhes de uma story por ID
node index.js item 12345678

# Ver perfil de usuário
node index.js user pg

# Buscar stories por termo
node index.js search rust
node index.js search "machine learning"

##API

  • URL Base: https://hacker-news.firebaseio.com/v0/
  • Rate Limit: Nenhum (API pública)
  • Autenticação: Não requerida
安全使用建议
This skill appears coherent and limited to reading publicly available Hacker News data. If you plan to run it: (1) review or pin the axios dependency (package-lock.json) and install in a controlled environment, (2) run the script locally to confirm behavior, and (3) if you have a policy against allowing skills to make outbound network calls, be aware this performs HTTP requests to the official HN API. Otherwise it does not request credentials or access unrelated resources.
功能分析
Type: OpenClaw Skill Name: hn-reader Version: 1.0.0 The skill is a standard HackerNews CLI tool that interacts with the official HackerNews Firebase API. The code in `src/index.js` implements basic fetching and formatting of stories, user profiles, and search results using the `axios` library. There is no evidence of data exfiltration, malicious execution, or prompt injection; the functionality is entirely consistent with the documentation provided in `SKILL.md`.
能力评估
Purpose & Capability
Name/description match the implementation: the code queries https://hacker-news.firebaseio.com/v0/ and implements top/new/best/ask/show/job/item/user/search commands; required artifacts (axios) are appropriate.
Instruction Scope
SKILL.md describes CLI usage that corresponds to the code. The runtime instructions do not read files, access secrets, or post data to third-party endpoints beyond the official HN API.
Install Mechanism
No install spec; repository is instruction+node script with a single dependency (axios) declared in package.json/package-lock.json — a proportionate dependency for HTTP requests.
Credentials
No environment variables, credentials, or config paths are requested or used. The skill performs only public API requests and does not require secrets.
Persistence & Privilege
Skill is not always-enabled and does not attempt to modify other skills or system-wide settings; autonomous invocation is allowed by platform default but not elevated here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install hn-reader
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /hn-reader 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Top, New, Best, Ask, Show, Jobs stories, user profiles, and search via HackerNews API
元数据
Slug hn-reader
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

HN Reader 是什么?

Monitors and fetches HackerNews stories via official API, supporting top, new, best, Ask, Show, Jobs categories and keyword searches. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 404 次。

如何安装 HN Reader?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install hn-reader」即可一键安装,无需额外配置。

HN Reader 是免费的吗?

是的,HN Reader 完全免费(开源免费),可自由下载、安装和使用。

HN Reader 支持哪些平台?

HN Reader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 HN Reader?

由 runawaydevil(@runawaydevil)开发并维护,当前版本 v1.0.0。

💬 留言讨论