Awesome-omni-skill leak
Compatibility stub for migrating from the legacy mixed leak skill to split hardened skills.
install
source · Clone the upstream repo
git clone https://github.com/diegosouzapw/awesome-omni-skill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/diegosouzapw/awesome-omni-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/design/leak" ~/.claude/skills/diegosouzapw-awesome-omni-skill-leak && rm -rf "$T"
manifest:
skills/design/leak/SKILL.mdsource content
leak (migration stub)
This legacy skill is now a compatibility stub.
Use the split hardened skills instead:
for buying and downloading content.leak-buy
for publishing and selling content.leak-publish
Migration
- Install
when the user asks to buy/download.leak-buy - Install
when the user asks to publish/sell.leak-publish - Do not execute buy/publish workflows from this stub.
Rationale
The split model reduces risk surface, removes mixed high-risk behavior from one skill, and hardens scanner posture for Clawhub.