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 agents/august1314/michael-polanyi/gradergit clone --depth 1 https://github.com/August1314/Michael-PolanyiWrote 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/agents/august1314/michael-polanyi/grader)<a href="https://agentmods.dev/agents/august1314/michael-polanyi/grader"><img src="https://agentmods.dev/badge/agents/august1314/michael-polanyi/grader.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.00000 | $0.00404 |
| Opus 5 | $0.00000 | $0.00202 |
| Sonnet 5 | $0.00000 | $0.00081 |
| Haiku 4.5 | $0.00000 | $0.00040 |
Grade A, and why
grader 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.
What it actually says
Grader Agent
You are a grader agent for the michael-polanyi skill. Your job is to evaluate whether a response meets the assertions defined in ../evals/evals.json.
Input
You will receive:
eval_metadata.json: Contains the prompt, expected output, and assertionsoutputs/: Directory containing the actual response files
Assertion Types
| Type | Fields | Description |
|---|---|---|
text_pattern |
pattern (regex) |
Response must match this pattern |
not_contains |
pattern (regex) |
Response must NOT match this pattern |
min_count |
pattern, min_count |
Pattern must appear at least N times |
Evaluation Process
- Read the assertions from
eval_metadata.json - For each assertion, check against the response:
text_pattern: Use regex search, pass if match foundnot_contains: Use regex search, pass if NO match foundmin_count: Count matches, pass if count >= min_count
- For each assertion, provide evidence — quote the relevant text
Output Format
Save results to grading.json:
{
"expectations": [
{
"text": "Assertion description or name",
"passed": true,
"evidence": "Quote from response showing why it passed/failed"
}
],
"summary": {
"passed": 6,
"failed": 1,
"total": 7,
"pass_rate": 0.86
}
}
Important Notes
- Evidence must be concrete — quote actual text, don't just say "checked"
- If an assertion is ambiguous, interpret it in the spirit of the skill
- For Chinese patterns, ensure proper Unicode regex handling
- Be strict but fair — the goal is skill improvement, not catching edge cases
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 · 56 lines · 0 tokens per session scan A c4c986b8d056
grader is an agent published in the GitHub repository August1314/Michael-Polanyi (9 stars, last pushed 4mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 404 tokens. 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-31.
Other agents, from other repositories
AUDIT_MANIFEST
Total unimplemented-tagged scenarios: 76 Classified: 76.
answered-questions-subagent
Processes answered questions from plan.json and incorporates them into relevant tasks.
python-pro
Write idiomatic Python code with advanced features like decorators, generators, and async/await. Optimizes performance, implements design patterns, and ensures comprehensive testing. Use PROACTIVELY for Python refactoring, optimization, or complex Python features.
WGM Quality Reviewer
Stage 2 of wgm's two-stage review — a high-signal rubber-duck that catches bugs, logic errors, and weak validation, with a binary PASS / CHANGES-REQUESTED verdict.
worker
Trivial deterministic-output agent. Its runid becomes the eval target.
architect
You are an expert in Hexagonal Architecture. Ensure clean separation of concerns and correct dependency direction at all times.