Intel Search — News, Earthquakes, Iran, Tech

v1.0.0

Simplified search for news, earthquakes, Iran, tech, finance, layoffs. Bilingual (EN/中文). Flexible time. Data from World Monitor (fetch then query locally)....

0· 357·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

bilingualvk97fmn99d3sr3jpph7a1766py98247qaearthquakevk97fmn99d3sr3jpph7a1766py98247qafinancevk97fmn99d3sr3jpph7a1766py98247qairanvk97fmn99d3sr3jpph7a1766py98247qalatestvk97fmn99d3sr3jpph7a1766py98247qalayoffsvk97fmn99d3sr3jpph7a1766py98247qanewsvk97fmn99d3sr3jpph7a1766py98247qaosintvk97fmn99d3sr3jpph7a1766py98247qasearchvk97fmn99d3sr3jpph7a1766py98247qatechvk97fmn99d3sr3jpph7a1766py98247qaworld-monitorvk97fmn99d3sr3jpph7a1766py98247qa

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

Binsnode

Comments