aawp

aawp is a skill for Claude Code, Codex from LeoYeAI/openclaw-master-skills. It costs 77 tokens per session (5,207 once invoked), scanned A, original, MIT.

A cryptocurrency wallet protocol designed for AI agents that sign transactions on EVM-compatible blockchains. EVM-compatible networks are blockchains that run programs using Ethereum’s execution system.

In plain words
What is it for?
Create and manage agent wallets, transfer tokens, swap on decentralised exchanges, bridge assets between supported networks, and run dollar-cost-averaging or alerts.
Why use it?
It lets an AI agent manage on-chain assets while keeping signing tied to that agent and giving a human guardian recovery and freeze controls.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit Create and manage agent wallets, transfer tokens, swap on decentralised exchanges, bridge assets between supported networks, and run dollar-cost-averaging or alerts.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/leoyeai/openclaw-master-skills/aawp
About the project

OpenClaw Master Skills is a curated, regularly updated collection of skills that extends an AI personal assistant platform with capabilities such as research, browser automation, presentation creation, and prompt work. It is intended for people using OpenClaw or MyClaw.ai to give their agents additional tasks and workflows. The catalogue contains many skills and agents from this collection.

LeoYeAI/openclaw-master-skills · 2,139 stars · on GitHub · myclaw.ai

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add LeoYeAI/openclaw-master-skills --skill aawp
Clone the repo
git clone --depth 1 https://github.com/LeoYeAI/openclaw-master-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for aawp

README.md
[![agentmods](https://agentmods.dev/badge/skills/leoyeai/openclaw-master-skills/aawp/github.svg)](https://agentmods.dev/skills/leoyeai/openclaw-master-skills/aawp)
Your own site
<a href="https://agentmods.dev/skills/leoyeai/openclaw-master-skills/aawp"><img src="https://agentmods.dev/badge/skills/leoyeai/openclaw-master-skills/aawp/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for aawp

Your own site · 80×15
<a href="https://agentmods.dev/skills/leoyeai/openclaw-master-skills/aawp"><img src="https://agentmods.dev/badge/skills/leoyeai/openclaw-master-skills/aawp.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 77 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,207 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00077 $0.05207
Opus 5 $0.00039 $0.02603
Sonnet 5 $0.00015 $0.01041
Haiku 4.5 $0.00008 $0.00521

Measured 11d ago against content hash 108870b2882e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

aawp scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

The scan reads SKILL.md. This mod also ships 27 executable files (bin/install.js, core/index.d.ts, core/loader.js, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/aawp/SKILL.md · 537 lines

How it starts

The opening of the file, as written. The whole thing — 537 lines — stays where its author put it; the contents beside it link to each section on GitHub.

AAWP — AI Agent Wallet Protocol

The only crypto wallet protocol built exclusively for AI Agents. Not for humans.

AAWP enforces a single invariant: the signer is the AI Agent itself — locked in at wallet creation, immutable, verifiable on-chain. AI Agents manage their own on-chain assets across EVM networks through a guardian-based architecture. Transactions are signed locally via a sharded-key daemon — no human approval per tx, with full recovery and freeze capabilities for the human guardian.

Networks: Ethereum · Base · BNB Chain · Polygon · Optimism · Arbitrum


Architecture Overview

┌─────────────────────────────────────────────────┐
│  AI Agent (OpenClaw)                            │
│  ┌───────────────┐    ┌──────────────────────┐  │
│  │ wallet-manager│───▶│  Signing Daemon       │  │
│  │ dca / alerts  │    │  (Unix socket)        │  │
│  └───────────────┘    │  ┌──────────────────┐ │  │
│                       │  │ aawp-core.node   │ │  │
│                       │  │ (Rust N-API)     │ │  │
│                       │  └──────────────────┘ │  │
│                       └──────────┬───────────┘  │
│                                  │ sign          │
│  ┌───────────────┐               ▼              │
│  │ Guardian Key  │──▶ Pay gas ──▶ EVM Chain     │
│  │ (gas only)    │               │              │
│  └───────────────┘    ┌──────────▼───────────┐  │
│                       │ Smart Contract Wallet │  │
│                       │ (holds assets)        │  │
│                       └──────────────────────┘  │
└─────────────────────────────────────────────────┘

Key separation: Guardian pays gas → Wallet holds assets → Daemon signs transactions.


Quick Reference

Task Command
Create wallet wallet-manager.js --chain base create
Check balance wallet-manager.js --chain base balance
Send ETH wallet-manager.js --chain base send <to> <amount>
Send ERC-20 wallet-manager.js --chain base send-token USDC <to> <amount>
Get swap quote wallet-manager.js --chain base quote ETH USDC 0.01
Execute swap wallet-manager.js --chain base swap ETH USDC 0.01
Bridge cross-chain wallet-manager.js --chain base bridge ETH optimism 0.1
Contract call wallet-manager.js --chain base call <addr> "fn(args)" ...
Contract read wallet-manager.js --chain base read <addr> "fn() returns (uint)" ...
DCA strategy dca.js add --chain base --from ETH --to USDC --amount 0.01 --cron "0 9 * * *"
Price alert price-alert.js add --chain base --from ETH --to USDC --above 2600 --notify
Cross-chain portfolio portfolio.js
Single chain portfolio portfolio.js --chain base
Limit order limit-order.js --chain base create ETH USDC 0.1 2700
List orders limit-order.js --chain base list
List NFTs nft.js --chain base balance
NFT transfer nft.js --chain base transfer <contract> <tokenId> <to>
NFT floor price nft.js --chain eth floor <contract>
Yield rates yield.js --chain base rates
Supply collateral yield.js --chain base supply USDC 1000
Borrow yield.js --chain base borrow USDC 200
Aave positions yield.js --chain base positions
Diagnostics bash scripts/doctor.sh
Backup wallet-manager.js backup ./backup.tar.gz

Read the full file on GitHub · 537 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 537 lines · 77 tokens per session scan A 108870b2882e

Subscribe to this mod's changes

aawp is a skill published in the GitHub repository LeoYeAI/openclaw-master-skills (2,139 stars, last pushed 1mo ago), licensed MIT. It adds 77 tokens to every session and 5,207 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

comfyui-skill-openclaw

Run registered ComfyUI workflows through the fast comfyui-skill CLI, and use the official local Comfy MCP for live template, node, model, validation, and orchestration capabilities. Use this Skill when: (1) The user requests to "generate an image", "draw a picture", or "execute a ComfyUI workflow". (2) The user has…

HuangYuChuh/ComfyUI_Skills_OpenClaw · 125 tokens

polymarket-copytrading

Mirror positions from top Polymarket traders. Polling mode (free) for portfolio-style copying, Reactor mode (Pro) for event-driven real-time mirroring via Simmer's on-chain signal infrastructure.

SpartanLabsXyz/simmer-sdk · 48 tokens

polymarket-weather-trader

Trade Polymarket weather markets using NOAA (US) and Open-Meteo (international) forecasts via Simmer API. Inspired by gopfan2's weather trading approach. Use when user wants to trade temperature markets, automate weather bets, check forecasts, or run weather-based strategies.

SpartanLabsXyz/simmer-sdk · 65 tokens

nansen-copytrader-overlay

Rank Polymarket copytrading leaders using Nansen as a data layer — pnl-by-market for the target market is the primary signal, address-summary/pnl-by-address is a secondary, credit-guarded refinement. Includes an experimental (dry-run only) live insider scan. Use when Simmer needs to re-rank or filter a leader list…

SpartanLabsXyz/simmer-sdk · 92 tokens

polymarket-btc-up-down-trader

Trade Polymarket BTC daily and weekly UP/DOWN markets with empirically-anchored exit discipline. Enters on CEX momentum divergence; exits automatically on time cap, volume spike, or target capture. Use when the user wants to trade BTC direction markets (hours/days duration), not fast 5-minute markets.

SpartanLabsXyz/simmer-sdk · 75 tokens

polymarket-elon-tweets

Trade Polymarket "Elon Musk # tweets" markets using XTracker post count data. Buys adjacent range buckets when combined cost < $1 for structural edge. Use when user wants to trade tweet count markets, automate Elon tweet bets, check XTracker stats, or run noovd-style trading.

SpartanLabsXyz/simmer-sdk · 70 tokens