pinchbenchpinchbenchOfficialยท3 Agent Skills Included

skill

Benchmark AI coding agents on real-world everyday tasks

Benchmarks AI coding agents against 53 real-world tasks like scheduling meetings, writing code, triaging email, and analyzing spreadsheets. Grades each model automatically or with an LLM judge, then publishes scores to a public leaderboard. Helps teams compare models on tool usage, multi-step reasoning, and practical outcomes instead of synthetic tests.
npx skills add pinchbench/skill --all -g -y

All Skills in This Repository (3)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install PinchBench?โ–ผ

Run `npx skills add pinchbench/skill --all -g -y` in your terminal to install the benchmark skill globally.

What does PinchBench test?โ–ผ

It tests how well AI models handle real agent tasks like calendar scheduling, email triage, research, coding, and file management, rather than isolated synthetic questions.

How do I run a benchmark on my model?โ–ผ

Run the benchmark script with your model ID, for example `./scripts/run.sh --model openrouter/anthropic/claude-sonnet-4`, and results upload to the public leaderboard automatically.

Which AI agents does PinchBench work with?โ–ผ

PinchBench is built to evaluate models running as the brain of an OpenClaw agent, and requires Python 3.10+, the uv package manager, and a running OpenClaw instance.

Can I add my own benchmark tasks?โ–ผ

Yes. Create a markdown file in the tasks folder following TASK_TEMPLATE.md with a prompt, expected behavior, grading criteria, and optional automated checks.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’