← Back to Skills Marketplace
Multisource Intel Radar
by
Roger Yang
· GitHub ↗
· v0.1.1
486
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install multisource-intel-radar
Description
Build and run a high-signal information radar for C-end founders and operators across YouTube, X/Twitter, Reddit, WeChat Official Accounts, and Xiaohongshu....
Usage Guidance
Before installing or running: (1) Note that the code only implements OPML->feeds parsing and RSS/Atom fetching + scoring — WeChat/Xiaohongshu scraping and 'browser search' are described but not implemented; expect manual steps or additional tooling if you need those sources. (2) The SKILL.md default OPML path points to a personal home directory; check and sanitize your OPML (assets/feeds.txt) so you don't leak private feed URLs. (3) The scripts make outbound HTTP requests to up to 20 feeds (default) — review the feed list for unwanted domains and be mindful of rate limits and scraping legality for non-RSS platforms. (4) If you need automated XHS/WeChat ingestion, ask the author for details or a concrete, auditable implementation (including how credentials/session cookies are handled); avoid running opaque browser automation. (5) Run the scripts in a sandboxed environment first and inspect outputs (and feed URLs) before integrating into daily automation.
Capability Analysis
Type: OpenClaw Skill
Name: multisource-intel-radar
Version: 0.1.1
The skill is classified as suspicious due to its reliance on fetching content from arbitrary URLs specified in user-provided OPML files and the explicit instruction in `SKILL.md` for the AI agent to perform 'browser search' for certain sources (e.g., Xiaohongshu). While these capabilities are aligned with the stated purpose of building an 'information radar,' they represent significant attack surfaces. The `scripts/build_digest.py` script makes network requests to external URLs, and `scripts/parse_opml.py` processes user-supplied XML, both of which could be exploited if malicious input is provided, even though the scripts themselves do not exhibit malicious intent or direct exploitation.
Capability Assessment
Purpose & Capability
The name/description (multi-source radar across RSS/OPML + non-RSS sources) largely matches the included parsing and digest scripts which handle OPML -> feeds and RSS/Atom scoring. However the skill claims support for non-RSS sources (WeChat OA, Xiaohongshu) and browser search for XHS which are not implemented in the code; that capability mismatch is unexplained but could be intended as a manual step.
Instruction Scope
SKILL.md instructs parsing a user-specific OPML default (/Users/rogeryang/Downloads/follow.opml), running browser searches for Xiaohongshu, and using watchlist files for WeChat/XHS. The provided scripts only handle OPML parsing and RSS/Atom fetching/scoring — there is no code to perform browser searches, scrape WeChat/XHS, or integrate those watchlists. The default path may cause accidental exposure of local private feeds; the instructions also leave scraping/legal/credential details unspecified.
Install Mechanism
No install spec or remote downloads; included code files are plain Python scripts with standard library usage (urllib, xml.etree). No third-party packages or external installers are pulled in.
Credentials
The skill declares no required environment variables, credentials, or config paths. The scripts make outbound HTTP(S) requests to feed URLs but do not request secrets or access other system credentials.
Persistence & Privilege
The skill does not request always:true and is user-invocable only. It does not modify other skills or claim persistent system-wide privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install multisource-intel-radar - After installation, invoke the skill by name or use
/multisource-intel-radar - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.1
Refined briefing workflow and filtering logic.
v0.1.0
- Initial release of multisource-intel-radar skill.
- Supports ingesting OPML/RSS, X/Twitter, Reddit, WeChat Official Accounts, and Xiaohongshu sources.
- Adds keyword-whitelist filtering (创业, AI, 增长, 金融 by default).
- Outputs: top 3 must-reads (with actions), top 5 watchlist, noise summary, and a next growth/ops experiment.
- Implements noise reduction and scoring system for relevance and actionability.
- Accommodates manual tracking for non-RSS sources.
Metadata
Frequently Asked Questions
What is Multisource Intel Radar?
Build and run a high-signal information radar for C-end founders and operators across YouTube, X/Twitter, Reddit, WeChat Official Accounts, and Xiaohongshu.... It is an AI Agent Skill for Claude Code / OpenClaw, with 486 downloads so far.
How do I install Multisource Intel Radar?
Run "/install multisource-intel-radar" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Multisource Intel Radar free?
Yes, Multisource Intel Radar is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Multisource Intel Radar support?
Multisource Intel Radar is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Multisource Intel Radar?
It is built and maintained by Roger Yang (@rogerrrr18); the current version is v0.1.1.
More Skills