ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

leak

Compatibility stub for migrating from the legacy mixed leak skill to split hardened skills.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/eucalyptus-viminalis/leak
Or

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.

Metadata

Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-eucalyptus-viminalis-leak": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.