Install
openclaw skills install @imattau/yunohost-mcpSet up and diagnose a secure, Nostr-authenticated YunoHost MCP connection in OpenClaw.
openclaw skills install @imattau/yunohost-mcpUse the local signed bridge so OpenClaw can connect to a YunoHost MCP endpoint.
Ask the user for the YunoHost MCP URL, for example https://host.example/mcp.
Run:
uvx --from yunohost-mcp-connect yunohost-mcp-connect setup \
--server https://your-yunohost-domain/mcp \
--client openclaw
Explain that setup creates a per-client Nostr identity and writes
~/.openclaw/openclaw.json (or the path in OPENCLAW_CONFIG_PATH). Preserve
unrelated settings.
Never print or request the private key contents.
Tell the user to enrol the displayed npub with the appropriate YunoHost role, restart OpenClaw, and run the doctor command printed by setup.
If the connection fails, verify the remote URL, confirm the npub has the required YunoHost role, check that the key file is readable only by the user, and rerun the printed doctor command.