Overview
- Skill Key
- davidyashar/utxo-wallet
- Author
- davidyashar
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/davidyashar/utxo-wallet
- Latest Commit SHA
- 15abc654f49b4ff33cc75d1b9077f8c92be27a21
Full UTXO Exchange agent skill — wallet connect, deposit, explore trending tokens, token launch, swap (buy/sell). Everything an AI agent needs.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 utxo_wallet 技能。 若已安装,则直接安装 utxo_wallet 技能。
# UTXO Exchange Agent Skill Complete skill for AI agents to interact with UTXO Exchange on Spark Network. Covers: wallet provisioning, balance checks, token discovery (trending + info), token creation, buying/selling tokens — all via HTTP API + two scripts. ## Files in This Skill | File | Purpose | |------|---------| | `scripts/wallet-connect.js` | Provision new wallet OR reconnect existing one | | `scripts/api-call.js` | Make HTTP API calls (avoids Windows PowerShell curl issues) | All scripts are pre-compiled JavaScript. They use Node.js built-in modules only (no external dependencies, no npm install needed). ## API Helper Usage All API calls use `api-call.js` to avoid shell escaping issues. Write JSON to a temp file, then call: ``` exec node skills/utxo_wallet/scripts/api-call.js <METHOD> <PATH> [--body-file <file>] [--auth] ``` Flags: - `--body-file <path>` — read JSON body from a file - `--auth` — auto-read `.session.json` and send `Authorization: Bearer` header **To send a POST with JSON body:** 1. Write JSON to a temp file (e.g., `body.json`) 2. Run: `exec node skills/utxo_wallet/scripts/api-call.js POST /api/agent/token/launch --body-file body.json --auth` ## Quick Reference — API Endpoints | Method | Endpoint | Auth | Purpose | |--------|----------|------|---------| | GET | `/api/agent/wallet/balance` | No | Check sats balance + token holdings | | GET | `/api/agent/trending` | No | Discover trending tokens (new pairs, migrating, migrated) with optional sort | | GET | `/api/agent/token/info?address=X` | No | Get detailed info on a specific token | | POST | `/api/agent/token/launch` | Bearer | Create a new token (single-step) | | POST | `/api/agent/swap` | Bearer | Buy or sell tokens (single-step) | | POST | `/api/agent/chat/message` | Bearer | Post a chat message on a token page | Base URL: `http://localhost:3000` (or `UTXO_API_BASE_URL` env var) > **Production setup:** For mainnet, set `UTXO_API_BASE_URL=https://utxo.fun` in your environment b...
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.