← 返回 Skills 市场
oscarka

Intel Search — News, Earthquakes, Iran, Tech

作者 oscarka · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
390
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install intel-search
功能描述
Simplified search for news, earthquakes, Iran, tech, finance, layoffs. Bilingual (EN/中文). Flexible time. Data from World Monitor (fetch then query locally)....
使用说明 (SKILL.md)

Intel Search

Search anything: news, earthquakes, Iran, tech, finance, layoffs. Bilingual. Flexible time. Like a simplified Google over local data.

Language & Presentation

  • Output includes LANG: zh or LANG: en based on user query language
  • If LANG: zh: Translate retrieved content to Chinese when presenting
  • If LANG: en: Keep English

When to Use

User asks about: news, Iran, Middle East, earthquake, tech, finance, layoffs, or any keyword.

Commands

1. Fetch (first or update)

cd {baseDir} && npm install && npx playwright install chromium
node scripts/fetch.mjs

2. Query

node scripts/query.mjs [query] [time]

Examples:

node scripts/query.mjs
node scripts/query.mjs iran 3h
node scripts/query.mjs earthquake
node scripts/query.mjs layoffs
node scripts/query.mjs oil

Query Types

  • Topics (EN/中文): iran/伊朗, earthquake/地震, tech/科技, finance/财经, layoffs/裁员
  • Keywords: Any word, full-text match
  • Time: 30min, 1h, 3h, 2d, 1w, or omit for all

Data Path

~/.openclaw/intel-data/, or set INTEL_DATA_DIR

安全使用建议
This skill appears to do what it claims: it uses a headless Chromium (via Playwright) to load worldmonitor.app, intercept JSON API responses, save them to ~/.openclaw/intel-data/, and produce a local summary that the query script reads. Before installing/running: (1) Review package.json and the two scripts if you want extra assurance (they're included here); (2) Expect npm install and Playwright to download packages and a Chromium binary — run these in an environment where large downloads are acceptable; (3) The captured-data.json and intel-brief.md may contain sensitive or identifiable content (e.g., Telegram messages or links) — restrict the data directory permissions or set INTEL_DATA_DIR to a safe location; (4) The fetch step contacts worldmonitor.app and will store whatever JSON the site returns; if you are concerned about private/session state, run it in a sandboxed account/container — Playwright's newContext is fresh and should not pick up your browser cookies, but running in an isolated environment reduces risk; (5) If you need further assurance, run npm install in a transient VM/container or inspect installed node_modules before executing fetch.
功能分析
Type: OpenClaw Skill Name: intel-search Version: 1.0.0 The OpenClaw AgentSkills bundle 'intel-search' is designed to fetch data from 'https://worldmonitor.app' using Playwright (scripts/fetch.mjs), store it locally in '~/.openclaw/intel-data/', and then allow the AI agent to query this local data (scripts/query.mjs). All network requests are confined to the stated 'worldmonitor.app' domain, and data is saved locally without any evidence of exfiltration to unauthorized external endpoints. Instructions in SKILL.md and output from scripts/query.mjs (e.g., 'LANG: en') are for guiding the AI agent's presentation and localization, not for malicious prompt injection. While the skill uses powerful tools like Playwright and allows broad 'Bash(node:*)' permissions, these are necessary for its stated purpose and are not leveraged for any intentional harmful behavior such as credential theft, persistence, or unauthorized remote control.
能力评估
Purpose & Capability
Name/description (news, earthquakes, Iran, tech, bilingual) matches the code and SKILL.md: scripts fetch JSON from worldmonitor.app, build a local brief, and provide local query/search functionality. Required binaries (node) and declared behavior are appropriate for the stated purpose.
Instruction Scope
SKILL.md instructs installing Node deps, installing Playwright/Chromium, running fetch then query. The scripts only access the configured data directory (~/.openclaw/intel-data or INTEL_DATA_DIR), parse captured JSON, and emit a markdown brief and console output. There are no instructions to read unrelated system files, access other credentials, or send data to third-party endpoints beyond fetching World Monitor pages and their API responses.
Install Mechanism
There is no packaged install spec, but package.json declares Playwright. SKILL.md instructs running npm install and npx playwright install chromium — this will download npm packages and a Chromium binary from Playwright's distribution. This is expected for the tool but is a higher-risk step than an instruction-only skill because it writes code and browser binaries to disk and performs network downloads; review dependencies before running and be prepared for large downloads.
Credentials
The skill requests no secrets or credentials. It reads standard env vars for paths (HOME or INTEL_DATA_DIR) which are necessary to store local captured data. No unrelated environment variables or tokens are required.
Persistence & Privilege
always is false and the skill does not request elevated or global agent privileges. It creates and writes data under the skill's data directory (~/.openclaw/intel-data) which is proportional to its function. It does not modify other skills or agent configurations.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install intel-search
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /intel-search 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release. - Fetch news, earthquakes, Iran events, tech, finance, layoffs from World Monitor - Query by topic or keyword with flexible time (30min, 3h, 2d) - Bilingual (EN/中文), no API key required - 3-step install: clone → npm install + setup → fetch
元数据
Slug intel-search
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Intel Search — News, Earthquakes, Iran, Tech 是什么?

Simplified search for news, earthquakes, Iran, tech, finance, layoffs. Bilingual (EN/中文). Flexible time. Data from World Monitor (fetch then query locally).... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 390 次。

如何安装 Intel Search — News, Earthquakes, Iran, Tech?

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

Intel Search — News, Earthquakes, Iran, Tech 是免费的吗?

是的,Intel Search — News, Earthquakes, Iran, Tech 完全免费(开源免费),可自由下载、安装和使用。

Intel Search — News, Earthquakes, Iran, Tech 支持哪些平台?

Intel Search — News, Earthquakes, Iran, Tech 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Intel Search — News, Earthquakes, Iran, Tech?

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

💬 留言讨论