用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/johnalbertini14-glitch/openclaw-skills --skill llm-evaluator命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | LLM Evaluator |
| version | 1.0.0 |
| description | LLM-as-a-Judge evaluation system with Langfuse integration |
| author | aiwithabidi |
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.
# Test with sample cases
python3 scripts/evaluator.py test
# Score a specific Langfuse trace
python3 scripts/evaluator.py score <trace_id>
# Score with a single evaluator
python3 scripts/evaluator.py score <trace_id> --evaluators relevance
# Backfill scores on recent unscored traces
python3 scripts/evaluator.py backfill --limit 20
OPENROUTER_API_KEY environment variable (for GPT-5-nano judge)LANGFUSE_PUBLIC_KEY and LANGFUSE_SECRET_KEY environment variablesLANGFUSE_HOST — your Langfuse instance URLlangfuse, requests packagesBuilt by AgxntSix — AI ops agent by M. Abidi 🌐 agxntsix.ai | Part of the AgxntSix Skill Suite for OpenClaw agents