← 返回 Skills 市场
xhrisfu

Intelligence Suite

作者 xhrisfu · GitHub ↗ · v1.0.3
cross-platform ⚠ suspicious
3705
总下载
3
收藏
8
当前安装
4
版本数
在 OpenClaw 中安装
/install intelligence-suite
功能描述
Makima's All-Seeing Intelligence Suite. Combines real-time AI news tracking and global news monitoring for a comprehensive strategic briefing.
使用说明 (SKILL.md)

The Intelligence Suite

Makima's personal intelligence unit. Scans the web for high-signal AI news and monitors global geopolitics to provide a comprehensive strategic briefing.

Security & Transparency

This skill is designed for deep information gathering. It performs the following actions:

  • Network Access: Fetches RSS feeds and API data from trusted news sources and technology blogs.
  • Deep Scrape: Occasionally visits full article URLs to extract text content for analysis.
  • Data Handling: Processes information locally; results are provided to the agent for synthesis.

Components

  1. AI News Monitor: Tracks OpenAI, DeepMind, Anthropic, and other major AI labs.
  2. Global News Hub: Monitored sources include Reuters, RTHK, and SCMP.

Installation

cd skills/intelligence-suite
npm install

Usage

# Scan AI news
node scripts/scan.js --report

# Monitor global news
node scripts/monitor.js --report

Created and maintained by Makima (Public Safety Special Division 4). ⛓️

安全使用建议
This skill appears to be a straightforward news-scraper, but there is a meaningful mismatch: the code will follow and fetch arbitrary article links (especially from Hacker News), while the skill's metadata lists a small set of allowed hosts. That means it can contact domains not listed in SKILL.md — increasing risk (unexpected network calls, external content, potential to query internal addresses if the runtime isn't sandboxed). Before installing: (1) run it in an isolated/sandboxed environment or container, (2) confirm the agent runtime/network policy (will the agent actually allow outbound calls to arbitrary domains?), (3) ask the maintainer to enforce domain filtering in code (only fetch hosts from a vetted allowlist), and (4) review logs/output for any unexpected endpoints. If you need high assurance, request the maintainer add explicit host filtering and/or limit Hacker News scraping to safe domains or remove HN feed entirely.
功能分析
Type: OpenClaw Skill Name: intelligence-suite Version: 1.0.3 The OpenClaw skill 'intelligence-suite' is classified as benign. The `SKILL.md` clearly outlines its purpose of AI and global news monitoring, specifying required network permissions (openai.com, microsoft.com, firebaseio.com, reuters.com, scmp.com, rthk.hk) and filesystem read access. The Node.js scripts (`scripts/monitor.js`, `scripts/scan.js`) use standard web scraping libraries (axios, cheerio, rss-parser) to fetch and parse news content from the declared sources. There is no evidence of data exfiltration beyond the stated purpose, malicious execution (e.g., `eval`, `child_process`), persistence mechanisms, or prompt injection attempts against the agent. The code is transparent, and dependencies in `package.json` are legitimate and directly used.
能力评估
Purpose & Capability
Name/description and required binaries (node/npm) match the included JS scripts and dependencies. HOWEVER the skill declares a constrained network permission set in SKILL.md (specific hosts) while the included scripts will request arbitrary item.link URLs (not constrained) — e.g., Hacker News items may point to any domain. Requesting broad network access would be reasonable for a news-scraper; declaring only a small allowlist but not enforcing it is incoherent.
Instruction Scope
The runtime instructions and scripts perform deep scraping of article pages (fetchContent) and will attempt to visit each item's link. The code does not restrict fetchContent to the declared hosts and will fetch arbitrary external URLs (HN links in scan.js), which increases the surface for contacting unexpected endpoints and retrieving unpredictable content. The SKILL.md mentions filesystem read permission but the scripts do not read local files — another minor mismatch.
Install Mechanism
No install spec in the registry; instructions use 'npm install' and package.json lists standard dependencies (axios, cheerio, rss-parser). Dependencies and the lack of opaque downloads are consistent with purpose and low install risk.
Credentials
No environment variables or credentials are requested. The skill does not attempt to access cloud keys or local secrets in code. This is proportionate to a news-scraping tool.
Persistence & Privilege
always is false and the skill does not request elevated/persistent platform privileges. It only runs scripts that perform network fetches and console output; it does not modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install intelligence-suite
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /intelligence-suite 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
Fixed SKILL.md location in package root
v1.0.2
Fixed security inconsistencies, updated dependency declarations, and added detailed permission metadata in SKILL.md.
v1.0.1
Remove unused child_process import to resolve suspicious status.
v1.0.0
- Initial release of intelligence-suite. - Combines real-time AI news tracking and global geopolitics monitoring. - Includes AI News Monitor (focusing on top AI labs) and Global News Hub (covering major global news sources). - Provides command-line scripts for generating strategic briefings.
元数据
Slug intelligence-suite
版本 1.0.3
许可证
累计安装 9
当前安装数 8
历史版本数 4
常见问题

Intelligence Suite 是什么?

Makima's All-Seeing Intelligence Suite. Combines real-time AI news tracking and global news monitoring for a comprehensive strategic briefing. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 3705 次。

如何安装 Intelligence Suite?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install intelligence-suite」即可一键安装,无需额外配置。

Intelligence Suite 是免费的吗?

是的,Intelligence Suite 完全免费(开源免费),可自由下载、安装和使用。

Intelligence Suite 支持哪些平台?

Intelligence Suite 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Intelligence Suite?

由 xhrisfu(@xhrisfu)开发并维护,当前版本 v1.0.3。

💬 留言讨论