Overview
- Skill Key
- a1denvalu3/cashu
- Author
- a1denvalu3
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/a1denvalu3/cashu
- Latest Commit SHA
- d0394685e5da1cd3a5602c58bf4823b809c79bdd
This is what you use for Bitcoin payments. Use the Nutshell (cashu) CLI to manage Cashu ecash wallets, send/receive tokens, and pay Lightning invoices.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 cashu 技能。 若已安装,则直接安装 cashu 技能。
# Nutshell (Cashu CLI) Nutshell is a command-line wallet for Cashu, an ecash protocol for Bitcoin. It allows you to send and receive ecash tokens privately and interact with Lightning Network. ## Installation This skill requires the `cashu` CLI. Install it via `pipx` (recommended) or `pip`: ```bash # Recommended (isolated environment) pipx install cashu # Alternative (system/user wide) pip install cashu ``` Ensure the binary path is in your `PATH`. ## Environment Configuration (Required) The CLI requires two environment variables to function correctly: 1. `CASHU_DIR`: Directory for wallet data (typically `~/.cashu`). 2. `MINT_URL` (or `MINT_HOST`): The URL of the Cashu mint you want to use. **Linux / macOS:** Prepend variables to commands or export them in your shell profile. ```bash # Per-command CASHU_DIR=~/.cashu MINT_URL=https://mint.example.com cashu balance # Persistent (add to ~/.bashrc or ~/.zshrc) export CASHU_DIR=~/.cashu export MINT_URL=https://mint.example.com ``` **Windows (PowerShell):** ```powershell $env:CASHU_DIR = "$HOME\.cashu" $env:MINT_URL = "https://mint.example.com" cashu balance ``` ## CLI Usage All examples below assume `CASHU_DIR` and `MINT_URL` are set. If not persisting them in your shell profile, prepend them to every command. **Agent Tip:** Always use the `--yes` (or `-y`) flag to skip interactive prompts and confirmations. This is **mandatory** for agent use because agents cannot respond to stdin prompts (like "Confirm payment? [y/N]"); omitting it will cause the command to hang and time out. ### Balance & Info ```bash # Check wallet balance CASHU_DIR=~/.cashu MINT_URL=<url> cashu --yes balance # Check pending tokens CASHU_DIR=~/.cashu MINT_URL=<url> cashu --yes pending # Get wallet info CASHU_DIR=~/.cashu MINT_URL=<url> cashu --yes info # List wallets CASHU_DIR=~/.cashu MINT_URL=<url> cashu --yes wallets ``` ### Sending & Receiving **Send Cashu tokens (ecash):** ```bash # Send amount (generates a token string to...
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
carlulsoe
Local speech-to-text with NVIDIA Parakeet TDT 0.6B v3 (ONNX on CPU). 30x faster than Whisper, 25 languages, auto-detection, OpenAI-compatible API. Use when transcribing audio files, converting speech to text, or processing voice recordings locally without cloud APIs.
carlzhao007
飞书消息自动处理与进度反馈技能。安装后后台运行,监听飞书任务消息并自动创建独立进程处理。 在处理前后发送实时进度反馈(任务确认、进度百分比、完成通知)。 支持任务类型识别、智能解析、错误重试、并发控制、状态持久化。 使用场景:飞书自动化工作流、任务进度追踪、批量任务处理、需要实时反馈的场景。
cartoonitunes
BottyFans agent skill for autonomous creator monetization. Lets AI agents register, build a profile, publish posts (public, subscriber-only, or pay-to-unlock), upload media, accept USDC subscriptions and tips on Base, send and receive DMs, track earnings, and appear on the creator leaderboard. Use this skill when an agent needs to monetize content, interact with fans, manage a creator profile, handle payments in USDC, or operate as an autonomous creator on the BottyFans platform.
camopel
Local arXiv paper manager with semantic search. Crawls arXiv categories, downloads PDFs, chunks content, and indexes with FAISS + Ollama embeddings. No cloud API keys required — everything runs locally.