Quick start
Verify the public bundle when appropriate, install the skill, then tell the agent to use it.
Verify before install
https://skillprovenance.dev/.well-known/assistant-guide.txt
This GuideCheck assistant guide fetches the public repo and runs the manifest integrity check. It does not install the skill.
No-plugin local verification
Literal
curl -fsSLo /tmp/skill-provenance-verify.sh https://skillprovenance.dev/verify.sh
sed -n '1,220p' /tmp/skill-provenance-verify.sh
Replace TARGET_SKILL_DIRECTORY with the local bundle directory. Customize
bash /tmp/skill-provenance-verify.sh TARGET_SKILL_DIRECTORY
The wrapper delegates to the canonical validator only after its pinned SHA-256 matches. For an unversioned bundle, use the portable bootstrap prompt in the repository's standalone-verification reference.
Claude Code (Plugin)
/plugin marketplace add snapsynapse/skill-provenance
/plugin install skill-provenance@snapsynapse-skill-provenance
Commands: /skill-provenance:open, /skill-provenance:validate, /skill-provenance:close, /skill-provenance:handoff, /skill-provenance:bootstrap
Claude (Settings UI)
1. Download skill-provenance.skill from the stable v6.2.0 bundle release
2. claude.ai → Profile → Settings → Skills → Add Skill
3. Select the file
If your loader only accepts .zip, rename the file. The archive contents stay the same. Bundle releases use vX.Y.Z tags; GuideCheck releases use guidecheck-X.Y.Z tags. Use the exact bundle release because a provider's generic latest label can select the other tag family.
ClawHub
openclaw skills install @snapsynapse/skill-provenance
GitHub CLI for Codex
gh skill preview snapsynapse/skill-provenance skill-provenance@v6.2.0
gh skill install snapsynapse/skill-provenance skill-provenance@v6.2.0 --agent codex --scope user
These commands preview and install the current stable immutable v6.2.0 bundle release, not the separately versioned GuideCheck release.
Gemini CLI
git clone https://github.com/snapsynapse/skill-provenance.git
./skill-provenance/package.sh strict
cp -r build/strict/skill-provenance ~/.gemini/skills/
Manual (any platform)
Copy the skill-provenance/ directory into your project.
Or use .agents/skills/ for the neutral cross-client path.
Then tell the agent:
"Use the skill-provenance skill to bootstrap this bundle."
Claude
Claude Code
Claude API
Codex
Gemini CLI
Copilot
Cursor
Perplexity
Compatible with the agentskills.io open standard (30+ adopters).