ryu-mcp

ryu-mcp is a skill for Claude Code, Codex from amajorai/ryu. It costs 88 tokens per session (1,450 once invoked), scanned A, original, no licence file.

Instructions for operating a Ryu node through its MCP server. They cover configuration, the tools/list connection check, and Ryu operations such as models, agents, workflows, registered MCP servers, RAG Spaces, and skills.

In plain words
What is it for?
Configuring the connection, checking available tools, searching RAG Spaces, activating models, and running Ryu operations.
Why use it?
They explain how an agent can connect to Ryu and use its available tools correctly.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/amajorai/ryu/ryu-mcp
Any agent
npx skills add amajorai/ryu --skill ryu-mcp
Clone the repo
git clone --depth 1 https://github.com/amajorai/ryu

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ryu-mcp

README.md
[![agentmods](https://agentmods.dev/badge/skills/amajorai/ryu/ryu-mcp.svg)](https://agentmods.dev/skills/amajorai/ryu/ryu-mcp)
Your own site
<a href="https://agentmods.dev/skills/amajorai/ryu/ryu-mcp"><img src="https://agentmods.dev/badge/skills/amajorai/ryu/ryu-mcp.svg" alt="Measured on agentmods" height="20"></a>
Per session 88 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,450 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00088 $0.01450
Opus 5 $0.00044 $0.00725
Sonnet 5 $0.00018 $0.00290
Haiku 4.5 $0.00009 $0.00145

Measured 3d ago against content hash 1bb282874622, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

ryu-mcp scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

apps/skills/ryu-mcp/SKILL.md · 108 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 108 lines · 88 tokens per session scan A 1bb282874622

Subscribe to this mod's changes

ryu-mcp is a skill published in the GitHub repository amajorai/ryu (38 stars, last pushed yesterday), with no licence file. It adds 88 tokens to every session and 1,450 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

knowledge-retrieval

Semantic search over ingested documents using RAG (LlamaIndex/ChromaDB or Foundational RAG).

open-gitagent/opengap · 28 tokens

skill-to-subagent

Turn an existing pi skill into an isolated subagent and wire it into a project's implementation pipeline. Decides fitness first, writes the bridge agent, routes the model, tunes context inheritance, and wires a spawn checkpoint. Use on "wrap this skill as a subagent", "turn X into a subagent", "should this be a…

BlackBeltTechnology/pi-agent-dashboard · 93 tokens

anti-slop-frontend

A mechanical, countable anti-slop checklist for AI-generated frontend. Catches the specific signatures an undirected model defaults to: AI-purple glows, Inter-everywhere, em-dashes, div-based fake screenshots, eyebrow-on-every-section, beige+brass "premium" palettes, generic Jane Doe / Acme data. Advisory layer that…

BlackBeltTechnology/pi-agent-dashboard · 147 tokens

doctor

Diagnose why pi-flows, the Anthropic-messages bridge, model resolution, a pi install, a peer, a plugin/bridge, or a build/reload is broken in the pi-agent-dashboard. Derives every fact live (works with the server down). Use on "flow won't show", "bridge waitingpeers", "pi version mismatch", "which pi is this using"…

BlackBeltTechnology/pi-agent-dashboard · 90 tokens

automate

Turn a recurring chore into a Superset automation. Drafts the agent prompt, confirms schedule and target, creates it with the CLI, and reviews the first run together. Use when the user wants a scheduled or recurring agent, a daily or weekly job, or says things like "every morning do X", "automate this", "set up a cron…

superset-sh/superset · 83 tokens

add-llm-model

Use when adding a new LLM/model to stagewise model catalogs, provider instances, routing, validation, docs, or showcase UI.

stagewise-io/stagewise · 33 tokens