# Send Skill Evaluator to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "skill-evaluator",
    "name": "Skill Evaluator",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/Terwox/skill-evaluator",
    "canonicalUrl": "https://clawhub.ai/Terwox/skill-evaluator",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/skill-evaluator",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=skill-evaluator",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "assets/EVAL-TEMPLATE.md",
      "references/rubric.md",
      "scripts/eval-skill.py"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "skill-evaluator",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-08T22:18:23.110Z",
      "expiresAt": "2026-05-15T22:18:23.110Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=skill-evaluator",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=skill-evaluator",
        "contentDisposition": "attachment; filename=\"skill-evaluator-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "skill-evaluator"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/skill-evaluator"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/skill-evaluator",
    "downloadUrl": "https://openagent3.xyz/downloads/skill-evaluator",
    "agentUrl": "https://openagent3.xyz/skills/skill-evaluator/agent",
    "manifestUrl": "https://openagent3.xyz/skills/skill-evaluator/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/skill-evaluator/agent.md"
  }
}
```
## Documentation

### Skill Evaluator

Evaluate skills across 25 criteria using a hybrid automated + manual approach.

### 1. Run automated checks

python3 scripts/eval-skill.py /path/to/skill
python3 scripts/eval-skill.py /path/to/skill --json    # machine-readable
python3 scripts/eval-skill.py /path/to/skill --verbose  # show all details

Checks: file structure, frontmatter, description quality, script syntax, dependency audit, credential scan, env var documentation.

### 2. Manual assessment

Use the rubric at references/rubric.md to score 25 criteria across 8 categories (0–4 each, 100 total). Each criterion has concrete descriptions per score level.

### 3. Write the evaluation

Copy assets/EVAL-TEMPLATE.md to the skill directory as EVAL.md. Fill in automated results + manual scores.

### Evaluation Process

Run eval-skill.py — get the automated structural score
Read the skill's SKILL.md — understand what it does
Read/skim the scripts — assess code quality, error handling, testability
Score each manual criterion using references/rubric.md — concrete criteria per level
Prioritize findings as P0 (blocks publishing) / P1 (should fix) / P2 (nice to have)
Write EVAL.md in the skill directory with scores + findings

### Categories (8 categories, 25 criteria)

#CategorySource FrameworkCriteria1Functional SuitabilityISO 25010Completeness, Correctness, Appropriateness2ReliabilityISO 25010Fault Tolerance, Error Reporting, Recoverability3Performance / ContextISO 25010 + AgentToken Cost, Execution Efficiency4Usability — AI AgentShneiderman, Gerhardt-PowalsLearnability, Consistency, Feedback, Error Prevention5Usability — HumanTognazzini, NormanDiscoverability, Forgiveness6SecurityISO 25010 + OpenSSFCredentials, Input Validation, Data Safety7MaintainabilityISO 25010Modularity, Modifiability, Testability8Agent-SpecificNovelTrigger Precision, Progressive Disclosure, Composability, Idempotency, Escape Hatches

### Interpreting Scores

RangeVerdictAction90–100ExcellentPublish confidently80–89GoodPublishable, note known issues70–79AcceptableFix P0s before publishing60–69Needs WorkFix P0+P1 before publishing<60Not ReadySignificant rework needed

### Deeper Security Scanning

This evaluator covers security basics (credentials, input validation, data safety) but for thorough security audits of skills under development, consider SkillLens (npx skilllens scan <path>). It checks for exfiltration, code execution, persistence, privilege bypass, and prompt injection — complementary to the quality focus here.

### Dependencies

Python 3.6+ (for eval-skill.py)
PyYAML (pip install pyyaml) — for frontmatter parsing in automated checks
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Terwox
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-08T22:18:23.110Z
- Expires at: 2026-05-15T22:18:23.110Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/skill-evaluator)
- [Send to Agent page](https://openagent3.xyz/skills/skill-evaluator/agent)
- [JSON manifest](https://openagent3.xyz/skills/skill-evaluator/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/skill-evaluator/agent.md)
- [Download page](https://openagent3.xyz/downloads/skill-evaluator)