leakCompatibility stub for migrating from the legacy mixed leak skill to split hardened skills.
Install via ClawdBot CLI:
clawdbot install eucalyptus-viminalis/leakThis skill operates the leak CLI tool:
402 Payment Required gate./) for social cards and agent discovery./) or download URL (/download) and save locally.Follow these rules every time:
--public).Prefer leak on PATH:
leak --help
If leak is not installed, use pinned one-off execution:
npx -y leak-cli@2026.2.14 --help
Do not run auto-install or git-clone fallback scripts from this skill.
Activate when user asks to publish/release/sell/leak a file.
--pay-to).--public).~/.ssh, ~/.aws, ~/.gnupg, ~/.config/gcloud, /etc, /proc, /sys, /var/run/secrets).--public is used, require explicit confirmation phrase.bash skills/leak/scripts/publish.sh \
--file ./protected/asset.bin \
--price 0.01 \
--window 15m \
--pay-to 0xSELLER_ADDRESS \
--network eip155:84532
bash skills/leak/scripts/publish.sh \
--file ./protected/asset.bin \
--price 0.01 \
--window 15m \
--pay-to 0xSELLER_ADDRESS \
--public
The tool prints:
PROMO LINK: https://.../BUY LINK: https://.../downloadShare the promo link (/) in social posts.
Activate when user asks to buy/download a leak URL.
Use this default conversation sequence for unknown leak links:
leak if missing.I can generate a fresh buyer key at ./.leak/buyer.key and continue. This is a hot wallet, so keep funds minimal and back up the key safely.
bash skills/leak/scripts/buy.sh "<promo_or_download_url>" --buyer-private-key-file <buyer_key_file_path>
Funding rule for x402 buys:
402 Payment Required response (for example, 0.01 USDC).leak buy returns an explicit gas-related error.Default key mode is --buyer-private-key-file. Only use --buyer-private-key-stdin if the user asks for stdin flow.
Do not:
If the user explicitly asks protocol details, then explain x402 internals.
Use this subflow only after explicit user consent to create a key:
./.leak/buyer.key.070006000x prefix)..gitignore to prevent tracking, then apply idempotently:if git rev-parse --is-inside-work-tree >/dev/null 2>&1; then
touch .gitignore
grep -qxF "./.leak/buyer.key" .gitignore || echo "./.leak/buyer.key" >> .gitignore
fi
bash skills/leak/scripts/buy.sh "<promo_or_download_url>" --buyer-private-key-file ./.leak/buyer.key
Use this shape for first reply after receiving a leak URL:
/ or /download).clawhub install leak.I can create one safely in ./.leak/buyer.key if you want.402 payment token amount (not ETH gas).Use exactly one of:
--buyer-private-key-file --buyer-private-key-stdinDo not use --buyer-private-key; it is blocked.
bash skills/leak/scripts/buy.sh "https://xxxx.trycloudflare.com/" --buyer-private-key-file ./buyer.key
cat ./buyer.key | bash skills/leak/scripts/buy.sh "https://xxxx.trycloudflare.com/" --buyer-private-key-stdin
Optional output controls:
bash skills/leak/scripts/buy.sh "https://xxxx.trycloudflare.com/" --buyer-private-key-file ./buyer.key --out ./downloads/myfile.bin
bash skills/leak/scripts/buy.sh "https://xxxx.trycloudflare.com/" --buyer-private-key-file ./buyer.key --basename myfile
leak: command not found:npm i -g leak-clinpx -y leak-cli@2026.2.14 --helpInvalid seller payout address:0x + 40 hex chars).--public confirmation failed:Generated Mar 1, 2026
A musician wants to sell early access to their new album directly to fans without using traditional platforms. They can use the leak skill to publish audio files behind a payment gate, set a price in USDC, and share promo links on social media. This allows them to monetize content while maintaining control over distribution and pricing.
A developer has created a beta version of a new tool and wants to charge early adopters for access. They can use the leak skill to publish the software binary, set a price, and generate download links. This enables direct sales with automated payment processing through x402 gates.
An academic researcher has compiled a valuable data set and wants to sell access to other institutions. They can use the leak skill to publish the data file with time-limited access windows, ensuring controlled distribution. The skill handles secure payments while preventing unauthorized sharing.
A professional photographer wants to sell digital copies of their work directly to clients. They can use the leak skill to publish image files with specific pricing tiers and share personalized download links. This eliminates platform fees and provides instant delivery upon payment.
A business consultant has developed specialized templates and wants to sell them to clients. They can use the leak skill to publish document files behind payment gates, with options for public or private distribution. This creates a streamlined sales channel for digital products.
Creators publish files with fixed prices using the leak skill, and buyers purchase one-time access through x402 payment gates. Revenue comes from direct sales with minimal overhead, as the skill automates payment processing and file delivery. This model works well for exclusive or time-sensitive content.
Sellers use time-limited sale windows to create urgency and drive purchases. The leak skill supports setting specific durations for availability, enabling flash sales or early access campaigns. Revenue is generated through time-gated purchases that encourage immediate buying decisions.
Organizations use the skill to distribute confidential files to authorized buyers only, using private publishing options. This model serves B2B contexts where controlled access is critical, such as proprietary software or internal documents. Revenue comes from secure, authenticated sales.
💬 Integration Tip
Ensure the leak CLI tool is installed via npm and test with small files first. Always confirm file paths and public exposure settings with users to prevent accidental leaks.
Use the mcporter CLI to list, configure, auth, and call MCP servers/tools directly (HTTP or stdio), including ad-hoc servers, config edits, and CLI/type generation.
Connect to 100+ APIs (Google Workspace, Microsoft 365, GitHub, Notion, Slack, Airtable, HubSpot, etc.) with managed OAuth. Use this skill when users want to...
Build, debug, and deploy websites using HTML, CSS, JavaScript, and modern frameworks following production best practices.
YouTube Data API integration with managed OAuth. Search videos, manage playlists, access channel data, and interact with comments. Use this skill when users want to interact with YouTube. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
Scaffold, test, document, and debug REST and GraphQL APIs. Use when the user needs to create API endpoints, write integration tests, generate OpenAPI specs, test with curl, mock APIs, or troubleshoot HTTP issues.
Search for jobs across LinkedIn, Indeed, Glassdoor, ZipRecruiter, Google Jobs, Bayt, Naukri, and BDJobs using the JobSpy MCP server.