lxmfy
Installation
SKILL.md
When to use this skill
- You are building or debugging a Python LXMF bot.
- You need the
lxmfy.quad4.iodocs on commands, cogs, storage, or RRC. - You want to scaffold a bot or run
diagnose_boton a bot file.
How to use
- Build lxmfy:
cd mcp/lxmfy && make all. - Add the binary to your MCP client config as
lxmfy. - Call
list_topicsorsearch_docs {query}for docs. - Use
scaffold_botordiagnose_botfor bot work.
Examples
- "Search the LXMFy docs for
FIELD_COMMANDS." - "Scaffold a
reminderbot withscaffold_bot." - "Run
diagnose_boton mynotesbot.py."