Create and configure an agent on a Ryu node via Core's /api/agents REST surface. Covers listing, reading, creating, updating, and deleting agents, the full record schema (system prompt, engine, model, tools, skills allowlist, orchestrator and agent-creation toggles), and inspecting an agent's reachable tools. Use when a user wants a custom agent on their Ryu node.
$npx -y skills add amajorai/ryu --skill ryu-build-agentInstalls into the current project.
Run `npx skills use "https://github.com/amajorai/ryu" --skill "amajorai/ryu/ryu-build-agent"` 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.