npx skills add https://github.com/bankrbot/openclaw-skills --skill veil此技能封装了 @veil-cash/sdk CLI,以使 Veil 操作对智能体友好。
| 资产 | 小数位数 | 描述 |
|---|---|---|
| ETH | 18 | 原生 ETH (通过 WETH) |
| USDC | 6 | Base 链上的 USDC |
veil balance (队列 + 私密) — 支持 --pool eth|usdc广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
withdrawtransfermergeVEIL_KEY~/.clawdbot/skills/veil/.env.veil (chmod 600)~/.clawdbot/skills/bankr/config.json选项 A: 全局 npm 安装 (推荐)
npm install -g @veil-cash/sdk
选项 B: 从 GitHub 克隆
mkdir -p ~/.openclaw/workspace/repos
cd ~/.openclaw/workspace/repos
git clone https://github.com/veildotcash/veildotcash-sdk.git
cd veildotcash-sdk
npm ci && npm run build
将 RPC_URL=... 放入 以下其中一个文件:
~/.clawdbot/skills/veil/.env (首选).env 文件 (次选)示例:
mkdir -p ~/.clawdbot/skills/veil
cat > ~/.clawdbot/skills/veil/.env << 'EOF'
RPC_URL=https://base-mainnet.g.alchemy.com/v2/YOUR_KEY
EOF
chmod 600 ~/.clawdbot/skills/veil/.env
chmod +x scripts/*.sh
scripts/veil-init.sh
scripts/veil-keypair.sh
scripts/veil-status.sh
scripts/veil-bankr-prompt.sh "What is my Base wallet address? Respond with just the address."
# ETH 池 (默认)
scripts/veil-balance.sh --address 0xYOUR_BANKR_ADDRESS
# USDC 池
scripts/veil-balance.sh --address 0xYOUR_BANKR_ADDRESS --pool usdc
# 存入 ETH
scripts/veil-deposit-via-bankr.sh ETH 0.011 --address 0xYOUR_BANKR_ADDRESS
# 存入 USDC (自动处理授权 + 存款)
scripts/veil-deposit-via-bankr.sh USDC 100 --address 0xYOUR_BANKR_ADDRESS
scripts/veil-withdraw.sh ETH 0.007 0xYOUR_BANKR_ADDRESS
scripts/veil-withdraw.sh USDC 50 0xRECIPIENT
scripts/veil-transfer.sh ETH 0.01 0xRECIPIENT
scripts/veil-transfer.sh USDC 25 0xRECIPIENT
scripts/veil-merge.sh ETH 0.1
scripts/veil-merge.sh USDC 100
~/.clawdbot/skills/bankr/config.json 使用 Bankr 的 Agent API。.env.veil 或 .env 文件提交到 git。每周安装数
83
代码仓库
GitHub 星标数
980
首次出现
2026年2月2日
安全审计
安装于
openclaw80
opencode66
claude-code61
codex60
cursor60
gemini-cli58
This skill wraps the @veil-cash/sdk CLI to make Veil operations agent-friendly.
| Asset | Decimals | Description |
|---|---|---|
| ETH | 18 | Native ETH (via WETH) |
| USDC | 6 | USDC on Base |
veil balance (queue + private) — supports --pool eth|usdcwithdraw, transfer, merge for ETH or USDC — executed locally using VEIL_KEY (ZK/proof flow)~/.clawdbot/skills/veil/.env.veil (chmod 600)~/.clawdbot/skills/bankr/config.jsonOption A: Global npm install (recommended)
npm install -g @veil-cash/sdk
Option B: Clone from GitHub
mkdir -p ~/.openclaw/workspace/repos
cd ~/.openclaw/workspace/repos
git clone https://github.com/veildotcash/veildotcash-sdk.git
cd veildotcash-sdk
npm ci && npm run build
Veil queries a lot of blockchain data (UTXOs, merkle proofs, etc.), so public RPCs will likely hit rate limits. A dedicated RPC from Alchemy, Infura, or similar is recommended.
Put RPC_URL=... in one of these:
~/.clawdbot/skills/veil/.env (preferred).env (less ideal)Example:
mkdir -p ~/.clawdbot/skills/veil
cat > ~/.clawdbot/skills/veil/.env << 'EOF'
RPC_URL=https://base-mainnet.g.alchemy.com/v2/YOUR_KEY
EOF
chmod 600 ~/.clawdbot/skills/veil/.env
chmod +x scripts/*.sh
scripts/veil-init.sh
scripts/veil-keypair.sh
scripts/veil-status.sh
scripts/veil-bankr-prompt.sh "What is my Base wallet address? Respond with just the address."
# ETH pool (default)
scripts/veil-balance.sh --address 0xYOUR_BANKR_ADDRESS
# USDC pool
scripts/veil-balance.sh --address 0xYOUR_BANKR_ADDRESS --pool usdc
# Deposit ETH
scripts/veil-deposit-via-bankr.sh ETH 0.011 --address 0xYOUR_BANKR_ADDRESS
# Deposit USDC (auto-handles approve + deposit)
scripts/veil-deposit-via-bankr.sh USDC 100 --address 0xYOUR_BANKR_ADDRESS
scripts/veil-withdraw.sh ETH 0.007 0xYOUR_BANKR_ADDRESS
scripts/veil-withdraw.sh USDC 50 0xRECIPIENT
scripts/veil-transfer.sh ETH 0.01 0xRECIPIENT
scripts/veil-transfer.sh USDC 25 0xRECIPIENT
scripts/veil-merge.sh ETH 0.1
scripts/veil-merge.sh USDC 100
~/.clawdbot/skills/bankr/config.json..env.veil or .env files to git.Weekly Installs
83
Repository
GitHub Stars
980
First Seen
Feb 2, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykWarn
Installed on
openclaw80
opencode66
claude-code61
codex60
cursor60
gemini-cli58
GitHub Actions 官方文档查询助手 - 精准解答 CI/CD 工作流问题
45,200 周安装