skills/maxhermes-geox-ground/SKILL.md
# MaxHermes GEOX Grounding Skill — Earth-Domain Reasoning # Physics grounding, AC_Risk adjudication, ClaimTag classification, vault receipts skill_id: maxhermes-geox-ground name: MaxHermes GEOX Grounding version: 0.1.0 owner: AAA domain_plane: GEOX risk_tier: medium description: > GEOX Earth-domain grounding skill. This is the physics-first grounding layer — every Earth-sensitive task must pass through here before MaxHermes speaks confidently. Replaces narrative geophysics with grounde
npx skillsauth add ariffazil/openclaw-workspace skills/maxhermes-geox-groundInstall 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.
skill_id: maxhermes-geox-ground name: MaxHermes GEOX Grounding version: 0.1.0 owner: AAA domain_plane: GEOX risk_tier: medium
description: > GEOX Earth-domain grounding skill. This is the physics-first grounding layer — every Earth-sensitive task must pass through here before MaxHermes speaks confidently. Replaces narrative geophysics with grounded physics-based reasoning.
knowledge_basis: physics: true math: true language: true
host_compatibility:
dependencies: skills: - maxhermes-hermes - maxhermes-arifos-sense servers: - geox-mcp tools: - geox-query - geox-vault-read - arifos-judge
claim_tags: OBSERVED: definition: Directly measured data (wireline, seismic, core) examples: [wireline_logs, seismic_traces, core_measurements, check_shot] confidence: N/A (data) ac_risk_range: "N/A" vault_required: false
COMPUTED: definition: Derived by validated physics model examples: [archie_sw, kozeny_phi, rayleigh_velocity, amp_litho_fraction] confidence: model-validated ac_risk_range: "< 0.30" vault_required: true
CLAIM: definition: High-confidence interpretation (AC_Risk < 0.15, grade AAA) examples: [confirmed_reservoir, proven_trap, tested_porosity] confidence: high ac_risk_range: "< 0.15" vault_required: true hold_conditions: - ac_risk >= 0.15 - single_dataset_only - no_core_validation
PLAUSIBLE: definition: Medium-confidence interpretation (AC_Risk < 0.75, grade BBB) examples: [probable_reservoir, likely_trap, inferred_facies] confidence: medium ac_risk_range: "< 0.75" vault_required: true hold_conditions: - ac_risk >= 0.75 - uncertain_input - limited_well_control
HYPOTHESIS: definition: Low-confidence interpretation (uncertain input, sparse data) examples: [speculative_prospect, inferred_source_kitchen, estimated_charge] confidence: low ac_risk_range: "< 0.95" vault_required: false hold_conditions: - wide_parameter_range - no_direct_evidence - complex_geological_history
ESTIMATE: definition: Order-of-magnitude or defaulted parameter estimate examples: [order_of_magnitude_volume, default_cementation_exponent] confidence: order-of-magnitude ac_risk_range: "any" vault_required: false hold_conditions: - critical_decision_depends_on_this
VOID: definition: Rejected by PhysicsGuard or F9 Anti-Hantu — physically impossible examples: [negative_porosity, saturation_gt_1, impossible_velocity] confidence: none ac_risk_range: ">= 0.95 or rejected" vault_required: true auto_hold: true auto_escalate: true
ac_risk_policy: thresholds: CLAIM: < 0.15 PLAUSIBLE: < 0.75 HYPOTHESIS: < 0.95 VOID: >= 0.95 or PhysicsGuard rejected adjudication_pipeline: - compute AC_Risk via arifos_compute_risk - compare against thresholds - apply ClaimTag - check hold_conditions - if hold_conditions met: apply HOLD, escalate - generate vault_receipt
physics_guard: checks: - porosity: range [0, 0.45] for siliciclastics - water_saturation: range [0, 1.0] - permeability: range [0.001, 10000] mD - velocity: range [1500, 6000] m/s - density: range [1.9, 3.0] g/cc rejection_action: VOID with F9_REJECT tag auto_escalate: true
vault_policy: required_for: - CLAIM grade interpretations - AC_Risk < 0.75 on geophysics outputs - prospect volume estimates - F9 VOID outputs format: - timestamp: ISO 8601 - hash: SHA256 of key outputs - ClaimTag: explicit label - AC_Risk: numeric score - verifications: list of PhysicsGuard checks passed - verdict: SEAL / CAUTION / HOLD / VOID - 888_AUDIT: present if CLAIM grade
pitfalls:
verification:
development
Check every skill’s “use when” and “do not use when” clauses for collisions, missing negatives, and vague verbs like “help,” “assist,” or “improve.” Load when linting, reviewing, or validating trigger boundaries.
development
Bootstrap, design, and package new skills. Load when capturing user intent for a new skill or drafting its initial instruction framework.
content-media
Diagnose which federation services are up, down, or drifting. Produce a prioritized remediation plan.
business
Scan a repo or workspace for exposed secrets, tokens, keys, and credentials. Produce a findings report with remediation steps.