π¦ ClawHub
Llm Evaluator
by @aiwithabidi
LLM-as-a-Judge evaluation system using Langfuse. Score AI outputs on relevance, accuracy, hallucination, and helpfulness. Backfill scoring on historical trac...
TERMINAL
clawhub install llm-evaluatorπ About This Skill
name: llm-evaluator description: LLM-as-a-Judge evaluation system using Langfuse. Score AI outputs on relevance, accuracy, hallucination, and helpfulness. Backfill scoring on historical traces. Uses GPT-5-nano for cost-efficient judging. Use when evaluating AI quality, building evals, or monitoring output accuracy. homepage: https://www.agxntsix.ai license: MIT compatibility: Python 3.10+, Langfuse instance, OpenRouter API key metadata: {"openclaw": {"emoji": "\u2696\ufe0f", "requires": {"env": ["OPENROUTER_API_KEY"]}, "primaryEnv": "OPENROUTER_API_KEY", "homepage": "https://www.agxntsix.ai"}}
LLM Evaluator βοΈ
LLM-as-a-Judge evaluation system powered by Langfuse. Uses GPT-5-nano to score AI outputs.
When to Use
Usage
# Test with sample cases
python3 {baseDir}/scripts/evaluator.py testScore a specific Langfuse trace
python3 {baseDir}/scripts/evaluator.py score Score with specific evaluator only
python3 {baseDir}/scripts/evaluator.py score --evaluators relevanceBackfill scores on recent unscored traces
python3 {baseDir}/scripts/evaluator.py backfill --limit 20
Evaluators
| Evaluator | Measures | Scale | |-----------|----------|-------| | relevance | Response relevance to query | 0β1 | | accuracy | Factual correctness | 0β1 | | hallucination | Made-up information detection | 0β1 | | helpfulness | Overall usefulness | 0β1 |
Credits
Built by M. Abidi | agxntsix.ai YouTube | GitHub Part of the AgxntSix Skill Suite for OpenClaw agents.π Need help setting up OpenClaw for your business? Book a free consultation
β‘ When to Use
π‘ Examples
# Test with sample cases
python3 {baseDir}/scripts/evaluator.py testScore a specific Langfuse trace
python3 {baseDir}/scripts/evaluator.py score Score with specific evaluator only
python3 {baseDir}/scripts/evaluator.py score --evaluators relevanceBackfill scores on recent unscored traces
python3 {baseDir}/scripts/evaluator.py backfill --limit 20