Industry Intelligence Radar

Zero-dependency scanner that aggregates HN, V2EX and RSS into a signal-graded daily industry briefing

Tested · Works

Test report

Verdict
Tested · Works
Score
8.8/10
Tested
Jul 17, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 603bdf0

Ran the bundled scan.py live: one command pulled 223 raw Hacker News stories over 72h and filtered them to 86 keyword-matched, signal-graded items with real current headlines (DeepSeek IPO, delayed Gemini, Starship scrub), all deduped and sorted high-signal-first. A no-skill baseline of manual searches can't reproduce that breadth or reproducibility. Standard-library only, no API keys; V2EX endpoint is flaky so HN carries the load.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 8/10
  • Docs & honesty 4/5

What Industry Intelligence Radar does

Runs a stdlib-only Python scanner that pulls recent items from Hacker News (Algolia), V2EX and arbitrary RSS feeds, filters them through a keyword matrix, grades signal strength, and emits a Markdown intelligence briefing. Triggers on requests for industry intelligence, competitor monitoring or hot-topic scanning.

How to install Industry Intelligence Radar

git clone https://github.com/chubbyguan/chubbyskills.git
mkdir -p ~/.claude/skills
cd chubbyskills && cp -r industry-intelligence-radar ~/.claude/skills/industry-intelligence-radar

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Industry Intelligence Radar

  • /industry-intelligence-radar Zero-dependency scanner that aggregates HN, V2EX and RSS into a signal-graded daily industry briefing

It also activates on plain-language prompts like these:

  • 帮我扫描一下黑客新闻和V2EX上的帖子,生成一份今天的人工智能和芯片行业情报简报
  • 我需要一份覆盖过去72小时的竞品动态和行业热点话题的监控简报,麻烦按信号强弱排序整理给我
  • 汇总一下今天科技圈里关于航天发射和半导体产业链的热点新闻,做成一份简报发给我看看

Frequently asked questions

Is the Industry Intelligence Radar skill free?
Yes. The skill itself is free from chubbyguan/chubbyskills. SkillProof publishes the install command and an independent test verdict at no cost.
Does Industry Intelligence Radar work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 17, 2026. Verdict: Tested · Works. Ran the bundled scan.py live: one command pulled 223 raw Hacker News stories over 72h and filtered them to 86 keyword-matched, signal-graded items with real current headlines (DeepSeek IPO, delayed Gemini, Starship scrub), all deduped and sorted high-signal-first. A no-skill baseline of manual searches can't reproduce that breadth or reproducibility. Standard-library only, no API keys; V2EX endpoint is flaky so HN carries the load.
What is the Industry Intelligence Radar SkillProof Score?
8.8/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 4/5.
How do I install Industry Intelligence Radar?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Industry Intelligence Radar with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.