Overview
- Skill Key
- eucalyptus-viminalis/leak-publish
- Author
- eucalyptus-viminalis
- Source Repo
- openclaw/skills
- Version
- 2026.2.17
- Source Path
- skills/eucalyptus-viminalis/leak-publish
- Latest Commit SHA
- 44d03deb62920747fcf1aaeac5100932ff44cb6b
Publish local files behind an x402 payment gate with explicit public-exposure consent using a preinstalled leak CLI.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 leak-publish 技能。 若已安装,则直接安装 leak-publish 技能。
# leak-publish ## Overview This skill operates publish workflows only: - Publish a local file behind an x402 gate. - Optionally expose with `--public` after explicit consent. - Keep process alive using detached supervisors. ## Safety policy (required) 1. Require explicit user confirmation of the file path. 2. Require explicit user consent before `--public` exposure. 3. Reject symlink paths. 4. Reject directories and non-regular files. 5. Block sensitive paths: - `~/.ssh` - `~/.aws` - `~/.gnupg` - `~/.config/gcloud` - `/etc` - `/private/etc` - `/proc` - `/sys` - `/var/run/secrets` - `/private/var/run/secrets` ## Dependency policy (required) 1. Require `leak` binary on PATH. 2. Do not execute `npx` or dynamic package install at runtime. ## Runtime policy (required) 1. Treat publish as persistent-by-default for all sale windows. 2. Use `--run-mode auto` unless user explicitly asks for foreground. 3. Detached supervisor order: - `systemd --user` (Linux) - `launchd` (macOS) - `tmux` - `screen` - `nohup` fallback 4. After background launch, report control details: - supervisor/session or PID - log file - stop command ## Required inputs 1. File path. 2. Price in USDC. 3. Sale window. 4. Seller payout address (`--pay-to`). 5. Public exposure choice (`--public` or local only). ## Local publish ```bash bash skills/leak-publish/scripts/publish.sh \ --run-mode auto \ --file ./protected/asset.bin \ --price 0.01 \ --window 15m \ --pay-to 0xSELLER_ADDRESS \ --network eip155:84532 ``` ## Public publish ```bash bash skills/leak-publish/scripts/publish.sh \ --run-mode auto \ --file ./protected/asset.bin \ --price 0.01 \ --window 15m \ --pay-to 0xSELLER_ADDRESS \ --public ``` ## Runtime smoke check ```bash bash skills/leak-publish/scripts/smoke_persistent_runner.sh --mode auto --sleep-seconds 8 ``` Expected result: `PASS` and selected backend. ## Troubleshooting - `leak` missing: - install: `npm i -g leak...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.