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.md
source content

leak (migration stub)

This legacy skill is now a compatibility stub.

Use the split hardened skills instead:

  • leak-buy
    for buying and downloading content.
  • leak-publish
    for publishing and selling content.

Migration

  1. Install
    leak-buy
    when the user asks to buy/download.
  2. Install
    leak-publish
    when the user asks to publish/sell.
  3. 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.