slime-user

slime-user is a skill for Claude Code, Codex from yzlnew/infra-skills. It costs 101 tokens per session (3,356 once invoked), scanned A, original, no licence file.

A guide to SLIME, a framework for training language models with reinforcement learning, where model behavior is shaped using rewards. It covers the framework’s setup and operation.

In plain words
What is it for?
Use it for setup, training runs, multi-turn interactions, custom reward models, tool-calling scenarios, and SLIME troubleshooting.
Why use it?
It helps developers understand the configuration and troubleshooting involved in reinforcement-learning training workflows.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it for setup, training runs, multi-turn interactions, custom reward models, tool-calling scenarios, and SLIME troubleshooting.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/yzlnew/infra-skills/slime-user
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 yzlnew/infra-skills --skill slime-user
Clone the repo
git clone --depth 1 https://github.com/yzlnew/infra-skills

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 slime-user

README.md
[![agentmods](https://agentmods.dev/badge/skills/yzlnew/infra-skills/slime-user/github.svg)](https://agentmods.dev/skills/yzlnew/infra-skills/slime-user)
Your own site
<a href="https://agentmods.dev/skills/yzlnew/infra-skills/slime-user"><img src="https://agentmods.dev/badge/skills/yzlnew/infra-skills/slime-user/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 slime-user

Your own site · 80×15
<a href="https://agentmods.dev/skills/yzlnew/infra-skills/slime-user"><img src="https://agentmods.dev/badge/skills/yzlnew/infra-skills/slime-user.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 101 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,356 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.
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.1 $0.00101 $0.03356
Opus 5 $0.00051 $0.01678
Sonnet 5 $0.00020 $0.00671
Haiku 4.5 $0.00010 $0.00336

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

Security

Grade A, and why

slime-user 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 11d 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.

slime-user/SKILL.md · 395 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

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 11d ago First seen · 395 lines · 101 tokens per session scan A 8395d2fc7b51

Subscribe to this mod's changes

slime-user is a skill published in the GitHub repository yzlnew/infra-skills (145 stars, last pushed 2mo ago), with no licence file. It adds 101 tokens to every session and 3,356 once invoked, about $0.0005 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

upstash-vector-js

Work with the @upstash/vector TypeScript/JavaScript SDK, a serverless vector database for embeddings, similarity search, semantic search, and RAG (retrieval-augmented generation). Use when upserting, querying, fetching, ranging, or deleting vectors, upserting raw text against an index with a built-in embedding model…

upstash/skills · 152 tokens

ito-compute

Query live GPU inventory, submit an authenticated Itô fixed-rate RFQ, inspect RFQ or procurement status, revoke device credentials, and run explicitly gated node qualification through the separately installed canonical CLI. Use when a user asks to find H100/H200 capacity, request a fixed compute rate, check Itô…

gongyijie85/dsh-ecc · 90 tokens

ito-inference

Inspect the availability of model serving on a completed Itô compute booking and, when the canonical backend becomes available, hand off an explicitly confirmed serving manifest. Use after ito-compute has booked GPU nodes and the user asks for an OpenAI-compatible endpoint, ito-serve, hosted Kimi, or self-hosted…

gongyijie85/dsh-ecc · 80 tokens

ito-training

Inspect the availability of ML training on a completed Itô compute booking and, when the canonical backend becomes available, hand off an explicitly confirmed training manifest. Use after ito-compute has booked GPU nodes and the user wants pre-training, fine-tuning, or RL on that metal. ECC implements no training…

gongyijie85/dsh-ecc · 68 tokens

cvqnn

Skill for understanding, using, and implementing the Continuous Variable Quantum Neural Network (CVQNN) for binary classification via the CVQNNAlgorithm class, CVSimulator, and CVClassifier. Skill-first for covered code generation, runnable examples, execution, debugging, validation, and fixed workflows.

unitarylab/quantum-practices · 61 tokens

vqc

Skill for understanding, using, and implementing the Variational Quantum Classifier (VQC) for Iris dataset classification with data re-uploading and Parameter Shift Rule via the VQCAlgorithm class. Skill-first for covered code generation, runnable examples, execution, debugging, validation, and fixed workflows.

unitarylab/quantum-practices · 61 tokens