← 返回 Skills 市场
Intelligence Suite
作者
MarjorieBroad
· GitHub ↗
· v1.0.0
· MIT-0
49
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install mar-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...
安全使用建议
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.
功能分析
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.
能力标签
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install mar-intelligence-suite - 安装完成后,直接呼叫该 Skill 的名称或使用
/mar-intelligence-suite触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 49 次。
如何安装 Intelligence Suite?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install mar-intelligence-suite」即可一键安装,无需额外配置。
Intelligence Suite 是免费的吗?
是的,Intelligence Suite 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Intelligence Suite 支持哪些平台?
Intelligence Suite 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Intelligence Suite?
由 MarjorieBroad(@marjoriebroad)开发并维护,当前版本 v1.0.0。
推荐 Skills