Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Generate MANIFEST.json files for Agent Skills, providing content integrity verification, file inventory, and external reference tracking.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-09 | ✗→✓ | ▲ Improved | -26% | 0% |
| case-10 | ✗→✓ | ▲ Improved | -29% | 0% |
| case-12 | ✗→✓ | ▲ Improved | 30% | 0% |
| case-13 | ✗→✓ | ▲ Improved | -28% | 0% |
| case-14 | ✗→✓ | ▲ Improved | -14% | 0% |
Use this skill to generate a MANIFEST.json file for any Agent Skill directory. The manifest provides:
Run the manifest generator on a skill directory:
Generate a manifest for the skill at /path/to/my-skillOr to verify an existing manifest:
Verify the manifest for /path/to/my-skillThe generator creates a MANIFEST.json file in the skill root containing:
json{ "$schema": "https://agentskills.io/schemas/manifest.v1.json", "manifestVersion": "1.0", "generatedAt": "2025-01-15T10:30:00Z", "generator": "skill-manifest-generator/1.0.0", "skill": { "name": "my-skill", "version": "1.0.0" }, "integrity": { "algorithm": "sha256", "hash": "a1b2c3d4..." }, "files": [...], "externalReferences": [...], "structure": {...} }
Generate a manifest:
User: Generate a manifest for the skill at ./pdf-tools
Agent: I'll generate a MANIFEST.json for the pdf-tools skill...
[Runs generate_manifest.py]
Created MANIFEST.json with:
- 12 files inventoried
- Integrity hash: sha256:abc123...
- 2 external URLs detected
- Max folder depth: 2Verify a manifest:
User: Verify the manifest for ./pdf-tools
Agent: I'll verify the MANIFEST.json matches the current files...
[Runs generate_manifest.py --verify]
✓ All 12 files match their recorded hashes
✓ No new untracked files found
✓ Integrity hash verifiedOther measured skills in the registry, with their headline benchmark lift.