# Agenthog Add Eval

> Add an evaluator that scores agent outputs and surfaces the score on traces in the AgentHog dashboard. PLANNED — not yet implemented.

- Skill: `theagentos/agenthog-add-eval` (Agent Skill)
- Install (CLI): `npx skillmds@latest add theagentos/agenthog-add-eval`
- Raw SKILL.md: https://api.skillmd.com/api/skills/theagentos/agenthog-add-eval/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: theagentos (https://skillmd.com/u/theagentos)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/theagentos/agenthog-add-eval

---


# Agenthog add eval — PLANNED

This skill is planned but not yet written. The intended scope:

1. Pick an evaluator template (hallucination, helpfulness, format-correctness,
   custom LLM-as-judge).
2. Wire the eval to run on a sample of incoming traces (e.g. 10%) or on a
   dataset on demand.
3. Surface the eval score as a `agent.eval` event on the trace.
4. Verify the score shows up in the AgentHog Evaluators tab.

Track progress at https://github.com/TheAgentOS/agentos-skills/issues

