Overview
- Skill Key
- amitaybohadana/paygents
- Author
- amitaybohadana
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/amitaybohadana/paygents
- Latest Commit SHA
- 39cf1930af3fe5a9a4d7fc9fcfbe5400741d04a7
Accept crypto payments in AI agent conversations. Generate MetaMask/Trust Wallet deeplinks, verify transactions on-chain, check balances, issue receipts. No custody, no backend, no API keys.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 paygents 技能。 若已安装,则直接安装 paygents 技能。
# PayGents Accept crypto payments through your AI agent. Generate wallet deeplinks, verify on-chain, issue receipts — no backend, no API keys. ## Quick Start Send 10 USDC on Base: ```bash scripts/evm-payment-link.sh --to 0xRECIPIENT --amount 10 --chain-id 8453 ``` Verify the payment: ```bash scripts/evm-verify-tx.sh --chain-id 8453 --from 0xSENDER --to 0xRECIPIENT --asset ERC20 --amount 10 --blocks 50 ``` Check a wallet balance: ```bash scripts/evm-balance.sh --address 0xADDRESS ``` That's it. No API keys, no backend, no custody. ## Flow 1. Agent collects payment details (recipient, amount, chain, token). 2. Agent runs the link generator script → gets a MetaMask deeplink. 3. Agent sends the link to the user. 4. User taps → MetaMask opens with pre-filled transfer → user approves. 5. User confirms "sent" → agent verifies the tx on-chain. ## Wallet Detection Before generating a link, the agent should know which wallet the user has. Ask once, remember forever. **Supported wallets with native deeplinks:** | Wallet | `--wallet` flag | Deeplink format | |--------|----------------|-----------------| | MetaMask | `metamask` (default) | `https://link.metamask.io/send/...` | | Trust Wallet | `trust` | `https://link.trustwallet.com/send?...` | **Not supported (no send deeplinks):** - Rabby — only has in-app browser, no direct send deeplink - Coinbase Wallet — only has dapp browser deeplink, no direct send - Phantom — requires encrypted handshake, not a simple URL If the user's wallet isn't supported, default to MetaMask (most common) or let them know. Store the user's wallet preference so you don't ask again. The agent should note the preference in its local session context (e.g. memory file). The user can change or clear this at any time by telling the agent. ## Inputs Required | Field | Required | Description | |-------|----------|-------------| | `--to` | Yes | Recipient address (`0x...`) | | `--amount` | Yes | Human-readable amount (e.g. `1.5`) | | `--chain...
# PayGents
> Let your AI agent request payments without ever touching private keys.
PayGents is an [OpenClaw](https://openclaw.ai) skill that lets AI agents generate wallet deeplinks for EVM payments. The user taps the link, approves in their own wallet (MetaMask, Trust Wallet), and the agent verifies the transaction on-chain.
**No backend. No custody. No private keys.** The agent proposes, the human approves.
## How It Works
```
Agent receives payment request
↓
Agent generates wallet deeplink (MetaMask / Trust Wallet)
↓
Agent sends link to user via chat (Telegram, Discord, etc.)
↓
User taps → wallet opens with pre-filled transfer → user approves
↓
Agent verifies transaction on-chain
↓
Agent generates receipt ✅
```
## Install
```bash
clawhub install paygents
```
Or clone directly:
```bash
git clone https://github.com/AmitayBohadana/paygents.git
```
## Quick Start
### 1. Generate a Payment Link
```bash
# USDC on Base (MetaMask)
scripts/evm-payment-link.sh \
--to 0x1234...5678 \
--amount 10 \
--chain-id 8453
# Native ETH on Sepolia (Trust Wallet)
scripts/evm-payment-link.sh \
--to 0x1234...5678 \
--amount 0.01 \
--asset ETH \
--chain-id 11155111 \
--wallet trust
```
### 2. Verify Transaction
After the user confirms they've sent:
```bash
# Scan recent blocks
scripts/evm-verify-tx.sh \
--chain-id 8453 \
--from 0xSENDER \
--to 0xRECIPIENT \
--asset ERC20 \
--amount 10
# Or verify a specific tx hash
scripts/evm-verify-tx.sh \
--chain-id 8453 \
--from 0xSENDER \
--to 0xRECIPIENT \
--asset ERC20 \
--amount 10 \
--tx-hash 0xabc123...
```
### 3. Generate Receipt
```bash
scripts/evm-receipt.sh \
--tx-hash 0xabc123... \
--chain-id 8453 \
--memo "order-42" \
--merchant "Cool Store" \
--format markdown
```
### 4. Check Wallet Balance
```bash
# All chains
scripts/evm-balance.sh --address 0x1234...5678
# Single chain
scripts/evm-balance.sh --address 0x1234...5678 --chain-id 8453
```
Returns...
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.