← 返回 Skills 市场
goog

local hacker news index page, markdown news frontend

作者 Jay · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
110
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install hnews
功能描述
Convert Markdown-formatted Hacker News snapshots into a dark-themed, readable HTML news webpage without external dependencies.
使用说明 (SKILL.md)

hnews — Markdown → 科技新闻网页

将 Markdown 格式的新闻列表(如 Hacker News 快照)转换为暗色主题的精美 HTML 网页。

使用方式

python scripts/hnews.py INPUT.md -o OUTPUT.html
  • INPUT.md — Markdown 新闻文件(支持 N. [Title](url) (source) 格式)
  • -o OUTPUT.html — 输出 HTML 路径(默认同目录下同名 .html
  • --title "自定义标题" — 页面标题(默认从文件推断)

Markdown 输入格式

# Hacker News Front Page

*Snapshot: 2026-03-29 ~14:35 CST*

1. [Title Here](https://example.com) (example.com)
   123 points | author | 45 comments

2. [Another Title](https://foo.com) (foo.com)
   67 points | someone | 8 comments

触发条件

用户说「生成新闻网页」「hnews」时使用

依赖

  • Python 3.6+(无第三方依赖)
安全使用建议
This skill appears to do exactly what it says: convert a Hacker News–style Markdown snapshot to a local HTML page. Before running, verify the Markdown input file is one you trust (the script will read that file and write an HTML file in the same directory by default). No network calls or credentials are used, but as with any script, review the code if you have concerns and avoid passing sensitive files as the input. Also note the agent can invoke skills autonomously by default — if you allow autonomous runs, ensure you trust the agent to decide when to run this tool.
功能分析
Type: OpenClaw Skill Name: hnews Version: 1.0.0 The skill bundle is a legitimate utility for converting Markdown-formatted news lists into a styled HTML page. The Python script (scripts/hnews.py) uses only standard libraries, implements proper HTML escaping to prevent XSS, and contains no evidence of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
Name/description match the included Python script. The script implements Markdown parsing and HTML rendering only; there are no declared or required credentials, binaries, or unrelated capabilities.
Instruction Scope
SKILL.md instructs running the bundled Python script against a user-supplied Markdown file. The script only reads the specified input file and writes a local HTML file; it does not reference other files, environment variables, or external endpoints.
Install Mechanism
No install spec is provided (instruction-only install). The skill contains a single Python script with no third-party dependencies, so nothing is downloaded or installed at runtime.
Credentials
No environment variables, credentials, or config paths are required or accessed. The script does not attempt to read secrets or external configs.
Persistence & Privilege
always is false and the skill does not modify agent/system configs or require persistent presence. It only performs local file I/O for the input and generated output.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install hnews
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /hnews 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
hnews 1.0.0 — 首次发布 - 支持将 Markdown 格式的新闻列表转换为暗色主题科技新闻网页。 - 命令行用法:可指定输入 Markdown 文件、输出 HTML 路径及自定义页面标题。 - 兼容 Hacker News 快照等常见 Markdown 新闻格式。 - 无需第三方依赖,仅需 Python 3.6+。 - 只要输入含“生成新闻网页”或“hnews”即可触发技能。
元数据
Slug hnews
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

local hacker news index page, markdown news frontend 是什么?

Convert Markdown-formatted Hacker News snapshots into a dark-themed, readable HTML news webpage without external dependencies. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 110 次。

如何安装 local hacker news index page, markdown news frontend?

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

local hacker news index page, markdown news frontend 是免费的吗?

是的,local hacker news index page, markdown news frontend 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

local hacker news index page, markdown news frontend 支持哪些平台?

local hacker news index page, markdown news frontend 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 local hacker news index page, markdown news frontend?

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

💬 留言讨论