mesh-master

mesh-master is a skill for Claude Code, Codex from Snail3D/Mesh-Master. It costs 50 tokens per session (3,216 once invoked), scanned C, original, GPL-3.0.

An operations toolkit for Meshtastic and MeshCore, systems that send messages over long-range, low-power radio networks without relying on the internet. It covers network devices, setup, commands, and AI-assisted operations.

In plain words
What is it for?
Use it to set up the toolkit with Docker or OrbStack, manage mesh devices, run commands, and connect AI agents to mesh-network operations.
Why use it?
It gives developers one place to work with these radio networks and their connected devices.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/snail3d/mesh-master/mesh-master
Any agent
npx skills add Snail3D/Mesh-Master --skill mesh-master
Clone the repo
git clone --depth 1 https://github.com/Snail3D/Mesh-Master

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for mesh-master

README.md
[![agentmods](https://agentmods.dev/badge/skills/snail3d/mesh-master/mesh-master.svg)](https://agentmods.dev/skills/snail3d/mesh-master/mesh-master)
Your own site
<a href="https://agentmods.dev/skills/snail3d/mesh-master/mesh-master"><img src="https://agentmods.dev/badge/skills/snail3d/mesh-master/mesh-master.svg" alt="Measured on agentmods" height="20"></a>
Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,216 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00050 $0.03216
Opus 5 $0.00025 $0.01608
Sonnet 5 $0.00010 $0.00643
Haiku 4.5 $0.00005 $0.00322

Measured 5d ago against content hash 8a912edc74e8, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade C, and why

mesh-master scanned grade C with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Downloads and executes remote codehighSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

curl -s http://localhost:8087/v1/models | python3 -m json.tool

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -s http://localhost:8087/v1/models | python3 -m json.tool
hermes-profile/skills/mesh-master/SKILL.md · 339 lines

The source is not reproduced here

Licensed GPL-3.0

The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 339 lines · 50 tokens per session scan C 8a912edc74e8

Subscribe to this mod's changes

mesh-master is a skill published in the GitHub repository Snail3D/Mesh-Master (5 stars, last pushed 1mo ago), licensed GPL-3.0. It adds 50 tokens to every session and 3,216 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

rtl-equivalence-checker

Hardware verification tool for checking functional equivalence between two RTL designs (Verilog). Use when users need to: (1) Verify if two RTL versions are functionally equivalent, (2) Compare original vs. refactored RTL code, (3) Validate design changes or optimizations, (4) Identify semantic vs. cosmetic…

ArabelaTso/Skills-4-SE · 126 tokens

rtl-property-inference

Automatically infer formal correctness properties from Verilog/SystemVerilog RTL code and generate SystemVerilog Assertions (SVA). Identifies control-flow invariants (mutual exclusion, valid-ready handshakes, pipeline ordering, safety properties), liveness expectations, and temporal properties. Use when working with…

ArabelaTso/Skills-4-SE · 97 tokens

rtl-specification-consistency-checker

Check behavioral consistency between high-level hardware specifications and RTL implementations. Use when asked to check RTL consistency, verify RTL against spec, check hardware specification compliance, validate RTL implementation, find spec violations in RTL, check behavioral consistency, or when working with…

ArabelaTso/Skills-4-SE · 84 tokens

system-migration

Guides operating system and hardware platform migrations including Linux distribution changes, Windows to Linux migration, mainframe to x86 modernization, data center migrations (physical to virtual, P2V, V2V), hardware platform changes, system consolidation, and legacy system decommissioning. Covers OS compatibility…

DauQuangThanh/hanoi-rainbow · 128 tokens

gke-compute-classes

Configures, optimizes, and troubleshoots GKE ComputeClasses. Use when configuring Spot VMs with on-demand fallback, targeting specific accelerators (GPUs/TPUs) or machine families, restricting ComputeClass access, or debugging pending pods related to node pool auto-creation. Do not use for cluster-level Node Auto…

google/skills · 83 tokens

jetson-diagnostic

Read-only Jetson health snapshot for identity, memory, GPU, thermal, power, storage, services, and top processes.

NVIDIA/skills · 30 tokens