joelhooks/joelclaw

fleet-ops

Inspect JoelClaw Mac fleet harness drift safely. Use for fleet status/diff, role-aware Pi and skill-policy checks, or planning a reviewed fleet change.

First seen Jul 15, 2026

Installation

$ npx skills add joelhooks/joelclaw --skill fleet-ops

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from joelhooks/joelclaw · top by installs.

npx skills add joelhooks/joelclaw

Browse all from joelhooks/joelclaw

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 63
Default branch main
Open issues 1
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version0.1.0

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 3,468 B
  • docs SUMMARY.md 168 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

Fleet Operations

Use this to inspect the JoelClaw Mac fleet without flattening intentional role differences into fake drift.

Resolve current Central ownership from the private manifest and live evidence. Satellites stay thin. A role difference is policy only when the local private fleet manifest says why.

Current commands: read-only

joelclaw fleet status
joelclaw fleet diff

Both commands read the local private fleet manifest and return JSON envelopes. They do not install packages, copy config, request repair, change services, or rewrite a Machine.

Use --host <alias> to inspect one declared host. Do not pass an undeclared target or publish the private manifest.

status reports observed facts and probe failures. diff classifies declared fields as:

  • in_sync
  • expected_difference — an explicit manifest exemption, including its reason
  • drift — an actionable mismatch
  • unavailable — a required fact could not be read

A failed or unavailable satellite health probe is actionable. Thin satellite skill policy alone is not.

Operator flow

  1. Probe — run joelclaw fleet status.
  2. Classify — run joelclaw fleet diff; read the exemption reason before calling a difference wrong.
  3. Inspect — verify unexpected drift with the relevant host/runbook. Do not infer host identity from an SSH alias alone.
  4. Plan — write a host-scoped, reviewable change plan. Fleet plan does not exist yet.
  5. Authorize — use authorization already given for the named host change. Ask only for a mutation outside that scope; an audit alone authorizes no repairs.
  6. Apply — use the approved, host-specific mechanism. Fleet apply does not exist yet. Never pretend it does.
  7. Verify — rerun status and diff, then capture a redacted receipt.

If a probe cannot reach a host, record unavailable and keep gathering the other hosts. Do not turn on Remote Login, alter Tailscale, copy credentials, or bootstrap a Machine as a side effect of an audit.

Role boundaries

  • Central: Use the verified owner in current service placement. Verify Central health through the established system runbooks before changing it.
  • Satellite: keep the Machine local, small, and recoverable. Load [Satellite Rig](../satellite-rig/SKILL.md) for setup or repair.
  • Network and host routing: load the locally installed panda-host, tailnet-topology, and operator-network guidance. Those private/operator resources are not canonical content of this public repo; do not copy them here or expose their topology.

Guardrails

  • Keep actual host routing, auth, and other fleet details in the local private manifest, never a public repo, issue, or output envelope.
  • Treat SSH identity mismatch as actionable until independently explained.
  • Do not auto-converge role policy. A Central and a thin satellite should not have the same service or skill surface by default.
  • Run satellites first and Central last only after a reviewed mutation plan exists.
  • Keep fleet audit output redacted before sharing it outside the operator environment.