Skip to content

blisspixel/nephmesh

v0.2.1Apache-2.0

Report-only Meshtastic intent planning, spectrum reduction, and the MeshToad plus T-Deck bench. Does not write to a radio unless a skill says so and a human runs it.

NephMesh Agent Plugin

An Agent Plugins 1.0.0 package around the binaries this repo already ships. It is a directory layout plus manifests, not a new control loop.

agent-plugin/
├── plugin.json
├── mcp.json
└── skills/
    ├── plan-intent/SKILL.md
    ├── operator-demo/SKILL.md
    └── meshtoad-bench/SKILL.md

mcp.json launches nephmesh-mcp from PATH (stdio). Build it from operators/meshtastic-operator/cmd/nephmesh-mcp. The tools stay report-only: plan_intent and sense_spectrum do not write to a radio.

Point a compatible client at this directory. Client-specific install, trust, and UX stay with the client. The agent is never the live reconcile loop (ADR 0002).

Skills follow the Agent Skills SKILL.md format. Do not add a parallel .claude/skills/ tree.