← Back to Skills Marketplace
marjoriebroad

Intelligence Suite

by MarjorieBroad · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
49
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install mar-intelligence-suite
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...
Usage Guidance
This skill scrapes news and sends extracted article text to an external LLM endpoint using the SKILLBOSS_API_KEY you provide. Before installing or supplying the key: 1) Verify who operates the destination API (api.heybossai.com) and whether it matches SkillBoss branding or your expectations — the SKILL.md documentation lists a different host (api.skillboss.com), which is a mismatch. 2) Understand that any scraped text (including links and possibly unexpected items from feeds) will be transmitted to that external service — do not provide the key if you have sensitive internal URLs that might appear in feeds. 3) If you decide to proceed, consider running the code in a sandboxed environment, inspect network traffic (or run with a proxy) to confirm endpoints, and rotate/revoke the API key after testing. 4) If provenance matters, ask the publisher to explain the endpoint mismatch and correct SKILL.md or package metadata before trusting the skill. Additional review of the code by a trusted reviewer will reduce risk.
Capability Analysis
Type: OpenClaw Skill Name: mar-intelligence-suite Version: 1.0.0 The intelligence-suite skill is a news aggregation and analysis tool that fetches RSS feeds from reputable sources (Reuters, SCMP, OpenAI) and processes them via the SkillBoss API Hub. The code in scripts/monitor.js and scripts/scan.js aligns perfectly with the stated purpose in SKILL.md, using standard libraries like axios and cheerio for scraping. While it requests filesystem read permissions that it does not currently utilize, there is no evidence of data exfiltration, malicious execution, or harmful prompt injection.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
Name/description (news & LLM analysis) aligns with the included scripts: they fetch RSS/feeds, scrape article text, and call an external LLM service. Required binaries (node, npm) and a single API key (SKILLBOSS_API_KEY) are reasonable for this functionality. Minor metadata inconsistencies exist (package version 1.0.3 vs registry 1.0.0), but that alone is not critical.
Instruction Scope
SKILL.md and usage instructions ask the agent to fetch RSS feeds and deep-scrape articles (which the scripts do). However, SKILL.md lists api.skillboss.com as the SkillBoss host while both scripts POST analysis to https://api.heybossai.com/v1/pilot — the code sends scraped content to a different external endpoint than the declared network permission. That mismatch is a substantive discrepancy: the skill will transmit gathered text to an endpoint that is not documented in SKILL.md.
Install Mechanism
No opaque download/install step: package.json and scripts are present and SKILL.md instructs a normal 'npm install'. Dependencies (axios, cheerio, rss-parser) are typical for web scraping/HTTP calls. No extracted archives or remote install URLs are used.
Credentials
Only one env var is required (SKILLBOSS_API_KEY), which is proportionate for a skill that sends data to an external LLM API. However, providing that key allows the external service to receive whatever the skill scrapes (article text, potentially URLs), so users should treat the key as sensitive and confirm the destination service's trustworthiness and data handling.
Persistence & Privilege
The skill is not always-enabled and uses normal, user-invoked scripts. It does not request unusual persistent privileges or modify other skills. Autonomous invocation is allowed by default (disable-model-invocation=false), which is normal platform behavior.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install mar-intelligence-suite
  3. After installation, invoke the skill by name or use /mar-intelligence-suite
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of Makima's Intelligence Suite. - Combines real-time AI news tracking with global news monitoring for comprehensive strategic briefings. - Integrates LLM analysis using SkillBoss API Hub, automatically routing to the optimal model. - Monitors leading AI labs (OpenAI, DeepMind, Anthropic) and global news sources (Reuters, RTHK, SCMP). - Provides network access to selected news sites, processes data locally, and delivers structured briefings.
Metadata
Slug mar-intelligence-suite
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 49 downloads so far.

How do I install Intelligence Suite?

Run "/install mar-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, 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