# Wrapper Pin Example

> Exercise the clean-install contract for a published CLI wrapper.

- Skill: `kiloloop/wrapper-pin-example` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add kiloloop/wrapper-pin-example`
- Raw SKILL.md: https://api.skillmd.com/api/skills/kiloloop/wrapper-pin-example/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: kiloloop (https://skillmd.com/u/kiloloop)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/kiloloop/wrapper-pin-example

---


# Wrapper pin example

Install the exact CLI version declared by this skill:

```bash
python -m pip install cowsay==6.1
```

The adapter delegates to the installed `cowsay` command. It never installs a
dependency while running and reports the exact recovery command when the pin
is absent.

