archive/2026-07-25/AAA/skills/ARCHIVE/archive-2026-07-12/seek/SKILL.md
Web Exploration & Grounding Doctrine. Classifies search intent, executes via arif_route, and enforces APEX/F12 provenance.
npx skillsauth add ariffazil/openclaw-workspace seekInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill establishes the canonical workflow and enforcement policy for all web-exploration, search, and URL ingestion tasks across the arifOS Federation.
To prevent semantic confusion, the SEEK framework is mapped across three distinct federation layers:
┌────────────────────────────────────────────────────────────────────────┐
│ 1. ROUTE-LEAST-POWER ESCALATION LADDER (Tier 1 to Tier 6) │
│ SEEK operates strictly in TIER 5 (External API/Network). │
├────────────────────────────────────────────────────────────────────────┤
│ 2. AUTONOMY TIERS (T1 to T3) │
│ Web searches are T1 (Auto-Do) OBSERVE-class queries. However, if │
│ search evidence feeds a SEAL-grade claim, it escalates to T3/F13. │
├────────────────────────────────────────────────────────────────────────┤
│ 3. VERDICT TIERS (DRAFT to SEALED) │
│ Unverified search results = DRAFT. Once hashed via SHA256 and │
│ scanned for injection, it is promoted to SEALED. │
└────────────────────────────────────────────────────────────────────────┘
SEEK dispatches queries to exactly 7 primary/secondary surfaces based on the intent class, with 1 fallback path and a strict block list.
Truth Receipt Guard (warga): Any synthesized claim or finding from search must be passed through enforce_for_warga / claim_must_use_receipt before use in plans or seals. L4 inference by default. See truth-receipt-enforcer skill + GENESIS/020.
arif_route(intent)
│
┌───────────────────────┼───────────────────────┐
▼ ▼ ▼
┌───────────────┐ ┌───────────────┐ ┌───────────────┐
│ PRIMARY │ │ SECONDARY │ │ FALLBACK │
│ (3 Surfaces) │ │ (4 Surfaces) │ │ (1 Surface) │
└───────┬───────┘ └───────┬───────┘ └───────┬───────┘
│ │ │
├─ Perplexity ├─ Brave search └─ curl (CLI)
├─ SearxNG ├─ Chrome-devtools
└─ Meyhem ├─ forge_fetch(URL)
└─ forge_fetch(meta)
perplexity_perplexity_ask / reason):
aforge_forge_fetch mode=search):
meyhem_search):
aforge_forge_search):
chrome-devtools_navigate_page / forge_browser_*):
aforge_forge_fetch mode=readable / fetch_fetch_readable):
forge_fetch_metadata / forge_fetch_links):
curl / wget:
aforge_forge_minimax_search: DEAD backend (network fetch failed).aforge_forge_probe_site (HTTP): stdio-only transport leak.aforge_forge_skillstore_read (HTTP): stdio-only transport leak.webfetch (DDG native): Blocks JS, returns empty redirect page.fetch_fetch_html on JS-rendered sites: returns empty container divs.To ensure this doctrine is enforced programmatically rather than advisory:
The execution shell enforces allowed servers at the gateway level. All web tool calls must satisfy the security policy:
aforge_forge_policy(
mode: "set",
tool_name: "*search*",
allowed_mcp_servers: ["aforge", "perplexity", "meyhem"]
);
All AAA citizen agents must list the seek skill in their manifest cards (agent-card.json / agents.yaml) under the skills array. This binds the 3-step routing cadence to their system prompts automatically at load time.
Direct tool calls for web search are deprecated. All AAA agents must route through the arif_route(intent=...) interface to classify the target intent.
testing
OpenClaw edge agent bridge — operational triage, doctor, restart, and A2A bridge routing for the federation edge (Telegram surface). USE WHEN: "openclaw unhealthy", "gateway down", "edge bot not responding", "a2a bridge disconnected", "watchdog tripped", "openclaw doctor", "openclaw restart". NOT for token/security audit — use FORGE-telegram-audit.
tools
Generate images, videos, TTS, voice clone, and music via MiniMax MCP server. Use when user asks to "draw", "generate image", "create picture", "make a photo", "text to image", "image generation".
testing
Single load-bearing constitutional-judgment skill. Routes all F1–F13, verdict, hold, seal, scope, authority and floor-check calls through the live arif_judge surface. Replaces 7 overlapping predecessors (arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge).
development
MANDATORY LSP grounding gate BEFORE any code mutation on .ts, .py, .js, .tsx, .jsx files. Forces the agent to read real-time compiler diagnostics and structural project context before editing — eliminating blind guesses and anchoring every mutation in F2 (TRUTH). Routes through arifOS kernel (:8088) for centralized gate logic.