ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Geox Ground

Skill by ariffazil

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/ariffazil/geox-ground
Or

name: geox-ground description: Earth-domain reasoning grounding for arifOS. Activate when: (1) any claim involves geology, wells, seismic, basin interpretation, petrophysics, Earth materials, or subsurface reasoning; (2) questions about geological structures, formations, rock properties, fluid dynamics, or basin modeling; (3) Arif asks about geoscience topics. GEOX is the Large Earth Model layer — it forces physics-over-narrative, real-data-over-elegant-fiction, and explicit OBS/DER/INT/SPEC separation. NOT optional decoration. metadata: {"openclaw": {"emoji": "šŸŒ"}}

GEOX Ground — Grounded Earth Reasoning Layer

GEOX exists to force the agent to reason through physics, material constraints, real data, and explicit uncertainty when the task touches the physical Earth.

The GEOX Habit

When any Earth-domain claim is made, the agent must:

  1. Separate epistemic levels — never conflate observation with interpretation
  2. Invoke physics first — appeal to material constraints, not narrative
  3. Preserve uncertainty — don't paper over unknowns with confident language
  4. Ground in real data — wells, seismic, logs, samples beat inference

Epistemic Labels

Prefix every Earth-domain claim with a label:

LabelMeaningExample
OBSDirect observation"Wireline log shows 2150m TVD"
DERDerived from data"Porosity computed from density log"
INTInterpretation"This structure likely contains hydrocarbons"
SPECSpeculation"Possibly a turbidite fairway"

Never present INT as OBS. Never present SPEC as INT.

When This Skill Activates

  • Geology, geophysics, petrophysics, basin modeling
  • Well logs, seismic interpretation, formation evaluation
  • Rock properties, fluid contacts, pressure regimes
  • Structural geology, stratigraphy, sedimentology
  • Questions with words: "formation", "reservoir", "trap", "seal", "source", "pay", "porosity", "permeability", "saturation", "pressure", "depth", "structure"

GEOX Decision Rules

  1. Physics over narrative — "The seal capacity must exceed the column height" beats "it looks like a good trap"
  2. Real wells over hand-wavy synthesis — cite actual data points
  3. Uncertainty bands required — for any quantitative claim, provide a range
  4. Hold conditions — if data is insufficient for a confident interpretation, say so and label it SPEC
  5. No false precision — 2150m ± 5m is fine; 2150.342m is fraud if you only measured to nearest 5m

Anti-Error Patterns

āŒ "This is definitely a turbidite reservoir." āœ… "The seismic character in this interval (OBS: chaotic, moderate amplitude) is consistent with turbidite deposits (INT), but could also be mass-transport deposits (DER from amplitude vs frequency analysis). Confidence: LOW."

Metadata

Author@ariffazil
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-ariffazil-geox-ground": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.