install
source · Clone the upstream repo
git clone https://github.com/dreamwing/clawbridge
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/dreamwing/clawbridge "$T" && mkdir -p ~/.claude/skills && cp -r "$T/tests/cost-control/fixtures/skills/test-quiet-skill" ~/.claude/skills/dreamwing-clawbridge-test-quiet-skill && rm -rf "$T"
manifest:
tests/cost-control/fixtures/skills/test-quiet-skill/SKILL.mdsource content
Test Quiet Skill
This is a local Cost Control Center fixture skill used to verify quiet-skill review and removal.