{
  "schemaVersion": "1.0",
  "item": {
    "slug": "daily-news-digest",
    "name": "Daily News Digest",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/ivangdavila/daily-news-digest",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/daily-news-digest",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/daily-news-digest",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=daily-news-digest",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "formats.md",
      "memory-template.md",
      "scheduling.md",
      "setup.md",
      "sources.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/daily-news-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/daily-news-digest",
    "agentPageUrl": "https://openagent3.xyz/skills/daily-news-digest/agent",
    "manifestUrl": "https://openagent3.xyz/skills/daily-news-digest/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/daily-news-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": "Daily News Digest 📰",
        "body": "Your AI News Chief of Staff. Multi-source aggregation, intelligent prioritization, time-aware delivery, and deep-dive on demand. Never miss what matters, never drown in noise."
      },
      {
        "title": "Setup",
        "body": "On first use, read setup.md for integration guidelines. The setup process learns preferences through conversation."
      },
      {
        "title": "When to Use",
        "body": "User asks for news updates, daily briefings, current events, or scheduled news delivery. Handles source selection, topic filtering, format preferences, and automated scheduling."
      },
      {
        "title": "Architecture",
        "body": "Memory lives in ~/daily-news-digest/. See memory-template.md for structure.\n\n~/daily-news-digest/\n├── memory.md           # Preferences + delivery schedule + learned interests\n├── sources.md          # Configured sources + quality scores\n├── archive/            # Past briefings for reference\n│   └── YYYY-MM-DD.md   # Daily archives\n└── cache/              # Temporary fetch cache (auto-cleaned)"
      },
      {
        "title": "Quick Reference",
        "body": "TopicFileSetup processsetup.mdMemory templatememory-template.mdSource configurationsources.mdBriefing formatsformats.mdScheduling guidescheduling.md"
      },
      {
        "title": "1. Multi-Source Aggregation",
        "body": "Fetch from multiple source types for comprehensive coverage:\n\nSource TypeMethodBest ForRSS feedsDirect fetchEstablished outlets, blogsWeb searchBrave Search APIBreaking news, trendingPublic APIsREST callsHacker News, Reddit public\n\nCombine sources to avoid single-point-of-failure. If one fails, others compensate."
      },
      {
        "title": "2. Intelligent Deduplication",
        "body": "Same story appears across multiple outlets. Detect and merge:\n\nHeadline similarity >70% = same story\nKeep version with most detail\nNote which outlets covered it (credibility signal)\nNever show duplicate stories in briefing"
      },
      {
        "title": "3. Priority Scoring",
        "body": "Rank stories by importance, not just recency:\n\nSignalWeightRationaleUser topic match+40PersonalizationMulti-outlet coverage+25Importance indicatorBreaking/trending tag+20TimelinessTrusted source+15Quality signalRecency (last 6h)+10Freshness"
      },
      {
        "title": "4. Respect Preferences",
        "body": "Memory stores learned preferences. Always check before fetching:\n\nTopics: Include/exclude lists\nSources: Preferred/blocked outlets\nGeography: Local emphasis level\nSchedule: Delivery times + frequency\n\nNever override user preferences. If conflict, ask."
      },
      {
        "title": "5. Format Adaptation",
        "body": "Deliver in user's preferred format:\n\nFormatWhenOutputBrief\"quick update\"3-5 headlines, 1 line eachStandarddefault8-12 stories, 2-3 sentences eachDeep Dive\"full briefing\"All stories, full contextAudio\"voice/listen\"TTS via elevenlabs or systemArchive\"save this\"Markdown file in archive/"
      },
      {
        "title": "6. Time-Aware Delivery",
        "body": "Adapt tone and content based on time of day:\n\nTimeModeBehavior6-11amMorningEnergetic, forward-looking, \"here's what's happening today\"12-5pmMiddayNeutral, focused on breaking/developing stories6-10pmEveningReflective recap, \"what you might have missed\"WeekendRelaxedLighter content, skip urgent tone, more features/analysis"
      },
      {
        "title": "7. Interactive Deep-Dive",
        "body": "End every briefing with: \"Reply with any story number to dive deeper.\"\n\nWhen user replies with a number:\n\nFetch full article content\nSummarize with more context\nShow related stories\nOffer: \"Want the full article link?\""
      },
      {
        "title": "8. Scheduled Delivery",
        "body": "Integrate with OpenClaw cron for automated briefings:\n\nUser: \"Send me news every morning at 8am\"\n→ Create cron job with appropriate systemEvent\n→ Briefing auto-delivers to configured channel\n\nTrack delivery history in memory. Don't duplicate if already sent."
      },
      {
        "title": "9. Source Quality Tracking",
        "body": "Maintain quality scores per source in sources.md:\n\nAccuracy of headlines vs content\nPaywall frequency\nAd density\nUpdate freshness\nUser feedback signals\n\nDeprioritize low-quality sources over time."
      },
      {
        "title": "10. Graceful Degradation",
        "body": "Work with whatever is available. If a source fails:\n\nLog the failure\nContinue with other sources\nNever fail completely because one source is down\nMention \"X sources unavailable\" only if significant"
      },
      {
        "title": "Common Traps",
        "body": "Overwhelming the user → Default to Standard format (8-12 stories), not everything\nStale news → Always check story age, skip >24h unless explicitly requested\nPaywall frustration → Detect paywalls, warn user, offer alternative source\nMissing local news → Ask geography on first use, maintain local source list\nDuplicate stories → Always run dedup before presenting\nSilent failures → If source fetch fails, log and continue with others"
      },
      {
        "title": "External Endpoints",
        "body": "EndpointData SentPurposeRSS feed URLsNone (GET only)Fetch headlinesBrave Search APIQuery textTrending/breaking newsHacker News APINone (GET only)Tech newsReddit JSON APINone (GET only)Public subreddit feedsElevenLabs TTS (optional)Briefing textVoice synthesis\n\nNo other data is sent externally.\n\nCredential handling: Brave Search and ElevenLabs credentials are managed by OpenClaw platform configuration. RSS, Hacker News, and Reddit public APIs require no authentication. Scheduled deliveries use OpenClaw's built-in channel integrations."
      },
      {
        "title": "Security & Privacy",
        "body": "Data that leaves your machine:\n\nSearch queries sent to Brave API for news discovery\nBriefing text sent to TTS service (if voice enabled)\n\nData that stays local:\n\nAll preferences in ~/daily-news-digest/\nArchive of past briefings\nSource quality scores\nNo telemetry or analytics\n\nThis skill does NOT:\n\nShare reading habits with third parties\nStore credentials in plain text\nAccess files outside ~/daily-news-digest/\nModify itself or other skills"
      },
      {
        "title": "Trust",
        "body": "By using this skill with voice features, briefing text is sent to ElevenLabs.\nOnly enable voice synthesis if you trust this service with your news content."
      },
      {
        "title": "Related Skills",
        "body": "Install with clawhub install <slug> if user confirms:\n\nnews — personalized news with learning\nsummarizer — article summarization\npodcast — audio content discovery\nschedule — calendar and scheduling\ndigest — general content digests"
      },
      {
        "title": "Feedback",
        "body": "If useful: clawhub star daily-news-digest\nStay updated: clawhub sync"
      }
    ],
    "body": "Daily News Digest 📰\n\nYour AI News Chief of Staff. Multi-source aggregation, intelligent prioritization, time-aware delivery, and deep-dive on demand. Never miss what matters, never drown in noise.\n\nSetup\n\nOn first use, read setup.md for integration guidelines. The setup process learns preferences through conversation.\n\nWhen to Use\n\nUser asks for news updates, daily briefings, current events, or scheduled news delivery. Handles source selection, topic filtering, format preferences, and automated scheduling.\n\nArchitecture\n\nMemory lives in ~/daily-news-digest/. See memory-template.md for structure.\n\n~/daily-news-digest/\n├── memory.md           # Preferences + delivery schedule + learned interests\n├── sources.md          # Configured sources + quality scores\n├── archive/            # Past briefings for reference\n│   └── YYYY-MM-DD.md   # Daily archives\n└── cache/              # Temporary fetch cache (auto-cleaned)\n\nQuick Reference\nTopic\tFile\nSetup process\tsetup.md\nMemory template\tmemory-template.md\nSource configuration\tsources.md\nBriefing formats\tformats.md\nScheduling guide\tscheduling.md\nCore Rules\n1. Multi-Source Aggregation\n\nFetch from multiple source types for comprehensive coverage:\n\nSource Type\tMethod\tBest For\nRSS feeds\tDirect fetch\tEstablished outlets, blogs\nWeb search\tBrave Search API\tBreaking news, trending\nPublic APIs\tREST calls\tHacker News, Reddit public\n\nCombine sources to avoid single-point-of-failure. If one fails, others compensate.\n\n2. Intelligent Deduplication\n\nSame story appears across multiple outlets. Detect and merge:\n\nHeadline similarity >70% = same story\nKeep version with most detail\nNote which outlets covered it (credibility signal)\nNever show duplicate stories in briefing\n3. Priority Scoring\n\nRank stories by importance, not just recency:\n\nSignal\tWeight\tRationale\nUser topic match\t+40\tPersonalization\nMulti-outlet coverage\t+25\tImportance indicator\nBreaking/trending tag\t+20\tTimeliness\nTrusted source\t+15\tQuality signal\nRecency (last 6h)\t+10\tFreshness\n4. Respect Preferences\n\nMemory stores learned preferences. Always check before fetching:\n\nTopics: Include/exclude lists\nSources: Preferred/blocked outlets\nGeography: Local emphasis level\nSchedule: Delivery times + frequency\n\nNever override user preferences. If conflict, ask.\n\n5. Format Adaptation\n\nDeliver in user's preferred format:\n\nFormat\tWhen\tOutput\nBrief\t\"quick update\"\t3-5 headlines, 1 line each\nStandard\tdefault\t8-12 stories, 2-3 sentences each\nDeep Dive\t\"full briefing\"\tAll stories, full context\nAudio\t\"voice/listen\"\tTTS via elevenlabs or system\nArchive\t\"save this\"\tMarkdown file in archive/\n6. Time-Aware Delivery\n\nAdapt tone and content based on time of day:\n\nTime\tMode\tBehavior\n6-11am\tMorning\tEnergetic, forward-looking, \"here's what's happening today\"\n12-5pm\tMidday\tNeutral, focused on breaking/developing stories\n6-10pm\tEvening\tReflective recap, \"what you might have missed\"\nWeekend\tRelaxed\tLighter content, skip urgent tone, more features/analysis\n7. Interactive Deep-Dive\n\nEnd every briefing with: \"Reply with any story number to dive deeper.\"\n\nWhen user replies with a number:\n\nFetch full article content\nSummarize with more context\nShow related stories\nOffer: \"Want the full article link?\"\n8. Scheduled Delivery\n\nIntegrate with OpenClaw cron for automated briefings:\n\nUser: \"Send me news every morning at 8am\"\n→ Create cron job with appropriate systemEvent\n→ Briefing auto-delivers to configured channel\n\n\nTrack delivery history in memory. Don't duplicate if already sent.\n\n9. Source Quality Tracking\n\nMaintain quality scores per source in sources.md:\n\nAccuracy of headlines vs content\nPaywall frequency\nAd density\nUpdate freshness\nUser feedback signals\n\nDeprioritize low-quality sources over time.\n\n10. Graceful Degradation\n\nWork with whatever is available. If a source fails:\n\nLog the failure\nContinue with other sources\nNever fail completely because one source is down\nMention \"X sources unavailable\" only if significant\nCommon Traps\nOverwhelming the user → Default to Standard format (8-12 stories), not everything\nStale news → Always check story age, skip >24h unless explicitly requested\nPaywall frustration → Detect paywalls, warn user, offer alternative source\nMissing local news → Ask geography on first use, maintain local source list\nDuplicate stories → Always run dedup before presenting\nSilent failures → If source fetch fails, log and continue with others\nExternal Endpoints\nEndpoint\tData Sent\tPurpose\nRSS feed URLs\tNone (GET only)\tFetch headlines\nBrave Search API\tQuery text\tTrending/breaking news\nHacker News API\tNone (GET only)\tTech news\nReddit JSON API\tNone (GET only)\tPublic subreddit feeds\nElevenLabs TTS (optional)\tBriefing text\tVoice synthesis\n\nNo other data is sent externally.\n\nCredential handling: Brave Search and ElevenLabs credentials are managed by OpenClaw platform configuration. RSS, Hacker News, and Reddit public APIs require no authentication. Scheduled deliveries use OpenClaw's built-in channel integrations.\n\nSecurity & Privacy\n\nData that leaves your machine:\n\nSearch queries sent to Brave API for news discovery\nBriefing text sent to TTS service (if voice enabled)\n\nData that stays local:\n\nAll preferences in ~/daily-news-digest/\nArchive of past briefings\nSource quality scores\nNo telemetry or analytics\n\nThis skill does NOT:\n\nShare reading habits with third parties\nStore credentials in plain text\nAccess files outside ~/daily-news-digest/\nModify itself or other skills\nTrust\n\nBy using this skill with voice features, briefing text is sent to ElevenLabs. Only enable voice synthesis if you trust this service with your news content.\n\nRelated Skills\n\nInstall with clawhub install <slug> if user confirms:\n\nnews — personalized news with learning\nsummarizer — article summarization\npodcast — audio content discovery\nschedule — calendar and scheduling\ndigest — general content digests\nFeedback\nIf useful: clawhub star daily-news-digest\nStay updated: clawhub sync"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/ivangdavila/daily-news-digest",
    "publisherUrl": "https://clawhub.ai/ivangdavila/daily-news-digest",
    "owner": "ivangdavila",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/daily-news-digest",
    "downloadUrl": "https://openagent3.xyz/downloads/daily-news-digest",
    "agentUrl": "https://openagent3.xyz/skills/daily-news-digest/agent",
    "manifestUrl": "https://openagent3.xyz/skills/daily-news-digest/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/daily-news-digest/agent.md"
  }
}