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-active-skill" ~/.claude/skills/dreamwing-clawbridge-test-active-skill && rm -rf "$T"
manifest:
tests/cost-control/fixtures/skills/test-active-skill/SKILL.mdsource content
Test Active Skill
This is a local Cost Control Center fixture skill used to verify that active skills are not flagged.