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 skills add Goodeye-Labs/truesight-mcp-skills --skill create-evaluationgit clone --depth 1 https://github.com/Goodeye-Labs/truesight-mcp-skillsWrote 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/goodeye-labs/truesight-mcp-skills/create-evaluation)<a href="https://agentmods.dev/skills/goodeye-labs/truesight-mcp-skills/create-evaluation"><img src="https://agentmods.dev/badge/skills/goodeye-labs/truesight-mcp-skills/create-evaluation/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.
<a href="https://agentmods.dev/skills/goodeye-labs/truesight-mcp-skills/create-evaluation"><img src="https://agentmods.dev/badge/skills/goodeye-labs/truesight-mcp-skills/create-evaluation.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00066 | $0.02974 |
| Opus 5 | $0.00033 | $0.01487 |
| Sonnet 5 | $0.00013 | $0.00595 |
| Haiku 4.5 | $0.00007 | $0.00297 |
Grade A, and why
create-evaluation scanned grade A with 1 finding 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -sS -X POST "https://api.truesight.goodeyelabs.com/api/eval/<public_id>" \ How it starts
The opening of the file, as written. The whole thing — 309 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Create Evaluation
Run this skill when a user asks to create evals for a task, workflow, or output type.
Outcome
Produce all of the following in one flow:
- Scoped evaluation dimensions with clear pass/fail boundaries
- Deployed live eval endpoints
- Full runnable cURL per endpoint (must include exact live eval ID and exact API key)
- A generated companion skill that explains how to use the evals in the user's workflow
Default behavior
- Prioritize non-technical scoping first.
- Use binary evaluations by default.
- Create separate evals per dimension by default.
- Avoid asking implementation-detail questions unless they change product intent.
- Infer technical defaults and execute.
Interactive Q&A protocol (mandatory)
Anti-pattern: "This is obvious, skip questions"
Do not skip the interactive scoping loop, even when the use case seems simple. Fast assumption-heavy execution creates weak criteria and poor downstream behavior. Keep the dialogue short when possible, but do not skip it.
Checklist (complete in order)
You MUST complete each item in order:
- Initial framing. Restate the use case and intended operator outcome.
- Clarifying dialogue. Ask one question at a time; prefer multiple-choice when possible.
- Approach options. Propose 2-3 decomposition options with trade-offs and recommendation.
- Design approval loop. Present these sections and get approval after each section:
- Quality dimensions
- Pass/fail boundaries and strictness
- Operational usage pattern (gate, rank, revise loop, monitor)
- Seed labeling. Have the user label a small sample of traces to calibrate the LLM judge (see Seed labeling section below).
- Build authorization checkpoint. Ask for explicit go-ahead before any MCP build or deploy action.
- Implementation and verification. Execute from-scratch flow, verify, then deliver artifacts.
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.
- 11d ago First seen · 309 lines · 66 tokens per session scan A 2ed62536db90
create-evaluation is a skill published in the GitHub repository Goodeye-Labs/truesight-mcp-skills (7 stars, last pushed 5mo ago), licensed MIT. It adds 66 tokens to every session and 2,974 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
patrol-e2e-testing
Use when writing E2E/integration tests, testing native interactions like permissions or system dialogs, capturing UI regressions, or validating cross-platform behavior (Patrol 4.x).
mockito
Use when generating mocks, stubbing methods, verifying interactions, capturing arguments, or choosing between mocks, fakes, and real objects (Mockito).
testing
Use when writing or reviewing Flutter/Dart tests (unit, widget, golden), fixing flaky tests, adding coverage, or choosing between unit and widget tests.
mocktail
Use when creating mocks, stubbing methods, verifying interactions, registering fallback values, or choosing between mocks, fakes, and real objects (Mocktail).
revenuecat-testing
Use when testing RevenueCat purchases/subscriptions, setting up sandbox testing, debugging a purchase/restore/trial, verifying entitlements or events, or writing an IAP QA plan.
fix-tests
Focus on all unit + command tests (pytest --exclude tests/integration). Make sure they pass and fix errors. If you run into anything very odd: stop, and let me know. Mutate test code first and let me know if you think you should update application code.