← Back to Skills Marketplace
goog

local hacker news index page, markdown news frontend

by Jay · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
110
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install hnews
Description
Convert Markdown-formatted Hacker News snapshots into a dark-themed, readable HTML news webpage without external dependencies.
README (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+(无第三方依赖)
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install hnews
  3. After installation, invoke the skill by name or use /hnews
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
hnews 1.0.0 — 首次发布 - 支持将 Markdown 格式的新闻列表转换为暗色主题科技新闻网页。 - 命令行用法:可指定输入 Markdown 文件、输出 HTML 路径及自定义页面标题。 - 兼容 Hacker News 快照等常见 Markdown 新闻格式。 - 无需第三方依赖,仅需 Python 3.6+。 - 只要输入含“生成新闻网页”或“hnews”即可触发技能。
Metadata
Slug hnews
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 110 downloads so far.

How do I install local hacker news index page, markdown news frontend?

Run "/install hnews" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is local hacker news index page, markdown news frontend free?

Yes, local hacker news index page, markdown news frontend is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does local hacker news index page, markdown news frontend support?

local hacker news index page, markdown news frontend is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created local hacker news index page, markdown news frontend?

It is built and maintained by Jay (@goog); the current version is v1.0.0.

💬 Comments