Drive a Ryu node through the apps/mcp MCP server. Covers configuring the stdio server with RYU_CORE_URL, the tools/list handshake, and every Ryu tool (ask Ryu, list/activate models, list agents and teams, run workflows, bridge to registered MCP servers, search RAG Spaces and skills). Use when an agent should operate a Ryu node over MCP rather than raw HTTP.
$npx -y skills add amajorai/ryu --skill ryu-mcpInstalls into the current project.
Run `npx skills use "https://github.com/amajorai/ryu" --skill "amajorai/ryu/ryu-mcp"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/amajorai/ryu" that are relevant to the current task. Run `npx skills add "https://github.com/amajorai/ryu"` and select the relevant skills, then follow their instructions.