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 skills/abdelstark/worldforge/evaluation-benchmarkingnpx skills add AbdelStark/worldforge --skill evaluation-benchmarkinggit clone --depth 1 https://github.com/AbdelStark/worldforgeWrote 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.
[](https://agentmods.dev/skills/abdelstark/worldforge/evaluation-benchmarking)<a href="https://agentmods.dev/skills/abdelstark/worldforge/evaluation-benchmarking"><img src="https://agentmods.dev/badge/skills/abdelstark/worldforge/evaluation-benchmarking.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00053 | $0.00600 |
| Opus 5 | $0.00026 | $0.00300 |
| Sonnet 5 | $0.00011 | $0.00120 |
| Haiku 4.5 | $0.00005 | $0.00060 |
Grade A, and why
evaluation-benchmarking 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 4d 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.
How it starts
The opening of the file, as written. The whole thing — 48 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Evaluation And Benchmarking
Ground Rules
- Built-in eval suites are deterministic contract harnesses, not physical-fidelity or media-quality evidence.
- Benchmark direct provider operations only:
predict,embed,score, andpolicy. plan()is a WorldForge facade workflow. Do not route benchmarkscoreorpolicythrough it.- Preserve
BenchmarkBudgetnon-zero exit behavior on violations. - Preserve claim-boundary and metric-semantics metadata in JSON, Markdown, and CSV renderers.
- Treat benchmark/eval output as evidence only when the fixture, command, provider surface, and renderer semantics are all current and inspectable.
Workflow
- Read
src/worldforge/evaluation/suites.pyfor eval changes orsrc/worldforge/benchmark.pyfor benchmark changes. - Validate inputs eagerly through
BenchmarkInputsandload_benchmark_inputs(...); reject unknown keys and non-finite metrics. - Keep
examples/benchmark-inputs.jsonandexamples/benchmark-budget.jsonreproducible and checkout-safe. - Keep score and policy payloads JSON-native; for provider-native tensors or arrays, preview type and shape rather than forcing raw encoding.
- If operation surfaces or CLI text change, update help snapshots, harness diagnostics, README,
docs/src/benchmarking.md,docs/src/api/python.md,docs/src/playbooks.md, and changelog together. - Test direct operation behavior, input parsing, budget pass/fail paths, and renderer output.
Definition Of Done
- The changed suite or benchmark path has focused tests for success and failure behavior.
- Rendered artifacts remain JSON-native and internally coherent before Markdown/CSV output.
- Claims in README/docs/changelog match the actual command and provider used.
- The final validation includes the focused tests plus docs/provider checks when public text changed.
Metric Semantics
- Latency is process-local wall-clock timing for successful samples.
- Retry counts come from emitted
ProviderEventrecords. - Throughput is successful samples over elapsed time.
- Event rows can aggregate attempts; sum
request_countwhen reporting actual request volume.
What ships with it
1 file 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.
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.
- 4d ago First seen · 48 lines · 53 tokens per session scan A 1cbb700b7b9b
evaluation-benchmarking is a skill published in the GitHub repository AbdelStark/worldforge (108 stars, last pushed today), licensed MIT. It adds 53 tokens to every session and 600 once invoked, about $0.0003 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 skills, from other repositories
equity-deep-dive
A thorough single-equity deep dive — read the recent qualitative picture from the web, then ground it in fundamentals and health ratios, an intrinsic DCF with a sensitivity range, a comparable-company cross-check, and the analyst-consensus view.
dcf-valuation
Estimate a public equity's intrinsic value with a discounted-cash-flow model — pull fundamentals, set a discount rate via CAPM/WACC, project free cash flow, and discount it.
relative-valuation
Value an equity against its peers — peer-median trading multiples applied to the company's metrics for an implied range, cross-read against its own valuation ratios.
consensus-check
Summarize the sell-side view on an equity — analyst price targets, forward EPS/revenue estimates and ratings — and corroborate it against recent guidance and estimate revisions from the web.
ticker-snapshot
Quick structured overview of a single public equity — identity, sector, market cap, valuation ratios, current price, recent trend.
financial-analysis
Perform comprehensive financial analysis including DCF modeling, ratio analysis, and financial statement evaluation for companies and investment opportunities.