Search Intel Fallback Monitor v1.0
Released: 2026-05-11
Price: $4.99
Category: analytics
QA Status: APPROVED_FOR_RELEASE / SECURITY_CLEARED
Monitor research and intel collection resilience across search providers, rate limits, source freshness, evidence quality, and fallback coverage when primary sources are unavailable.
What it does
This OpenClaw skill provides a local, evidence-first workflow for search intel fallback monitor use cases. It is packaged for GetAgentIQ marketplace distribution and designed to run without exposing credentials or modifying OpenClaw configuration.
Usage
openclaw skill run search-intel-fallback-monitor
Refer to the packaged SKILL.md for exact script arguments and examples.
Security & QA
- Viper QA: APPROVED_FOR_RELEASE on 2026-05-11.
- Warlock security: SECURITY_CLEARED on 2026-05-11.
- Sensitive paths and credential-like outputs are refused or redacted where applicable.
- No
/root/.openclaw/openclaw.jsonchanges were made for this release.
Source summary
---
name: search-intel-fallback-monitor
description: Monitor research/intel collection resilience across search providers, rate limits, source freshness, evidence quality, and fallback coverage when Brave, X, Reddit, or other sources are unavailable.
---
# Search Intel Fallback Monitor
Use this skill when an intel pipeline has missing sources, API rate limits, stale evidence, or needs a defensible fallback plan.
## Workflow
1. Define required evidence classes: search, social, official docs, community, and archive.
2. Run `python skills/search-intel-fallback-monitor/scripts/search_intel_fallback_monitor.py --config sources.json --evidence-dir memory --json`.
3. Check provider status, quota exhaustion, freshness, and whether each evidence class has at least one fallback.
4. If a provider is unavailable, downgrade confidence and identify substitutes instead of inventing findings.
## Parameters
- `--config`: JSON source config.
- `--evidence-dir`: directory of markdown/json evidence files to inspect for freshness.
- `--max-age-hours`: freshness threshold. Default: 24.
- `--json`: emit JSON.
- `--self-test`: built-in smoke test.