local-compute-usage

Enforce local-first Codex execution across VS Code, local services, and hardware probes.

2|1|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/grtninja/skill-arbiter --skill local-compute-usage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: local-compute-usage
Source: https://github.com/grtninja/skill-arbiter/tree/main/skill-candidates/local-compute-usage
Command: npx skills add https://github.com/grtninja/skill-arbiter --skill local-compute-usage

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Enforce local-first Codex execution within a workspace to prevent remote routing and data exposure.

Core Features & Use Cases

  • Enforce local-first routing for Codex workflows across VS Code, local services, and hardware probes (MemryX shim).
  • Validate workspace readiness, endpoint locality, and hardware checks to provide fail-safe execution.
  • Route all activity locally and fail-closed if non-local components are detected.

Quick Start

Run the local preflight to validate workspace readiness and local-routing constraints.

Frequently Asked Questions about local-compute-usage

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce local-first Codex execution in VS Code?

To enforce local-first Codex execution in VS Code, you need preflight checks and local-host guardrails that validate workspace readiness and route all activity locally. This Skill applies those constraints and fails closed if non-local components are detected.

What is a local-first execution policy for developer workflows?

A local-first execution policy ensures all code processing stays on local hardware and local services without remote routing. It satisfies preflight checks, local-host guardrails, and hardware readiness requirements to prevent data exposure.

Can I run hardware checks for local services before starting a workflow?

Yes, you can run hardware checks for local services by executing a local preflight validation. This probes hardware readiness, such as the MemryX shim, and validates endpoint locality to ensure your workspace is prepared for fail-safe execution.

Why does my local-first workflow fail closed when non-local components are detected?

Local-first workflows fail closed when non-local components are detected to strictly prevent remote routing and data exposure. This fail-safe mechanism blocks execution unless all routing constraints and endpoint locality checks are fully satisfied.

Does this local-first policy work with existing local services and hardware probes?

Yes, the local-first policy works with existing local services and hardware probes like the MemryX shim. It validates endpoint locality and hardware readiness to ensure all workflow activity remains strictly local across your developer workspace.

What is the best way to prevent remote routing in Codex workflows?

The best way to prevent remote routing in Codex workflows is to enforce a local-first execution policy with fail-closed guardrails. This approach validates workspace readiness, endpoint locality, and hardware checks to ensure all activity stays local.