reticulum-go
Installation
SKILL.md
When to use this skill
- You need the Reticulum-Go docs or package map.
- You are working with the Go implementation of Reticulum.
- You want to compare the Go docs against the Python reference.
How to use
- Build reticulum-go:
cd mcp/reticulum-go && go test ./... && go build. - Add the binary to your MCP client config as
reticulum-go. - Call
list_topicsorsearch_docs {query}for docs. - Use
fetch_page {url}for a specific page orgithub_repofor repository info.
Examples
- "Search the Reticulum-Go docs for
packethandling." - "Show the package map topic."
- "List open issues on the Reticulum-Go GitHub repo."