yutori-login

yutori-login is a skill for Claude Code from yutori-ai/yutori-mcp. It costs 15 tokens per session (109 once invoked), scanned A, original, Apache-2.0.

A login guide for Yutori, an account connection used by Yutori tools. It tells you to run a command in a separate terminal so browser authentication can save an API key.

In plain words
What is it for?
It is for logging in to Yutori and storing the credentials needed by its tools.
Why use it?
It explains how to complete the browser-based sign-in when normal command execution cannot provide the required terminal session.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Part of the yutori plugin — 15 skills, 1 MCP server shipped together

Good fit It is for logging in to Yutori and storing the credentials needed by its tools.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/yutori-ai/yutori-mcp/00-login
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.

Any agent
npx skills add yutori-ai/yutori-mcp --skill 00-login
Clone the repo
git clone --depth 1 https://github.com/yutori-ai/yutori-mcp

Made for: Claude Code.

Or install yutori, the plugin that ships this one along with the rest of its 15 skills, 1 MCP server.

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 yutori-login

README.md
[![agentmods](https://agentmods.dev/badge/skills/yutori-ai/yutori-mcp/00-login/github.svg)](https://agentmods.dev/skills/yutori-ai/yutori-mcp/00-login)
Your own site
<a href="https://agentmods.dev/skills/yutori-ai/yutori-mcp/00-login"><img src="https://agentmods.dev/badge/skills/yutori-ai/yutori-mcp/00-login/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for yutori-login

Your own site · 80×15
<a href="https://agentmods.dev/skills/yutori-ai/yutori-mcp/00-login"><img src="https://agentmods.dev/badge/skills/yutori-ai/yutori-mcp/00-login.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 15 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 109 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium MCP Rug Pull · line 12
    uvx/uv tool run commands without ==version create a rug-pull risk.
    Fix: Pin the version: uvx package-name==1.2.3
How audits are shown
Origin original 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.1 $0.00015 $0.00109
Opus 5 $0.00008 $0.00055
Sonnet 5 $0.00003 $0.00022
Haiku 4.5 $0.00002 $0.00011

Measured 12d ago against content hash 0682fc04316a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

yutori-login 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 12d 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.

skills/00-login/SKILL.md · 18 lines

What it actually says

Yutori Login

Tell the user to run this command in a separate terminal window:

uvx yutori-mcp login

This opens a browser for authentication and saves the API key to ~/.yutori/config.json. After login, all Yutori tools work automatically.

Do NOT run this command via Bash — the browser and callback server need a real terminal.

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. 12d ago First seen · 18 lines · 15 tokens per session scan A 0682fc04316a

Subscribe to this mod's changes

yutori-login is a skill published in the GitHub repository yutori-ai/yutori-mcp (24 stars, last pushed today), licensed Apache-2.0. It adds 15 tokens to every session and 109 once invoked, about $0.0001 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