{
  "schemaVersion": "1.0",
  "item": {
    "slug": "hn-digest",
    "name": "HN Digest",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/cpojer/hn-digest",
    "canonicalUrl": "https://clawhub.ai/cpojer/hn-digest",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/hn-digest",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=hn-digest",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "scripts/generate_mood_nano_banana.sh",
      "scripts/mood_image.py",
      "scripts/nano_banana_mood.py",
      "scripts/mood_prompt.mjs",
      "scripts/hn.mjs",
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/hn-digest"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/hn-digest",
    "agentPageUrl": "https://openagent3.xyz/skills/hn-digest/agent",
    "manifestUrl": "https://openagent3.xyz/skills/hn-digest/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/hn-digest/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Command format",
        "body": "Interpret a user message that starts with hn as a request for a Hacker News front-page digest.\n\nSupported forms:\n\nhn → default 5 posts\nhn <n> → n posts\nhn <topic> → filter/boost by topic\nhn <n> <topic> → both\nIf the user asks for “more” after already seeing some (e.g. “show me top 10–15 since we already did top 10”), treat it as an offset request and use --offset (e.g. offset 10, count 10).\n\nTopics:\n\ntech (default)\nhealth\nhacking\nlife / lifehacks"
      },
      {
        "title": "Output requirements",
        "body": "Do not send any extra commentary/preamble/epilogue.\nSend results as individual messages.\nEach post message must be exactly:\n\nfirst line: the post title\nsecond line: <age> · <commentCount> comments (age like 45m ago, 6h ago, 3d ago)\nthird line: the Hacker News comments link (https://news.ycombinator.com/item?id=...)\n\n\nAfter the post messages, send one final message that is the generated image.\n\nIf the chat provider requires non-empty text for media, use a minimal caption ..\n\n\nHard exclude crypto."
      },
      {
        "title": "Procedure",
        "body": "Parse n and topic from the user message.\nFetch + rank items:\n\nRun node skills/hn-digest/scripts/hn.mjs --count <n> --offset <offset> --topic <topic> --format json.\nDefault offset is 0 unless the user explicitly asks for “more/next” after a previous batch.\n\n\nSend results as N individual messages in the required 3-line format.\nThen generate a delightful mood image via Nano Banana, inspired by the posts you just sent:\n\nUse skills/hn-digest/scripts/mood_prompt.mjs to build a prompt from the JSON items.\nAdd 3–4 subtle Easter eggs derived from the post themes (no text/logos; keep it fun).\nGenerate and attach the image by running:\n\nskills/hn-digest/scripts/generate_mood_nano_banana.sh ./tmp/hn-mood/hn-mood.png <topic> <n> <offset>\n\n\nSend the generated image as one additional message.\n\nIf fetching/ranking fails or returns 0 items:\n\nUse https://news.ycombinator.com/ in the browser tool, pick N non-crypto items by judgment, and send them in the same 3-line format.\nStill generate a mood image (general “HN tech deep dives” vibe) with a banana Easter egg."
      }
    ],
    "body": "HN Digest\nCommand format\n\nInterpret a user message that starts with hn as a request for a Hacker News front-page digest.\n\nSupported forms:\n\nhn → default 5 posts\nhn <n> → n posts\nhn <topic> → filter/boost by topic\nhn <n> <topic> → both\nIf the user asks for “more” after already seeing some (e.g. “show me top 10–15 since we already did top 10”), treat it as an offset request and use --offset (e.g. offset 10, count 10).\n\nTopics:\n\ntech (default)\nhealth\nhacking\nlife / lifehacks\nOutput requirements\nDo not send any extra commentary/preamble/epilogue.\nSend results as individual messages.\nEach post message must be exactly:\nfirst line: the post title\nsecond line: <age> · <commentCount> comments (age like 45m ago, 6h ago, 3d ago)\nthird line: the Hacker News comments link (https://news.ycombinator.com/item?id=...)\nAfter the post messages, send one final message that is the generated image.\nIf the chat provider requires non-empty text for media, use a minimal caption ..\nHard exclude crypto.\nProcedure\nParse n and topic from the user message.\nFetch + rank items:\nRun node skills/hn-digest/scripts/hn.mjs --count <n> --offset <offset> --topic <topic> --format json.\nDefault offset is 0 unless the user explicitly asks for “more/next” after a previous batch.\nSend results as N individual messages in the required 3-line format.\nThen generate a delightful mood image via Nano Banana, inspired by the posts you just sent:\nUse skills/hn-digest/scripts/mood_prompt.mjs to build a prompt from the JSON items.\nAdd 3–4 subtle Easter eggs derived from the post themes (no text/logos; keep it fun).\nGenerate and attach the image by running:\nskills/hn-digest/scripts/generate_mood_nano_banana.sh ./tmp/hn-mood/hn-mood.png <topic> <n> <offset>\nSend the generated image as one additional message.\n\nIf fetching/ranking fails or returns 0 items:\n\nUse https://news.ycombinator.com/ in the browser tool, pick N non-crypto items by judgment, and send them in the same 3-line format.\nStill generate a mood image (general “HN tech deep dives” vibe) with a banana Easter egg."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/cpojer/hn-digest",
    "publisherUrl": "https://clawhub.ai/cpojer/hn-digest",
    "owner": "cpojer",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/hn-digest",
    "downloadUrl": "https://openagent3.xyz/downloads/hn-digest",
    "agentUrl": "https://openagent3.xyz/skills/hn-digest/agent",
    "manifestUrl": "https://openagent3.xyz/skills/hn-digest/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/hn-digest/agent.md"
  }
}