← Back to Skills Marketplace
marjoriebroad

Intelligence Suite

by MarjorieBroad · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
43
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install intelligence-suite-2
Description
Makima's All-Seeing Intelligence Suite. Combines real-time AI news tracking and global news monitoring for a comprehensive strategic briefing, with LLM analy...
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. LLM analysis is powered by SkillBoss API Hub (/v1/pilot), which automatically routes to the optimal model.

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 analyzed via SkillBoss API Hub and provided as a structured briefing.

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
SKILLBOSS_API_KEY=your_key node scripts/scan.js --report

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

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

Usage Guidance
This skill does what it says — it scrapes news sites, extracts article text, and sends snippets to a third-party LLM endpoint for analysis. Before installing: (1) verify the legitimacy of the SkillBoss service and the exact API domain (scripts POST to api.heybossai.com while SKILL.md mentions api.skillboss.com — ask the maintainer which is correct); (2) treat the SKILLBOSS_API_KEY like a secret and confirm its least-privilege scope and the provider's data-retention/privacy policy; (3) be aware the scraper will fetch and transmit article text (could leak private or paywalled content if used against internal URLs); (4) run the code in a sandboxed environment first and inspect network traffic (or review with your security team); (5) consider rate limits and legal/ethical scraping constraints for target websites. If the maintainer can explain the hostname mismatch and provide assurances about the third party's handling of submitted text, that would raise confidence.
Capability Analysis
Type: OpenClaw Skill Name: intelligence-suite-2 Version: 1.0.0 The intelligence-suite skill is a news aggregation and analysis tool that fetches RSS feeds from reputable sources (e.g., Reuters, OpenAI, Hacker News) and uses the SkillBoss API for LLM-based summarization. The code in scripts/monitor.js and scripts/scan.js aligns with the stated purpose in SKILL.md, using standard libraries like axios and cheerio for web scraping. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found; the use of a persona (Makima) is purely stylistic for the generated reports.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
The skill claims to monitor AI and global news and then send extracted content to a SkillBoss API for LLM analysis — the included scripts implement that. Requiring node/npm and SKILLBOSS_API_KEY is proportionate. However, the SKILL.md/network permissions list references api.skillboss.com while the scripts POST to https://api.heybossai.com/v1, which is an unexplained hostname mismatch that should be clarified.
Instruction Scope
The SKILL.md explicitly authorizes 'deep scrape' and the scripts follow that: they fetch RSS, visit article URLs, and extract full-text snippets (up to 1000–1500 chars) and then send those snippets to a third-party API. This is coherent with the stated purpose but is high-risk for data leakage: if a user points the tool at private/internal links or the scraper follows redirects, sensitive content could be transmitted to an external service. The SKILL.md permissions also list several hosts; the code accesses those and Hacker News via firebaseio. There is no attempt in code to avoid scraping paywalled or private domains.
Install Mechanism
This is instruction-only with a standard npm workflow. package.json lists common, expected dependencies (axios, cheerio, rss-parser). No downloads from arbitrary URLs or extract operations are present.
Credentials
The skill requires a single environment variable (SKILLBOSS_API_KEY) which is exactly what the code uses to call the remote LLM service. That is proportionate. Confirm that the provided key's scope is limited and review the third party's token handling/policy before granting it to the skill.
Persistence & Privilege
The skill does not request always:true and does not modify system or other-skill configuration. It runs on demand and requires no special platform privileges beyond network access and read-only filesystem operations.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install intelligence-suite-2
  3. After installation, invoke the skill by name or use /intelligence-suite-2
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of Makima's All-Seeing Intelligence Suite. - Combines real-time AI news tracking and global news monitoring for comprehensive strategic briefings. - Integrates LLM analysis powered by SkillBoss API Hub for automatic intelligence processing. - Includes AI News Monitor (tracking OpenAI, DeepMind, Anthropic, and more) and Global News Hub (monitoring Reuters, SCMP, and RTHK). - Requires network access to trusted news and AI sources; processes data locally with structured output. - Simple installation and command-line usage instructions provided.
Metadata
Slug intelligence-suite-2
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
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, with LLM analy... It is an AI Agent Skill for Claude Code / OpenClaw, with 43 downloads so far.

How do I install Intelligence Suite?

Run "/install intelligence-suite-2" 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, licensed under MIT-0. 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 MarjorieBroad (@marjoriebroad); the current version is v1.0.0.

💬 Comments