Skip to content
Automation
Skill

/veil

Privacy and shielded transactions on Base via Veil Cash - ZK-based anonymous transfers

From plugin
cloddsbot
651120 skills
Install
$ npx -y skills add alsk1992/CloddsBot --skill veil --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition โ†’
  • You can call itInvoke it directly when you want it.
  • Slash command/veil

Context preview

The summary Claude sees to decide when to auto-load this skill.

Privacy and shielded transactions on Base via Veil Cash - ZK-based anonymous transfers

SKILL.md

veil.SKILL.md
name: veil
description: "Privacy and shielded transactions on Base via Veil Cash - ZK-based anonymous transfers"
command: veil
emoji: "๐ŸŒช๏ธ"
gates:
  envs:
    - VEIL_KEY

Veil - Private Transactions on Base

Privacy and shielded transactions on Base via Veil Cash. Deposit ETH into a private pool, withdraw/transfer privately using ZK proofs.

How It Works

1. **Deposit** - Send ETH to private pool (public โ†’ private) 2. **Transfer** - Move funds privately (private โ†’ private) 3. **Withdraw** - Exit to public address (private โ†’ public)

All private operations use ZK proofs - no one can link your deposits to withdrawals.

Commands

Setup

/veil init                           Initialize Veil keypair
/veil status                         Check config and relay health

Balance

/veil balance                        Check all balances
/veil queue                          Check queue balance (pending deposits)
/veil private                        Check private balance

Operations

/veil deposit <amount>               Deposit ETH to private pool
/veil withdraw <amount> <address>    Withdraw to public address
/veil transfer <amount> <veil-key>   Private transfer to another user
/veil merge                          Merge UTXOs (consolidate)

Examples

/veil init
/veil balance
/veil deposit 0.1
/veil withdraw 0.05 0x1234...

Security Notes

  • **Never share your VEIL_KEY** - it controls your private funds
  • Store keypair securely (chmod 600)
  • Use dedicated RPC to avoid rate limits

Setup

# Initialize creates keypair
/veil init

# Or manually set:
export VEIL_KEY="..."  # Your Veil private key
export PRIVATE_KEY="0x..."  # For deposits (public tx)

Requirements

  • ETH on Base for deposits and gas
  • Node.js for ZK proof generation
  • Veil SDK: `npm install -g @veil-cash/sdk`
Read more
Ships withcloddsbot

Open Source AI trading agent that operates autonomously across 1000+ markets - Polymarket, Kalshi, Binance, Hyperliquid, Solana DEXs, 5 EVM chains. Scans for edge, executes instantly, manages risk while you sleep. Agent commerce protocol for machine-to-machine payments. Self-hosted. Built on Claude.

Get the whole plugin