pinchy: Skill for Claude Code

.claude/skills/run-model-eval/SKILL.md

run-model-eval is a skill for Claude Code from heypinchy/pinchy. It costs 75 tokens per session (2,002 once invoked), scanned A, original, AGPL-3.0.

A workflow for running Eval-v1, a benchmark that measures how reliably AI agents complete test scenarios.

In plain words
What is it for?
Use it to test newly released Ollama Cloud models, add or rerun evaluation scenarios, update the published dataset, and monitor long-running benchmark jobs.
Why use it?
It provides a repeatable way to run evaluations, refresh benchmark data, and handle long test sweeps that may stall or need monitoring.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is heypinchy/pinchy's own configuration. It tells Claude Code how to work on pinchy itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything pinchy configures →

Reuse

Borrowing it

Nothing to install: this file belongs to heypinchy/pinchy. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/heypinchy/pinchy/main/.claude/skills/run-model-eval/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/heypinchy/pinchy

Made for: Claude Code.

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 run-model-eval

README.md
[![agentmods](https://agentmods.dev/badge/skills/heypinchy/pinchy/run-model-eval/github.svg)](https://agentmods.dev/skills/heypinchy/pinchy/run-model-eval)
Your own site
<a href="https://agentmods.dev/skills/heypinchy/pinchy/run-model-eval"><img src="https://agentmods.dev/badge/skills/heypinchy/pinchy/run-model-eval/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 run-model-eval

Your own site · 80×15
<a href="https://agentmods.dev/skills/heypinchy/pinchy/run-model-eval"><img src="https://agentmods.dev/badge/skills/heypinchy/pinchy/run-model-eval.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 75 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,002 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.00075 $0.02002
Opus 5 $0.00037 $0.01001
Sonnet 5 $0.00015 $0.00400
Haiku 4.5 $0.00007 $0.00200

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

Security

Grade A, and why

run-model-eval 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 9d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (watchdog.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

.claude/skills/run-model-eval/SKILL.md · 122 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Files

What ships with it

2 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. 9d ago First seen · 122 lines · 75 tokens per session scan A 9b2b0caf081b

Subscribe to this mod's changes

run-model-eval is a skill published in the GitHub repository heypinchy/pinchy (177 stars, last pushed 9d ago), licensed AGPL-3.0. It adds 75 tokens to every session and 2,002 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

run-llms

Comprehensive guide for setting up and running local LLMs using Harbor. Use when user wants to run LLMs locally, set up or troubleshoot Ollama, Open WebUI, llama.cpp, vLLM, SearXNG, Open Terminal, or similar local AI services. Covers full setup from Docker prerequisites through running models, per-service…

av/harbor · 114 tokens

harbor

CLI toolkit for managing containerized LLM services. Use when the user wants to start, stop, configure, or manage AI/LLM services like Ollama, Open WebUI, llama.cpp, vLLM, LiteLLM, ComfyUI, and 250+ others. Triggers on requests to "run a model", "start ollama", "set up an LLM", "configure harbor", "manage services"…

av/harbor · 114 tokens

harbor-daytona

Use Harbor's Daytona sandbox platform for computer use — creating sandboxes, taking screenshots, sending mouse/keyboard input, and building agent loops. Use when the user wants to interact with a GUI, automate a desktop, do computer use, control a browser visually, or run Claude computer use against a Daytona sandbox.

av/harbor · 67 tokens

boost-modules

Skill "boost-modules" from av/harbor, covering harbor boost custom modules, module structure, quick reference, output methods and stream text to client.

av/harbor · 0 tokens

background-task

Add or modify work that runs outside the request/response cycle — emails, document ingestion, webhooks, cleanups, scheduled jobs. Use when something is slow or fire-and-forget, or when adding a periodic/cron task. This project's queue is {{ cookiecutter.backgroundtasks }}.

vstorm-co/full-stack-ai-agent-template · 62 tokens

agent-tool

Add a new tool/function the AI agent can call (e.g. look something up, hit an external API, perform an action). Use when extending the assistant's capabilities, wiring a new function into the agent, or when the model needs a new action. This project uses {{ cookiecutter.aiframework }}.

vstorm-co/full-stack-ai-agent-template · 66 tokens