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.
development
Federation-wide gold (XAUUSD) trading capability. Python stack, OANDA broker, backtesting, macro signals, RSI strategy. Every organ has a role.
development
Capital claim state management — tracks claim lifecycle across WEALTH organ.
development
Archived constitutional warga placeholder retained only for audit provenance. Do not use for active work; use the live arifOS governance and constitutional skills instead.
testing
Warga (citizen) agent skills for AAA federation members. See subdirectories for specialized warga skills.