Skip to main content

AI Intelligence Suite

What This Is

The Intelligence Suite is a collection of autonomous skills deployed on the OpenClaw platform. Each skill runs on a schedule, daily, weekly, or in real time, scanning RSS feeds, financial APIs, news sources, and public data to produce actionable intelligence briefs delivered directly to Telegram.

These are not dashboards that wait to be checked. They are push-based intelligence agents that find signals in noise and deliver them when they matter.

The June 2026 AI research update changes what "intelligence agent" means here. The suite is no longer just scheduled collection plus summarisation. It is a governed signal system with persistent memory, source provenance, retrieval checks, model routing, and explicit escalation thresholds. Recent research on agent memory, agentic software, and autonomous incident response supports the architecture: collect evidence, retain only useful durable memory, retrieve it deliberately, and preserve enough trace to audit why the agent surfaced a signal.

Active Intelligence Skills

Geopolitical & Defense

SkillSchedulePurpose
Conflict DashboardHourlyReal-time Middle East SITREP, military actions, diplomatic developments, oil/Strait of Hormuz status, casualty tracking
Conflict RSS Scanner4x dailyAutomated RSS ingestion from conflict news sources, severity scoring, SQLite storage
AI Defense Ethics MonitorDailyTracks the ethical flashpoints at the intersection of AI and military/defense, Palantir, Pentagon, OpenAI contracts
Defense AI IntelDailyBroader defense-AI industry intelligence, procurement signals, policy shifts, capability announcements
Middle East SITREPDaily 7 AMCross-referenced intelligence from Al Jazeera, Times of Israel, BBC, with X/Twitter verification

Financial & Portfolio

SkillSchedulePurpose
Flash Crash GuardianEvery 5 minMonitors portfolio for sudden >5% drawdowns; autonomous position flattening capability
Portfolio TrackerBi-hourly (market hours)Live pricing across ASX, US equities, and ETFs, validates data freshness, flags >3% movers
Nexus Daily RecommendationsDaily 9 AMIntegrated NEXUS engine status + all share positions with P&L, sector exposure, and conflict cross-reference
Earnings ReportsDailyUpcoming earnings calendar for held positions, alerts before market-moving announcements
Cost TrackerDailyAPI spend and infrastructure cost monitoring

Tech & AI Leadership

SkillSchedulePurpose
Tech Leaders Daily IntelDaily 9:15 AMScans web for latest from tracked tech leaders, Dario Amodei, Jensen Huang, Satya Nadella, and others. Produces project proposals from signals
Anthropic Legal TrackerDailyMonitors Anthropic's legal exposure, supply chain risks, and the Pentagon standoff
GTC DigestEvent-drivenCategorises and summarises NVIDIA GTC announcements
Meta Model IntelOn-demandStructured intelligence on Meta's AI model pipeline, Avocado AI, and competitive positioning
M5 Mac Watch2x weeklyMonitors Apple M5 Mac release announcements, only alerts on confirmed launches

Home & Operations

SkillSchedulePurpose
AI Vision SentryHourlyComputer vision sweep of all home cameras, person/vehicle/anomaly detection
Home OptimusHourlySmart home optimisation scoring, battery levels, energy efficiency, device health
Doge Home Energy2x dailyHome energy and efficiency reporting with HA sensor data
Security 3604x dailyComprehensive security assessment, network, devices, access patterns
Network WatchdogEvery 6hMulti-path connectivity testing with diagnostic reasoning

Architecture Pattern

Every intelligence skill follows the same pattern:

  1. Data Collection, RSS feeds, APIs (Finnhub, Yahoo Finance), web scraping, HA sensors
  2. Signal Processing, Severity scoring, deduplication, freshness validation
  3. Intelligence Synthesis, Cross-referencing multiple sources, identifying patterns
  4. Delivery, Push to Telegram with emoji indicators, timestamps, and source citations
  5. State Management, SQLite storage, JSON state files, memory logs
  6. Memory Governance, Provenance, retention, supersession, and stale-signal expiry
  7. Traceability, Source list, model route, confidence, and escalation rationale captured with each high-impact brief

All reports include 📅 Data as of: <timestamp> headers. Stale data is flagged with ⚠️. This is a standing rule across the entire suite.

Model Routing

Intelligence tasks are routed to appropriate models:

  • Claude Sonnet 4.6, Most intelligence synthesis, analysis, and reporting
  • Claude Opus 4.6, Complex multi-source reasoning, strategic analysis
  • Local Ollama (Qwen 2.5), Lightweight classification tasks

Routing also considers serving health. If the primary model is degraded, the suite should prefer a less capable but stable path over a stalled intelligence cycle. For long-horizon monitoring, freshness beats perfection: a timely, source-grounded summary with clear uncertainty is more useful than a delayed frontier-model synthesis.

Memory and Evaluation

Persistent memory is useful only when it is selective. The suite retains durable memory for recurring entities, thresholds, known false positives, prior escalations, and user decisions. It does not retain every article or every model-generated paragraph. That distinction follows the June 2026 Agent Memory research: construction cost, retrieval cost, and stale context risk are operational design constraints.

Evaluation focuses on three questions:

  • Did the agent retrieve the right prior context? For example, a new Anthropic legal article should be compared with prior supply-chain, copyright, and government-contract signals.
  • Did it preserve provenance? Every high-impact claim needs source links and timestamps.
  • Did it escalate correctly? False silence matters as much as false alarm; the suite is judged by whether important signals arrive while they are still actionable.

Delivery Channels

All intelligence is delivered via Telegram with topic-based routing:

  • Security topic, Network audits, Security 360, vision sentry alerts
  • Markets topic, Portfolio updates, flash crash alerts, earnings
  • General, Daily briefs, tech leader intel, conflict SITREPs

Design Philosophy

The intelligence suite exists because information without timing is noise. A conflict escalation that you read about 6 hours late is not intelligence, it is history. A portfolio drawdown that triggers an alert at 3% instead of 15% is the difference between a managed position and a catastrophic loss.

Every skill in this suite is designed to deliver the right signal at the right time with enough context to act on. No dashboards to check. No feeds to scroll. Just push notifications when something matters.

References