Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here
lxmf-toolkit logo

lxmf-toolkit

reticulum-skills

OtherClaude Codeby torlando-tech

Summary

Development toolkit for LXMF protocol - skills, commands, and agents for messaging development

Install to Claude Code

/plugin install lxmf-toolkit@reticulum-skills

Run in Claude Code. Add the marketplace first with /plugin marketplace add torlando-tech/reticulum-skills if you haven't already.

README.md

DISCLAIMER

The markdown files in this repository have all been generated by Claude Code. I have not verified them for accuracy. If you see something that is wrong, incomplete, misleading, etc., please either open an issue or submit a PR.

These documents are meant to serve as a "better than nothing" starting point for developers using AI coding agents who are new to the Reticulum ecosystem. They are not meant to be a replacement for reading the Reticulum Manual, or learning and understanding these concepts for yourself. At time of writing, I have not been using these myself for long enough to have refined them. I am simply providing them in an as-is, experimental state. The vast experience of my own development time using Claude Code has not used these skills; I instead cloned the relevant repos and had Claude reference the source code directly. This is guaranteed to be accurate, but may spend more tokens to get to the truth.

If you are already well versed in Reticulum, and especially if you are already developing applications for it, please do not waste your time reviewing these documents for accuracy, unless you are truly interested in what Claude interpreted. While I will be grateful for corrections, additions, etc., I do not wish to slow anyone down who is not using AI tools to assist their development.

Thank you,

Torlando

Reticulum Skills

Claude Code plugins for Reticulum Network Stack and related protocol development.

Available Plugins

| Plugin | Description | |--------|-------------| | reticulum-protocol | Comprehensive protocol knowledge for implementing Reticulum with byte-perfect interoperability | | lxmf-toolkit | Development toolkit for LXMF (Lightweight Extensible Message Format) protocol | | nomadnet-micron-toolkit | NomadNet page development and Micron markup language toolkit |

Installation

From GitHub (recommended)

# Add the marketplace
claude plugin marketplace add https://github.com/torlando-tech/reticulum-skills

# Install a plugin (choose one or more)
claude plugin install reticulum-protocol@reticulum-skills
claude plugin install lxmf-toolkit@reticulum-skills
claude plugin install nomadnet-micron-toolkit@reticulum-skills

Local Development

# Run Claude Code with a plugin directory
claude --plugin-dir /path/to/reticulum-skills/reticulum-protocol
claude --plugin-dir /path/to/reticulum-skills/lxmf-toolkit
claude --plugin-dir /path/to/reticulum-skills/nomadnet-micron-toolkit

Plugins

reticulum-protocol

Comprehensive protocol knowledge base for implementing Reticulum in any programming language with byte-perfect interoperability.

Components:

  • 9 Skills (auto-triggering on protocol concepts):
  • transport-routing - Packet routing, path tables, multi-hop forwarding
  • links - Link establishment, ECDH key exchange, keepalives
  • resources - Large data transfer, windowing, compression
  • destinations - Address types, hash calculation, naming
  • packets-wire-format - Binary packet structure, MTU/MDU, headers
  • cryptography-identity - Ed25519, X25519, HKDF, token format
  • interfaces - Interface types, IFAC, announce propagation modes
  • announce-mechanism - Path discovery, announce format, bandwidth management
  • reticulum-utilities - rnpath, rnprobe, rnid, rnstatus utilities
  • Agent: protocol-implementation-assistant - Proactive assistance for implementing Reticulum protocol in any language

lxmf-toolkit

Development toolkit for the LXMF messaging protocol built on Reticulum.

Components:

  • Skill: lxmf-protocol - Protocol knowledge, patterns, and debugging
  • Commands:
  • /lxmf-debug - Debug routing and delivery issues
  • /lxmf-analyze - Inspect message structure
  • /lxmf-sender - Run example sender script
  • /lxmf-receiver - Run example receiver script
  • /lxmf-docs - Protocol documentation lookup
  • Agent: lxmf-developer - Proactive assistance when editing LXMF code

nomadnet-micron-toolkit

Development toolkit for NomadNet pages and the Micron markup language.

Components:

  • Skills:
  • micron-syntax - Complete Micron markup syntax reference (formatting, links, fields, colors)
  • nomadnet-pages - Page structure, authentication, file serving, dynamic pages
  • Commands:
  • /micron-preview - Preview Micron markup rendering
  • /nomadnet-page-create - Scaffold a new NomadNet page
  • Agent: nomadnet-developer - Proactive assistance for NomadNet page development and Micron parsing

Related Projects

  • Reticulum - Cryptography-based networking stack
  • LXMF - Lightweight Extensible Message Format
  • Sideband - LXMF client application
  • Nomad Network - Terminal-based mesh communication

Related plugins

Browse all →