npx skills add ...
npx skills add reason-machines/trending-skills --skill worldmonitor-intelligence-dashboard
Real-time global intelligence dashboard with AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking
npx skills add reason-machines/trending-skills --skill worldmonitor-intelligence-dashboard
Skill by ara.so — Daily 2026 Skills collection.
World Monitor is a real-time global intelligence dashboard combining AI-powered news aggregation (435+ feeds, 15 categories), dual map engine (3D globe + WebGL flat map with 45 data layers), geopolitical risk scoring, finance radar (92 exchanges), and cross-stream signal correlation — all from a single TypeScript/Vite codebase deployable as web, PWA, or native desktop (Tauri 2).
No environment variables required for basic operation. All features work with local Ollama by default.
Create a .env.local file (never commit secrets):
World Monitor aggregates 435+ feeds across 15 categories:
Composite risk scoring across 12 signal categories per country:
World Monitor supports 21 languages with native-language feeds:
| Problem | Solution |
|---|---|
| Map not rendering | Check VITE_MAPTILER_API_KEY or use free CartoBasemap style |
| AI synthesis slow/failing | Ensure Ollama is running: ollama serve && ollama pull llama3.2 |
| Feeds returning 429 errors | Enable Redis caching via UPSTASH_REDIS_REST_* env vars |
| Desktop app won't build | Ensure Rust + cargo install tauri-cli + platform build tools |
| RTL layout broken | Confirm lang attribute set on <html> by setLanguage() |
| TypeScript errors on build | Run npm run typecheck — proto generated files must exist |
| Redis connection refused | Check REDIS_URL or use Upstash REST API instead of TCP |
npm run build:full fails mid-variant | Build individually: npm run build -- --mode finance |