Geox Ground
Skill by ariffazil
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/ariffazil/geox-groundname: 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:
- Separate epistemic levels ā never conflate observation with interpretation
- Invoke physics first ā appeal to material constraints, not narrative
- Preserve uncertainty ā don't paper over unknowns with confident language
- Ground in real data ā wells, seismic, logs, samples beat inference
Epistemic Labels
Prefix every Earth-domain claim with a label:
| Label | Meaning | Example |
|---|---|---|
OBS | Direct observation | "Wireline log shows 2150m TVD" |
DER | Derived from data | "Porosity computed from density log" |
INT | Interpretation | "This structure likely contains hydrocarbons" |
SPEC | Speculation | "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
- Physics over narrative ā "The seal capacity must exceed the column height" beats "it looks like a good trap"
- Real wells over hand-wavy synthesis ā cite actual data points
- Uncertainty bands required ā for any quantitative claim, provide a range
- Hold conditions ā if data is insufficient for a confident interpretation, say so and label it
SPEC - 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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-ariffazil-geox-ground": {
"enabled": true,
"auto_update": true
}
}
}