# Send Multisource Intel Radar to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- 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.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "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": {
    "downloadUrl": "/downloads/multisource-intel-radar",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=multisource-intel-radar",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "_meta.json",
      "assets/feeds.txt",
      "assets/wechat_watchlist.txt",
      "assets/xhs_watchlist.txt",
      "references/scoring-and-ops.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "multisource-intel-radar",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T17:01:34.605Z",
      "expiresAt": "2026-05-07T17:01:34.605Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=multisource-intel-radar",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=multisource-intel-radar",
        "contentDisposition": "attachment; filename=\"multisource-intel-radar-0.1.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "multisource-intel-radar"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "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."
      ]
    }
  },
  "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"
  }
}
```
## Documentation

### Multi-Source Intel Radar

Create a founder-grade signal system: less junk, more decisions.

### Inputs

OPML file (default: /Users/rogeryang/Downloads/follow.opml)
Keyword whitelist (default: 创业, AI, 增长, 金融)
Optional source lists for non-RSS channels (X list links, subreddit list, WeChat/XHS accounts)

### Output Contract

Always output:

Top 3 must-read signals (one-line why + one action + clickable source link)
Top 5 watchlist items (with source link)
Dropped noise summary (what got filtered and why)
Filter transparency (counts + rates: scanned -> matched -> shortlisted -> top3)
Next experiment (one concrete growth/ops move)

### Step 1) Ingest feed sources

Parse OPML with scripts/parse_opml.py
Generate normalized feed list: assets/feeds.txt

### Step 2) Fetch + filter

Run scripts/build_digest.py with keyword whitelist
Time window default: last 48h
Keep only items that match whitelist in title/summary
For Xiaohongshu: do browser search (not watchlist-dependent), using keyword combos like:

创业 AI 增长
AI 产品 复盘
增长运营 案例
Then append top findings with profile/note links.

### Step 3) Score items

Use this weighted scoring:

Relevance to whitelist (40%)
Actionability in 7 days (30%)
Novelty / non-obviousness (20%)
Evidence density (10%)

### Step 4) Summarize for execution

For each selected item, provide:

Core insight (1 sentence)
Why it matters for current product
Suggested action today (1 step)

### Source Coverage Notes

YouTube/X/Reddit often available via RSSHub or platform feeds in OPML
WeChat OA and Xiaohongshu are often not natively RSS; add via:

RSS bridge links (if available)
Manual watchlist files (assets/wechat_watchlist.txt, assets/xhs_watchlist.txt)


If a source has no feed, include it in watchlist and mark as manual scan required

### Anti-Noise Rules

Do not output generic motivational posts
Drop repeated观点 without new evidence
Prefer first-hand data / concrete case over opinion
Keep digest under 10 items total

### Daily Cadence (recommended)

09:30: morning digest (strategic)
18:30: evening digest (tactical)

### Keyword Defaults

创业, AI, 增长, 金融

If user provides new keywords, merge and deduplicate.

### Files

Parser: scripts/parse_opml.py
Digest builder: scripts/build_digest.py
Notes: references/scoring-and-ops.md
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Rogerrrr18
- Version: 0.1.1
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-30T17:01:34.605Z
- Expires at: 2026-05-07T17:01:34.605Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/multisource-intel-radar)
- [Send to Agent page](https://openagent3.xyz/skills/multisource-intel-radar/agent)
- [JSON manifest](https://openagent3.xyz/skills/multisource-intel-radar/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/multisource-intel-radar/agent.md)
- [Download page](https://openagent3.xyz/downloads/multisource-intel-radar)