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.
npx agentmods add instructions/modelscope/evalscope/agents-mdgit clone --depth 1 https://github.com/modelscope/evalscopeWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.02880 | $0.02880 |
| Opus 5 | $0.01440 | $0.01440 |
| Sonnet 5 | $0.00576 | $0.00576 |
| Haiku 4.5 | $0.00288 | $0.00288 |
Grade A, and why
evalscope AGENTS.md 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 yesterday.
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.
How it starts
The opening of the file, as written. The whole thing — 173 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
EvalScope — LLM evaluation framework with a registry-based plugin architecture. This file is the contract for AI coding agents working in this repo.
Setup
pip install -e . # basic install
make dev # dev + perf + docs extras + pre-commit
Python ≥ 3.10 (3.10 / 3.11 / 3.12). Dependencies: requirements/framework.txt + pyproject.toml [project.optional-dependencies] (extras: opencompass, vlmeval, rag, perf, app, aigc, sandbox, service, dev, docs, all, plus per-benchmark extras).
Build, lint, test
make lint # apply Ruff fixes/formatting and run all pre-commit checks
pytest tests/cli/test_all.py::TestRun::test_ci_lite -v -s -p no:warnings # CI smoke test
pytest tests/perf/test_perf_basic.py::TestPerfBasic::test_multi_parallel_sweep -v -s # perf
Commits failing make lint are rejected on main.
Docs generation
Benchmark detail pages (docs/{zh,en}/benchmarks/<name>.md) and meta cache (evalscope/benchmarks/_meta/<name>.json) are auto-generated from each adapter's BenchmarkMeta.description + dataset statistics. Do not hand-edit those files.
Every BenchmarkMeta.description must be English Markdown with these sections in this order:
## Overview: benchmark purpose and scope.## Task Description: bullet fields forTask Type,Input,Output, andDomain(use a more precise fourth field such asModalitiesorGradingonly whenDomaindoes not apply).## Key Features: dataset scale/source, evaluated capabilities, and version-specific behavior.## Evaluation Notes: metrics, scoring procedure, runtime/dependency requirements, and compatibility limits.
Do not replace these required headings with benchmark-specific headings. Add extra sections only when the four required sections are insufficient.
When you add a benchmark or change its BenchmarkMeta.description, run:
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.
- yesterday Changed · -15 tokens per session af88609e66ea
- 3d ago First seen · 173 lines · 2,895 tokens per session scan A f46c3186f0ff
evalscope AGENTS.md is an instructions file published in the GitHub repository modelscope/evalscope (3,347 stars, last pushed yesterday), licensed Apache-2.0. It adds 2,880 tokens to every session, about $0.0144 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.
Other instructions, from other repositories
Eval CLAUDE.md
Instructions for ai-twinkle/Eval, covering twinkle eval — 專案規範手冊(claude.md), 目錄, 1. 專案定位與設計理念, 1.1 誕生背景 and 1.2 核心設計哲學.
agentinsight-sdk-python AGENTS.md
Instructions for AgentInsight/agentinsight-sdk-python, covering agentinsight python sdk — 智能体执行规则, 1. 项目基本信息, 1.1 技术栈, 1.2 项目关键特征 and 1.3 项目目录结构.
proofrag AGENTS.md
Instructions for unshDee/proofrag, covering agents, use it as a skill and install the engine.
AutoRAG copilot-instructions.md
Copilot instructions for Marker-Inc-Korea/AutoRAG, covering autorag - ai-powered rag pipeline optimization, working effectively, prerequisites and system setup, platform dependencies and install java 17 (required).
GPT-RAG release.instructions.md
Instructions for Azure/GPT-RAG, a project described as: Sharing the learning along the way we been gathering to enable Azure OpenAI at enterprise scale in a secure manner. GPT-RAG core is a Retrieval-Augmented Generation pattern running in Azure, using Azure Cognitive Search for retrieval and Azure OpenAI large…
oci-agent CLAUDE.md
Instructions for Netflix-Skunkworks/oci-agent, covering observational causal inference (oci) agent and rules.