Wrapper Pin Example

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

kiloloop 8af4f37 3 files · 1.8 KB Updated

File contents

Wrapper pin example

Install the exact CLI version declared by this skill:

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.

kiloloop/kiloloop-skills/tree/main/tests/fixtures/wrapper-skill commit 8af4f37c9a

Frequently asked questions

npx skillmds@latest add kiloloop/wrapper-pin-example