← Back to Skills Marketplace
oscarka

Intel Search — News, Earthquakes, Iran, Tech

by oscarka · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
390
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install intel-search
Description
Simplified search for news, earthquakes, Iran, tech, finance, layoffs. Bilingual (EN/中文). Flexible time. Data from World Monitor (fetch then query locally)....
README (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

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

What is 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).... It is an AI Agent Skill for Claude Code / OpenClaw, with 390 downloads so far.

How do I install Intel Search — News, Earthquakes, Iran, Tech?

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

Is Intel Search — News, Earthquakes, Iran, Tech free?

Yes, Intel Search — News, Earthquakes, Iran, Tech is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Intel Search — News, Earthquakes, Iran, Tech support?

Intel Search — News, Earthquakes, Iran, Tech is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Intel Search — News, Earthquakes, Iran, Tech?

It is built and maintained by oscarka (@oscarka); the current version is v1.0.0.

💬 Comments