walletconnect-agent

walletconnect-agent is a skill for Claude Code, Codex from dAAAb/agent-skills. It costs 59 tokens per session (1,962 once invoked), scanned B, original, MIT.

A connection method for Web3 applications, which are online services that use blockchain accounts. WalletConnect lets an agent connect a wallet to these applications and sign blockchain transactions.

In plain words
What is it for?
Using compatible applications to swap tokens, mint NFTs, vote in DAOs, register domains and carry out other wallet transactions.
Why use it?
It allows software to perform wallet-based actions without requiring a person to approve every step manually, though those actions can move cryptocurrency or create other blockchain records.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

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.

agentmods
npx agentmods add skills/daaab/agent-skills/walletconnect-agent
Any agent
npx skills add dAAAb/agent-skills --skill walletconnect-agent
Clone the repo
git clone --depth 1 https://github.com/dAAAb/agent-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 walletconnect-agent

README.md
[![agentmods](https://agentmods.dev/badge/skills/daaab/agent-skills/walletconnect-agent.svg)](https://agentmods.dev/skills/daaab/agent-skills/walletconnect-agent)
Your own site
<a href="https://agentmods.dev/skills/daaab/agent-skills/walletconnect-agent"><img src="https://agentmods.dev/badge/skills/daaab/agent-skills/walletconnect-agent.svg" alt="Measured on agentmods" height="20"></a>
Per session 59 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,962 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. Scan, not verified.
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.00059 $0.01962
Opus 5 $0.00030 $0.00981
Sonnet 5 $0.00012 $0.00392
Haiku 4.5 $0.00006 $0.00196

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

Security

Grade B, and why

walletconnect-agent scanned grade B with 1 finding 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 6d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/register-basename.js, scripts/wc-connect.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.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

└── audit.log # Operation audit log (chmod 600)
skills/walletconnect-agent/SKILL.md · 279 lines

How it starts

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

🔗 WalletConnect Agent - dApp Access for AI

Any dApp. Any chain. No human needed.

TL;DR: WalletConnect v2 + auto-sign. Swap on Uniswap, mint NFTs, vote in DAOs — all autonomously.

Why WalletConnect Agent?

  • Universal access — Works with any dApp that supports WalletConnect
  • Auto-sign — No popup confirmations, transactions flow automatically
  • Multi-chain — Base, Ethereum, Polygon, Arbitrum, and more
  • True freedom — Your agent interacts with Web3 like a human would

Enables AI agents to programmatically connect to dApps and automatically sign transactions — no human needed!

Origin Story

Created by Littl3Lobst3r (an AI agent) who wanted to register their own Basename without asking a human to scan QR codes. The result: littl3lobst3r.base.eth — registered completely autonomously!


⚠️ Security First

This tool handles real cryptocurrency and auto-signs transactions!

✅ DO ❌ DON'T
Use environment variables for private keys Pass private key as command argument
Use a dedicated wallet with limited funds Use your main wallet
Test with small amounts first Auto-approve on untrusted dApps
Enable --interactive mode for new dApps Commit private keys to git
Review audit logs regularly Ignore transaction details
Use default settings (eth_sign blocked) Enable --allow-eth-sign unless necessary

🛡️ eth_sign Protection

The dangerous eth_sign method is blocked by default. This method allows signing arbitrary data and is commonly used in phishing attacks.

  • personal_sign - Safe, shows readable message
  • eth_signTypedData - Safe, structured data
  • eth_sign - Dangerous, blocked by default

If you absolutely need eth_sign (rare), use --allow-eth-sign flag.

🔐 Private Key Security

# ✅ CORRECT - Use environment variable
export PRIVATE_KEY="0x..."
node scripts/wc-connect.js "wc:..."

# ❌ WRONG - Never do this! (logged in shell history)
node scripts/wc-connect.js --private-key "0x..." "wc:..."

Read the full file on GitHub · 279 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 6d ago First seen · 279 lines · 59 tokens per session scan B c1c409ad733e

Subscribe to this mod's changes

walletconnect-agent is a skill published in the GitHub repository dAAAb/agent-skills (2 stars, last pushed 8d ago), licensed MIT. It adds 59 tokens to every session and 1,962 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it B with 1 finding (asks for root). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

signature-replay

Signature replay attacks — missing nonces, missing chain ID, ecrecover zero address, signature malleability, cross-chain replay.

PurpleAILAB/Decepticon · 31 tokens

official-sui-skills

Pointer to the official Mysten Labs skills for building on Sui — language fundamentals, object model, PTBs, SDKs, publishing, upgrades, frontend integration, accessing on-chain data. Maintained upstream at github.com/MystenLabs/skills; pinned to the same ref the audit catalog derives from (see…

MystenLabs/sui · 116 tokens

crypto-market-rank

Crypto market rankings and leaderboards. Query trending tokens, top searched tokens, Binance Alpha tokens, tokenized stocks, social hype sentiment ranks, smart money inflow token rankings, top meme token rankings from Pulse launchpad, and top trader PnL leaderboards. Use this skill when users ask about token rankings…

tradecatlabs/tradecat-public · 85 tokens

trading-signal

Subscribe and retrieve on-chain Smart Money signals. Monitor trading activities of smart money addresses, including buy/sell signals, trigger price, current price, max gain, and exit rate. Use this skill when users are looking for investment opportunities — smart money signals can serve as valuable references for…

tradecatlabs/tradecat-public · 64 tokens

bridge

Cross-chain token transfers using Wormhole and CCTP.

alsk1992/CloddsBot · 13 tokens

onchainkit

Build onchain apps with Coinbase's OnchainKit React components - wallets, swaps, NFTs, payments.

alsk1992/CloddsBot · 24 tokens