{
  "schemaVersion": "1.0",
  "item": {
    "slug": "openclaw-news",
    "name": "OpenClaw News",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/arc-claw-bot/openclaw-news",
    "canonicalUrl": "https://clawhub.ai/arc-claw-bot/openclaw-news",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/openclaw-news",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-news",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/agent_collect.py",
      "scripts/collect_news.sh",
      "scripts/format_briefing.sh",
      "state/last_run.json",
      "state/pending_searches.json"
    ],
    "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-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.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/openclaw-news"
    },
    "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/openclaw-news",
    "agentPageUrl": "https://openagent3.xyz/skills/openclaw-news/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-news/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-news/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": "OpenClaw Ecosystem News",
        "body": "Version: 1.0.0\nAuthor: OpenClaw Community\nTags: news, monitoring, ecosystem, github, community\nRegistry: https://www.clawhub.ai"
      },
      {
        "title": "What It Does",
        "body": "Aggregates breaking news and developments across the OpenClaw ecosystem into a clean, curated briefing. Pure signal, no noise.\n\nTracks:\n\n🚀 OpenClaw Releases — new versions, tags, important PRs from openclaw/openclaw\n🧩 ClawdHub Skills — recently published or updated skills on the registry\n🔒 Security Advisories — CVEs, security issues, vulnerability discussions\n💬 Community Discussions — HN threads, Reddit posts, notable tweets\n📰 Ecosystem News — major press coverage, new integrations, platform changes\n🐛 Moltbook Highlights — hot posts from the agent social network (when available)"
      },
      {
        "title": "Prerequisites",
        "body": "gh CLI installed and authenticated (for GitHub API)\nclawdhub CLI installed (for skill registry queries)\njq installed (for JSON processing)\nBrave Search available via agent tools (for web searches)"
      },
      {
        "title": "Installation",
        "body": "Copy this skill to your workspace:\n\nskills/openclaw-news/\n├── SKILL.md              # This file\n├── scripts/\n│   ├── collect_news.sh   # Main data collection script\n│   └── format_briefing.sh # Formats raw data into a clean briefing\n└── state/                # Auto-created; stores last-check timestamps\n    └── last_run.json"
      },
      {
        "title": "Cron Setup",
        "body": "For daily briefings (9 AM):\n\nopenclaw cron add --name \"openclaw-news\" \\\n  --schedule \"0 9 * * *\" \\\n  --prompt \"Run the OpenClaw Ecosystem News skill. Execute scripts/collect_news.sh from skills/openclaw-news/, then format and deliver the briefing.\" \\\n  --channel signal\n\nFor twice-daily (9 AM and 5 PM):\n\nopenclaw cron add --name \"openclaw-news\" \\\n  --schedule \"0 9,17 * * *\" \\\n  --prompt \"Run the OpenClaw Ecosystem News skill. Execute scripts/collect_news.sh from skills/openclaw-news/, then format and deliver the briefing.\" \\\n  --channel signal"
      },
      {
        "title": "Automatic (Cron)",
        "body": "Once the cron is set, briefings arrive on schedule. The script tracks what it already reported via state/last_run.json — you only see what's new."
      },
      {
        "title": "On-Demand",
        "body": "When your human asks \"what's new in OpenClaw?\" or similar:\n\nRun scripts/collect_news.sh from the skill directory\nRun scripts/format_briefing.sh to produce the briefing\nDeliver the output\n\nOr the agent can use the script outputs directly and format conversationally."
      },
      {
        "title": "Diff Mode",
        "body": "The scripts automatically compare against the last run. To force a full scan (ignore previous state), delete state/last_run.json or pass --full:\n\ncd skills/openclaw-news\n./scripts/collect_news.sh --full"
      },
      {
        "title": "Briefing Format",
        "body": "📡 OpenClaw Ecosystem News — Jun 14, 2025\n\n🚀 RELEASES\n• v0.9.2 released — WebSocket stability fixes, new `canvas` action\n  https://github.com/openclaw/openclaw/releases/tag/v0.9.2\n\n🧩 NEW SKILLS\n• weather-alerts v2.1.0 — Added severe weather push notifications\n• home-inventory v1.0.0 — Track household items with camera snaps\n\n🔒 SECURITY\n• Nothing new — all clear ✅\n\n💬 COMMUNITY\n• HN: \"OpenClaw is the missing layer for personal AI\" (142 points)\n  https://news.ycombinator.com/item?id=...\n\n📰 ECOSYSTEM\n• Fortune: \"The rise of always-on AI agents\" (mentions OpenClaw)\n\n—\nLast checked: Jun 13, 2025 09:00 ET\nSources: GitHub, ClawdHub, Brave Search, Moltbook"
      },
      {
        "title": "How the Agent Should Use This",
        "body": "When delivering the briefing:\n\nSignal/SMS: Send as a single message, keep it tight\nDiscord: Can be slightly longer; use embeds if available\nTelegram: Markdown formatting works well\nSkip empty sections entirely (don't say \"Nothing new\" for every category — just omit)\nIf everything is quiet, a one-liner is fine: \"📡 All quiet in the OpenClaw ecosystem today.\""
      },
      {
        "title": "Data Sources",
        "body": "SourceMethodRate LimitsGitHub Releasesgh CLI5000 req/hr (authenticated)GitHub Issues/PRsgh CLISameClawdHub Registryclawdhub exploreMinimalWeb/NewsBrave Search APIPer your planMoltbookAPI (when available)TBDRedditBrave SearchPer your planHNBrave Search / APIGenerous"
      },
      {
        "title": "Works Great With",
        "body": "fulcra-context — Pair with Fulcra context to calibrate when and how news gets delivered. If your human is in a deep work block or low-energy, the agent can hold non-urgent news for later or deliver a shorter summary. Keeps the signal-to-noise ratio high not just in content but in timing."
      },
      {
        "title": "Customization",
        "body": "Edit scripts/collect_news.sh to:\n\nAdd/remove tracked GitHub repos\nChange search queries for community discussions\nAdjust the lookback window (default: since last run, or 24h for first run)\nAdd custom RSS feeds or other sources"
      },
      {
        "title": "Troubleshooting",
        "body": "No GitHub data: Run gh auth status — make sure you're authenticated.\nNo ClawdHub data: Check clawdhub explore --registry https://www.clawhub.ai works.\nStale results: Delete state/last_run.json to force a fresh scan.\nEmpty briefing: If all sections are empty, the script outputs a \"quiet day\" message instead of nothing."
      }
    ],
    "body": "OpenClaw Ecosystem News\n\nVersion: 1.0.0\nAuthor: OpenClaw Community\nTags: news, monitoring, ecosystem, github, community\nRegistry: https://www.clawhub.ai\n\nWhat It Does\n\nAggregates breaking news and developments across the OpenClaw ecosystem into a clean, curated briefing. Pure signal, no noise.\n\nTracks:\n\n🚀 OpenClaw Releases — new versions, tags, important PRs from openclaw/openclaw\n🧩 ClawdHub Skills — recently published or updated skills on the registry\n🔒 Security Advisories — CVEs, security issues, vulnerability discussions\n💬 Community Discussions — HN threads, Reddit posts, notable tweets\n📰 Ecosystem News — major press coverage, new integrations, platform changes\n🐛 Moltbook Highlights — hot posts from the agent social network (when available)\nSetup\nPrerequisites\ngh CLI installed and authenticated (for GitHub API)\nclawdhub CLI installed (for skill registry queries)\njq installed (for JSON processing)\nBrave Search available via agent tools (for web searches)\nInstallation\n\nCopy this skill to your workspace:\n\nskills/openclaw-news/\n├── SKILL.md              # This file\n├── scripts/\n│   ├── collect_news.sh   # Main data collection script\n│   └── format_briefing.sh # Formats raw data into a clean briefing\n└── state/                # Auto-created; stores last-check timestamps\n    └── last_run.json\n\nCron Setup\n\nFor daily briefings (9 AM):\n\nopenclaw cron add --name \"openclaw-news\" \\\n  --schedule \"0 9 * * *\" \\\n  --prompt \"Run the OpenClaw Ecosystem News skill. Execute scripts/collect_news.sh from skills/openclaw-news/, then format and deliver the briefing.\" \\\n  --channel signal\n\n\nFor twice-daily (9 AM and 5 PM):\n\nopenclaw cron add --name \"openclaw-news\" \\\n  --schedule \"0 9,17 * * *\" \\\n  --prompt \"Run the OpenClaw Ecosystem News skill. Execute scripts/collect_news.sh from skills/openclaw-news/, then format and deliver the briefing.\" \\\n  --channel signal\n\nUsage\nAutomatic (Cron)\n\nOnce the cron is set, briefings arrive on schedule. The script tracks what it already reported via state/last_run.json — you only see what's new.\n\nOn-Demand\n\nWhen your human asks \"what's new in OpenClaw?\" or similar:\n\nRun scripts/collect_news.sh from the skill directory\nRun scripts/format_briefing.sh to produce the briefing\nDeliver the output\n\nOr the agent can use the script outputs directly and format conversationally.\n\nDiff Mode\n\nThe scripts automatically compare against the last run. To force a full scan (ignore previous state), delete state/last_run.json or pass --full:\n\ncd skills/openclaw-news\n./scripts/collect_news.sh --full\n\nBriefing Format\n📡 OpenClaw Ecosystem News — Jun 14, 2025\n\n🚀 RELEASES\n• v0.9.2 released — WebSocket stability fixes, new `canvas` action\n  https://github.com/openclaw/openclaw/releases/tag/v0.9.2\n\n🧩 NEW SKILLS\n• weather-alerts v2.1.0 — Added severe weather push notifications\n• home-inventory v1.0.0 — Track household items with camera snaps\n\n🔒 SECURITY\n• Nothing new — all clear ✅\n\n💬 COMMUNITY\n• HN: \"OpenClaw is the missing layer for personal AI\" (142 points)\n  https://news.ycombinator.com/item?id=...\n\n📰 ECOSYSTEM\n• Fortune: \"The rise of always-on AI agents\" (mentions OpenClaw)\n\n—\nLast checked: Jun 13, 2025 09:00 ET\nSources: GitHub, ClawdHub, Brave Search, Moltbook\n\nHow the Agent Should Use This\n\nWhen delivering the briefing:\n\nSignal/SMS: Send as a single message, keep it tight\nDiscord: Can be slightly longer; use embeds if available\nTelegram: Markdown formatting works well\nSkip empty sections entirely (don't say \"Nothing new\" for every category — just omit)\nIf everything is quiet, a one-liner is fine: \"📡 All quiet in the OpenClaw ecosystem today.\"\nData Sources\nSource\tMethod\tRate Limits\nGitHub Releases\tgh CLI\t5000 req/hr (authenticated)\nGitHub Issues/PRs\tgh CLI\tSame\nClawdHub Registry\tclawdhub explore\tMinimal\nWeb/News\tBrave Search API\tPer your plan\nMoltbook\tAPI (when available)\tTBD\nReddit\tBrave Search\tPer your plan\nHN\tBrave Search / API\tGenerous\nWorks Great With\nfulcra-context — Pair with Fulcra context to calibrate when and how news gets delivered. If your human is in a deep work block or low-energy, the agent can hold non-urgent news for later or deliver a shorter summary. Keeps the signal-to-noise ratio high not just in content but in timing.\nCustomization\n\nEdit scripts/collect_news.sh to:\n\nAdd/remove tracked GitHub repos\nChange search queries for community discussions\nAdjust the lookback window (default: since last run, or 24h for first run)\nAdd custom RSS feeds or other sources\nTroubleshooting\n\nNo GitHub data: Run gh auth status — make sure you're authenticated.\nNo ClawdHub data: Check clawdhub explore --registry https://www.clawhub.ai works.\nStale results: Delete state/last_run.json to force a fresh scan.\nEmpty briefing: If all sections are empty, the script outputs a \"quiet day\" message instead of nothing."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/arc-claw-bot/openclaw-news",
    "publisherUrl": "https://clawhub.ai/arc-claw-bot/openclaw-news",
    "owner": "arc-claw-bot",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/openclaw-news",
    "downloadUrl": "https://openagent3.xyz/downloads/openclaw-news",
    "agentUrl": "https://openagent3.xyz/skills/openclaw-news/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-news/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-news/agent.md"
  }
}