← Back to Skills Marketplace
xhrisfu

Intelligence Suite

by xhrisfu · GitHub ↗ · v1.0.3
cross-platform ⚠ suspicious
3705
Downloads
3
Stars
8
Active Installs
4
Versions
Install in OpenClaw
/install intelligence-suite
Description
Makima's All-Seeing Intelligence Suite. Combines real-time AI news tracking and global news monitoring for a comprehensive strategic briefing.
README (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). ⛓️

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install intelligence-suite
  3. After installation, invoke the skill by name or use /intelligence-suite
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug intelligence-suite
Version 1.0.3
License
All-time Installs 9
Active Installs 8
Total Versions 4
Frequently Asked Questions

What is Intelligence Suite?

Makima's All-Seeing Intelligence Suite. Combines real-time AI news tracking and global news monitoring for a comprehensive strategic briefing. It is an AI Agent Skill for Claude Code / OpenClaw, with 3705 downloads so far.

How do I install Intelligence Suite?

Run "/install intelligence-suite" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Intelligence Suite free?

Yes, Intelligence Suite is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Intelligence Suite support?

Intelligence Suite is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Intelligence Suite?

It is built and maintained by xhrisfu (@xhrisfu); the current version is v1.0.3.

💬 Comments