{
  "schemaVersion": "1.0",
  "item": {
    "slug": "multisource-intel-radar",
    "name": "Multisource Intel Radar",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/Rogerrrr18/multisource-intel-radar",
    "canonicalUrl": "https://clawhub.ai/Rogerrrr18/multisource-intel-radar",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/multisource-intel-radar",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=multisource-intel-radar",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "_meta.json",
      "assets/feeds.txt",
      "assets/wechat_watchlist.txt",
      "assets/xhs_watchlist.txt",
      "references/scoring-and-ops.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-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/multisource-intel-radar"
    },
    "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/multisource-intel-radar",
    "agentPageUrl": "https://openagent3.xyz/skills/multisource-intel-radar/agent",
    "manifestUrl": "https://openagent3.xyz/skills/multisource-intel-radar/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/multisource-intel-radar/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": "Multi-Source Intel Radar",
        "body": "Create a founder-grade signal system: less junk, more decisions."
      },
      {
        "title": "Inputs",
        "body": "OPML file (default: /Users/rogeryang/Downloads/follow.opml)\nKeyword whitelist (default: 创业, AI, 增长, 金融)\nOptional source lists for non-RSS channels (X list links, subreddit list, WeChat/XHS accounts)"
      },
      {
        "title": "Output Contract",
        "body": "Always output:\n\nTop 3 must-read signals (one-line why + one action + clickable source link)\nTop 5 watchlist items (with source link)\nDropped noise summary (what got filtered and why)\nFilter transparency (counts + rates: scanned -> matched -> shortlisted -> top3)\nNext experiment (one concrete growth/ops move)"
      },
      {
        "title": "Step 1) Ingest feed sources",
        "body": "Parse OPML with scripts/parse_opml.py\nGenerate normalized feed list: assets/feeds.txt"
      },
      {
        "title": "Step 2) Fetch + filter",
        "body": "Run scripts/build_digest.py with keyword whitelist\nTime window default: last 48h\nKeep only items that match whitelist in title/summary\nFor Xiaohongshu: do browser search (not watchlist-dependent), using keyword combos like:\n\n创业 AI 增长\nAI 产品 复盘\n增长运营 案例\nThen append top findings with profile/note links."
      },
      {
        "title": "Step 3) Score items",
        "body": "Use this weighted scoring:\n\nRelevance to whitelist (40%)\nActionability in 7 days (30%)\nNovelty / non-obviousness (20%)\nEvidence density (10%)"
      },
      {
        "title": "Step 4) Summarize for execution",
        "body": "For each selected item, provide:\n\nCore insight (1 sentence)\nWhy it matters for current product\nSuggested action today (1 step)"
      },
      {
        "title": "Source Coverage Notes",
        "body": "YouTube/X/Reddit often available via RSSHub or platform feeds in OPML\nWeChat OA and Xiaohongshu are often not natively RSS; add via:\n\nRSS bridge links (if available)\nManual watchlist files (assets/wechat_watchlist.txt, assets/xhs_watchlist.txt)\n\n\nIf a source has no feed, include it in watchlist and mark as manual scan required"
      },
      {
        "title": "Anti-Noise Rules",
        "body": "Do not output generic motivational posts\nDrop repeated观点 without new evidence\nPrefer first-hand data / concrete case over opinion\nKeep digest under 10 items total"
      },
      {
        "title": "Daily Cadence (recommended)",
        "body": "09:30: morning digest (strategic)\n18:30: evening digest (tactical)"
      },
      {
        "title": "Keyword Defaults",
        "body": "创业, AI, 增长, 金融\n\nIf user provides new keywords, merge and deduplicate."
      },
      {
        "title": "Files",
        "body": "Parser: scripts/parse_opml.py\nDigest builder: scripts/build_digest.py\nNotes: references/scoring-and-ops.md"
      }
    ],
    "body": "Multi-Source Intel Radar\n\nCreate a founder-grade signal system: less junk, more decisions.\n\nInputs\nOPML file (default: /Users/rogeryang/Downloads/follow.opml)\nKeyword whitelist (default: 创业, AI, 增长, 金融)\nOptional source lists for non-RSS channels (X list links, subreddit list, WeChat/XHS accounts)\nOutput Contract\n\nAlways output:\n\nTop 3 must-read signals (one-line why + one action + clickable source link)\nTop 5 watchlist items (with source link)\nDropped noise summary (what got filtered and why)\nFilter transparency (counts + rates: scanned -> matched -> shortlisted -> top3)\nNext experiment (one concrete growth/ops move)\nWorkflow\nStep 1) Ingest feed sources\nParse OPML with scripts/parse_opml.py\nGenerate normalized feed list: assets/feeds.txt\nStep 2) Fetch + filter\nRun scripts/build_digest.py with keyword whitelist\nTime window default: last 48h\nKeep only items that match whitelist in title/summary\nFor Xiaohongshu: do browser search (not watchlist-dependent), using keyword combos like:\n创业 AI 增长\nAI 产品 复盘\n增长运营 案例 Then append top findings with profile/note links.\nStep 3) Score items\n\nUse this weighted scoring:\n\nRelevance to whitelist (40%)\nActionability in 7 days (30%)\nNovelty / non-obviousness (20%)\nEvidence density (10%)\nStep 4) Summarize for execution\n\nFor each selected item, provide:\n\nCore insight (1 sentence)\nWhy it matters for current product\nSuggested action today (1 step)\nSource Coverage Notes\nYouTube/X/Reddit often available via RSSHub or platform feeds in OPML\nWeChat OA and Xiaohongshu are often not natively RSS; add via:\nRSS bridge links (if available)\nManual watchlist files (assets/wechat_watchlist.txt, assets/xhs_watchlist.txt)\nIf a source has no feed, include it in watchlist and mark as manual scan required\nAnti-Noise Rules\nDo not output generic motivational posts\nDrop repeated观点 without new evidence\nPrefer first-hand data / concrete case over opinion\nKeep digest under 10 items total\nDaily Cadence (recommended)\n09:30: morning digest (strategic)\n18:30: evening digest (tactical)\nKeyword Defaults\n\n创业, AI, 增长, 金融\n\nIf user provides new keywords, merge and deduplicate.\n\nFiles\nParser: scripts/parse_opml.py\nDigest builder: scripts/build_digest.py\nNotes: references/scoring-and-ops.md"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Rogerrrr18/multisource-intel-radar",
    "publisherUrl": "https://clawhub.ai/Rogerrrr18/multisource-intel-radar",
    "owner": "Rogerrrr18",
    "version": "0.1.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/multisource-intel-radar",
    "downloadUrl": "https://openagent3.xyz/downloads/multisource-intel-radar",
    "agentUrl": "https://openagent3.xyz/skills/multisource-intel-radar/agent",
    "manifestUrl": "https://openagent3.xyz/skills/multisource-intel-radar/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/multisource-intel-radar/agent.md"
  }
}