industry-intelligence-radar — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited industry-intelligence-radar (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
信息差优势:早知道 = 早行动 = 早收益
| 数据源 | 接入方式 | 是否需配置 | 信号强度 |
|---|---|---|---|
| Hacker News | scan.py 内置(Algolia API) | 否(免费) | ⭐⭐⭐⭐ |
| V2EX | scan.py 内置(官方热门 API) | 否(免费) | ⭐⭐⭐ |
| 36kr / 虎嗅 / 少数派等 | scan.py RSS 源(config.rss) | 否(填 RSS 地址即可) | ⭐⭐⭐ |
| X/Twitter | Agent 联网搜索 / X API | 需 X API Key | ⭐⭐⭐⭐⭐ |
| 即刻 | Agent 联网搜索 | 需搜索能力 | ⭐⭐⭐⭐ |
scan.py 仅用 Python 标准库即可跑通 HN + V2EX + 任意 RSS 源,零依赖、无需 API Key。 X/即刻没有稳定的公开接口,由 Agent 用联网搜索能力补充(见 Phase 1)。AI/Agent:
- "AI agent" OR "AI 工具" OR "LLM" OR "大模型"
- "Claude" OR "GPT" OR "Gemini" OR "DeepSeek"
- "MCP" OR "tool use" OR "function calling"
半导体:
- "半导体" OR "芯片" OR "chip" OR "semiconductor"
- "台积电" OR "TSMC" OR "英伟达" OR "NVIDIA"
航天:
- "航天" OR "火箭" OR "卫星" OR "SpaceX"
- "星链" OR "Starlink"
新能源:
- "新能源" OR "电动车" OR "电池"
- "特斯拉" OR "Tesla" OR "比亚迪"
游戏:
- "游戏" OR "Steam" OR "Switch" OR "PS5"
- "米哈游" OR "原神" OR "黑神话"
跨境电商:
- "跨境电商" OR "TikTok Shop" OR "SHEIN"
- "独立站" OR "DTC"
创业/投资:
- "创业" OR "融资" OR "投资"
- "YC" OR "a16z" OR "红杉"① 脚本扫描(HN + V2EX + RSS,免费、可 cron)
# 用内置关键词矩阵扫最近 24 小时,输出简报到文件
python3 scripts/scan.py --hours 24 --output 简报-$(date +%F).md
# 自定义关键词 / 追加 RSS 源(36kr、虎嗅、少数派等)
python3 scripts/scan.py --config keywords.json --hours 24keywords.json 示例:
{
"keywords": {
"AI/Agent": ["AI agent", "LLM", "Claude", "MCP"],
"半导体": ["半导体", "NVIDIA", "TSMC"]
},
"high_signal": ["融资", "发布", "launch", "raise"],
"rss": ["https://www.36kr.com/feed", "https://sspai.com/feed"]
}② Agent 联网补充(X / 即刻,需搜索能力)
脚本覆盖不到的实时社交信号,由 Agent 用联网搜索补充,再并入简报:
搜索 X/Twitter:"AI agent OR LLM OR 大模型" 最近 24 小时高互动内容
搜索即刻:"AI OR Agent OR 创业" 高质量讨论过滤规则:
检测维度:
输出格式:
# 📡 行业情报简报 - YYYY-MM-DD
## 🔴 高信号(必须关注)
### 1. [事件标题]
- **来源**:X/Twitter @xxx
- **时间**:2 小时前
- **摘要**:一句话概括
- **影响**:对我/行业的影响
- **行动建议**:是否需要立即响应
## 🟡 中信号(值得了解)
### 2. [事件标题]
- **来源**:即刻 @xxx
- **摘要**:一句话概括
- **关联**:与我关注的 XX 领域相关
## 📈 趋势观察
### [趋势名称]
- **热度**:⬆️ 上升 / ⬇️ 下降 / ➡️ 平稳
- **持续时间**:X 天
- **相关讨论**:[链接1] [链接2]
## 💡 机会洞察
基于今日情报,发现以下潜在机会:
1. [机会1]
2. [机会2]
## 📊 数据统计
- 扫描源:5 个
- 原始条目:150+
- 筛选后:25 条
- 高信号:3 条# 每日早报(工作日 8:30)
schedule: "30 8 * * 1-5"
deliver: feishu
# 可选:午间快报(12:00)
schedule: "0 12 * * 1-5"
deliver: feishuwiki/📡 外部输入/情报/~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.