lxmf
Installation
SKILL.md
When to use this skill
- You need to understand LXMF message structure, delivery methods, or stamps.
- You want to inspect
~/.reticulumstorage, identities, or destinations. - You are building a tool that reads local Reticulum state.
How to use
- Build lxmf:
cd mcp/lxmf && go test ./... && go build. - Add the binary to your MCP client config as
lxmf. - Call
store_config,store_inventory,store_identities, orstore_destinationsto read state. - Combine with the
reticulumskill for mesh concepts.
Examples
- "Show sanitized
~/.reticulum/configwithout keys." - "List known destinations and their first/last seen times."
- "Explain
PROPAGATEDdelivery and propagation nodes."