Token导航 LogoToken导航TokenDH.com
开发可写文件clawhub未标认证来源可访问clear审计通过

hn-daily-briefhn 每日简报

Agent Skill

hn-daily-brief 用于补充开发相关能力,适合在 OpenClaw 中需要让 Agent 承接开发相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

14,535

周安装

618

GitHub Stars

1

下载量

5,092
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:hn-daily-brief(hn 每日简报)
来源仓库:https://github.com/liu7yong/hn-daily-brief
安装命令:
openclaw skills install hn-daily-brief
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install hn-daily-brief

简介

hn-daily-brief 生成黑客新闻Top-N每日报告,含文章摘要与多视角评论合成。

  • 适合深度阅读爱好者或内容策展人,快速把握热点话题脉络。
  • 可选择输出语言与文件格式,支持批量导出便于归档与分享。
  • 摘要由AI生成,可能与原文存在细微差异;关键论点建议对照原始帖子确认。
  • 适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。

SKILL.md

name
hn-daily
description
Generate and deliver a Hacker News daily report (Top-N) with article summaries and multi-view comment synthesis, in user-selected language, with optional file persistence and index update.

HN Daily

Release Notes

  • v0.8.2: Refresh publication for latest HN Daily Brief packaging and worker-oriented execution workflow.
  • v0.8.1: Tighten anti-padding controls for final write-up (ban repeated boilerplate tails, enforce anti-template validation before send).
  • v0.8.0: Run scheduled HN jobs in isolated cron sessions (sessionTarget=isolated, payload.kind=agentTurn) to avoid blocking main chat; keep 3-job retry ladder idempotent.
  • v0.7.0: Add concurrent retry profile for schedule reliability (primary run + immediate retry + delayed retry) with idempotent completion checks to avoid timeout-caused misses.
  • v0.6.0: Brand rename for distribution as "HN Daily Brief" + full copy cleanup to English-only wording.
  • v0.5.1: Language cleanup for public distribution (English-first docs; localized markers still supported).
  • v0.5.0: First public release.

Parameters

  • language: output language (default: current user conversation language)
  • topN: number of items (default: 10)
  • style: strict | lite (default: strict)
  • outputDir: output directory (default: /home/ubuntu/.openclaw/workspace/output/hn-daily/)
  • persist: whether to save file + update index (default: true)
  • reminderTime: cron time in user timezone, or off

First-load behavior

  • On first load (or when user changes params), show effective params once and confirm.
  • Otherwise, reuse last confirmed params.

Mandatory execution order

  1. Retry preflight check (required for retry jobs):

- If this run is a retry/compensation run, first check whether today's report already exists and is complete (at minimum includes ## Top 10). - If already complete, return NO_REPLY and stop (idempotent exit).

  1. Always fetch fresh inputs for this run (required):

- Re-pull current HN Top-N items, article snippets, and comments at run time. - Do not reuse previous report body as source input.

  1. Collect materials via script (data collection only, never user-facing):

- scripts/generate_hn_daily.py --style <style> --top <topN> --language <language> --outdir /tmp/hn-daily-draft --materials /tmp/hn-daily-draft/HN-materials.json - Script must only output HN-materials.json (no user-facing report body). - Use HN-materials.json as the only source for final writing.

  1. LLM generation (required, prompt-driven quality):

- Use a single strict prompt template to generate final report in selected language. - All content quality constraints (summary depth, comment synthesis style, anti-template wording) must be enforced by prompt, not by script templates. - No “summarize then translate”; generate directly in target language.

  1. Re-check completion before send (required for retry jobs):

- If another concurrent run has already persisted a complete report, do not send duplicate content; return NO_REPLY.

  1. Send full final report body to current chat.
  2. If persist=true, write final report to <outputDir>/HN-daily-YYYY-MM-DD.md and update <outputDir>/HN_DAILY_INDEX.md.

Success criteria (strict)

  • persist=false: success = full report body delivered in chat.
  • persist=true: success = chat delivery + file write + index update.
  • Under concurrent retry profile: success can be achieved by primary run or any retry run; retries must skip if the report is already complete.
  • If any required condition fails, treat run as failed (do not claim completion).

Output rules

  • Send only report body to user (no receipts/status metadata).
  • Never send script draft markdown directly; user-facing report must come from LLM rewrite over materials JSON.
  • Output must use one language only: the selected language for the run (no bilingual/mixed-language output).
  • Real markdown newlines only; never output literal `\

` in user-visible content.

  • Strict source/comment separation (mandatory):

- Source summary must summarize only the original article/source content (title/url/snippet and source facts). - Comment viewpoint synthesis must summarize only HN comments (comments_raw). - Do not put community reactions, usernames, or comment conclusions into Source summary. - Do not use source-only facts as a substitute for missing comment viewpoints. - If source content is missing/blocked/too short, mark explicitly: source is short / info limited; do not fill the gap with comments.

  • Top-N structure per item:

- Title - Link - HN link - Heat - Source summary - Comment viewpoint synthesis

Length rules (by selected language)

  • Default hard rule: source summary must be >=300 chars in zh (>=200 words in en; equivalent depth for others).
  • Elastic exception: only when source content is genuinely short/information-limited, summary may be shorter than default target.
  • Comment viewpoint summary target: zh>=80 chars (equivalent depth for others), with the same short-source exception.
  • When exception is used, explicitly mark "source is short / info limited" (or equivalent in selected language), prioritize verifiable facts + discussion context + actionable implications, and keep concise but information-dense output.
  • Never inflate length with generic filler text.
  • Hard anti-padding rule: do not append reusable stock tails (e.g., identical “this reflects ...” sentence) across viewpoints/items.
  • If the same tail sentence appears in 3+ comment viewpoints, the report is invalid and must be rewritten.
  • Platform/channel constraints must NOT reduce content quality: if a single message exceeds platform limits (e.g., Telegram 4096 chars), split into multiple sequential messages rather than compressing or shortening summaries/viewpoints to fit.

Comment synthesis rules

  • Must be in selected language.
  • Multi-perspective (not binary pro/con).
  • Per item, output 5 comment viewpoints when available.
  • If username exists in source comment, it must be preserved in output.
  • Only use "insufficient comments" when no usable comments are available.
  • Summarize viewpoints; do not paste long raw quotes.

Scheduling rules (concurrent retry profile)

  • If reminderTime != off, create/update a 3-job retry ladder automatically (no duplicates):

1) Primary run at reminderTime (e.g. HN Daily 06:50) 2) Immediate retry at reminderTime + 1m (e.g. HN Daily 06:51 Retry) 3) Delayed retry at reminderTime + 15m (e.g. HN Daily 07:05 Retry)

  • All HN cron jobs must run in isolated sessions:

- sessionTarget="isolated" - payload.kind="agentTurn" - Never schedule HN generation on sessionTarget="main".

  • Keep cron payload execution-oriented (not passive reminder), including idempotent checks and send/persist requirements.
  • All retry jobs must be idempotent via completion checks (see Mandatory execution order step 1 and step 5).
  • Keep job names aligned with schedule and retry role.
  • Rationale: cron has no built-in on-failure callback; this retry ladder is the required equivalent for timeout/failure recovery, and isolated execution avoids blocking normal user chat.

Prompt template requirements (must include)

  • Generate directly in selected language.
  • Source summary length must meet selected-language threshold.
  • Each comment viewpoint summary must meet selected-language threshold.
  • Summaries must be article-specific and fact-based; avoid reusable boilerplate.
  • Enforce source/comment boundary explicitly in prompt:

- Source summary uses only article/source material. - Comment viewpoints use only HN comments. - Never mix the two sections.

  • Forbid repeated generic closers in comment viewpoints; every viewpoint must end with item-specific substance, not a shared stock sentence.
  • Comment section must synthesize viewpoints (not raw quote dumping), with usernames when available.

Pre-send quality gate (mandatory)

  • Validate final report before sending:

- zh summary default >=300 chars per item; - zh comment viewpoint default >=80 chars per viewpoint.

  • Recommended command:

- scripts/validate_report.py --report <final_report_path> --language <language> --ban-phrase "这也反映了社区对可执行细节与长期影响的关注" --ban-phrase-max 0 --max-repeated-tail 2

  • If an item/viewpoint is below default threshold, it must explicitly include a short-source marker (e.g. source is short / info limited).
  • If anti-padding checks fail (banned phrase repetition or repeated tail sentence), rewrite and re-check.
  • If gate fails, rewrite and re-check; do not send failing report.

Guardrail

  • If prompt-driven LLM generation path is not available/validated, keep cron disabled until fixed.
  • If primary + both retries all fail on the same day, send a concise failure alert to the current chat with the first actionable error cause (do not silently drop the run).

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

96.35%
按下载量换算4,906

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

可写文件

该 Skill 可能写入或修改本地文件,使用前需要确认目标目录和修改范围。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills