claw-wallet-update

claw-wallet-update is a skill for Claude Code, Codex from janespace-ai/claw-wallet. It costs 37 tokens per session (665 once invoked), scanned A, original, MIT.

An update workflow for Claw Wallet tools that checks the installed version and installs the newest available version.

In plain words
What is it for?
Checking whether Claw Wallet is current, upgrading it when a newer version exists, and confirming the installed version.
Why use it?
It removes the manual steps needed to compare versions and refresh the wallet tools.

Skill for Claude CodeCodex

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

Good fit Checking whether Claw Wallet is current, upgrading it when a newer version exists, and confirming the installed version.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/janespace-ai/claw-wallet/claw-wallet-update
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 janespace-ai/claw-wallet --skill claw-wallet-update
Clone the repo
git clone --depth 1 https://github.com/janespace-ai/claw-wallet

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 claw-wallet-update

README.md
[![agentmods](https://agentmods.dev/badge/skills/janespace-ai/claw-wallet/claw-wallet-update/github.svg)](https://agentmods.dev/skills/janespace-ai/claw-wallet/claw-wallet-update)
Your own site
<a href="https://agentmods.dev/skills/janespace-ai/claw-wallet/claw-wallet-update"><img src="https://agentmods.dev/badge/skills/janespace-ai/claw-wallet/claw-wallet-update/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 claw-wallet-update

Your own site · 80×15
<a href="https://agentmods.dev/skills/janespace-ai/claw-wallet/claw-wallet-update"><img src="https://agentmods.dev/badge/skills/janespace-ai/claw-wallet/claw-wallet-update.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 665 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.
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.00037 $0.00665
Opus 5 $0.00018 $0.00332
Sonnet 5 $0.00007 $0.00133
Haiku 4.5 $0.00004 $0.00067

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

Security

Grade A, and why

claw-wallet-update 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.

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.

agent/skills/claw-wallet-update/SKILL.md · 80 lines

How it starts

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

Claw Wallet — Update Tools

Use this skill when the user asks to update, upgrade, or refresh their Claw Wallet tools.

Trigger Phrases

Activate this skill when the user says things like:

  • "更新钱包工具" / "Update my wallet tools"
  • "检查钱包更新" / "Check for wallet updates"
  • "升级 claw-wallet" / "Upgrade claw-wallet"
  • "wallet tools 有新版本吗" / "Is there a new version?"

Update Workflow

Step 1: Check current version

Run the following to find the currently installed version:

npm list claw-wallet --depth=0 2>/dev/null | grep claw-wallet || echo "not installed locally"

Step 2: Check latest version on npm

npm show claw-wallet version

Compare the two versions:

  • If they match → tell the user they are already on the latest version, no update needed.
  • If the installed version is older → proceed to Step 3.
  • If not installed locally (skills-based install) → always proceed to Step 3 to ensure the latest skill is in use.

Step 3: Install the latest version

npx skills add janespace-ai/claw-wallet

After running the command:

  • Confirm to the user that the update is complete.
  • Tell the user the new version number (re-run npm show claw-wallet version to confirm).
  • Remind the user to re-pair if the update includes breaking changes (check the changelog at https://github.com/janespace-ai/claw-wallet/releases).

Response Templates

Already up to date:

✅ Claw Wallet tools are already on the latest version (x.x.x). No update needed.

Update available:

🔄 Found a new version: x.x.xy.y.y. Installing now... ✅ Update complete. Claw Wallet tools are now at version y.y.y. Check the release notes for any breaking changes: https://github.com/janespace-ai/claw-wallet/releases

After update with breaking changes hint:

⚠️ If any wallet tools stop working after the update, try re-pairing: Open Claw Wallet desktop → Pairing tab → Generate new code → tell me the code.

Error Handling

Error Action
npm show fails Tell user npm may be unavailable; suggest manual check at https://www.npmjs.com/package/claw-wallet
npx skills add fails Retry once; if still failing, report the error and suggest re-running manually
Version comparison unclear Proceed with install anyway — reinstalling the latest is always safe

Read the full file on GitHub · 80 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 · 80 lines · 37 tokens per session scan A 26f7ef4f9c7e

Subscribe to this mod's changes

claw-wallet-update is a skill published in the GitHub repository janespace-ai/claw-wallet (54 stars, last pushed 5mo ago), licensed MIT. It adds 37 tokens to every session and 665 once invoked, about $0.0002 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

aomi-transact

Build natural-language crypto/DeFi agents and EVM MCP plugins (Claude Code, Cursor, Codex, Gemini). Aomi turns prompts into wallet-signed txs on Ethereum, Base, Arbitrum, Optimism, Polygon, Linea — non-custodial, fork-simulated. 40+ apps: Uniswap, Aave, Lido, Morpho, GMX, Hyperliquid, Polymarket.

sickn33/agentic-awesome-skills · 95 tokens

aomi-transact

Build natural-language crypto agents, web3 assistants, and trading bots that read and write EVM chain state. Aomi turns prompts ("swap 1 ETH for USDC", "open a 3x GMX long", "bet $100 on Polymarket") into wallet-signed transactions on Ethereum, Base, Arbitrum, Optimism, Polygon, Linea — non-custodial, fork-simulated.…

aomi-labs/skills · 221 tokens

aomi-transact

Build natural-language crypto agents, web3 assistants, and trading bots that read and write EVM chain state. Aomi turns prompts ("swap 1 ETH for USDC", "open a 3x GMX long", "bet $100 on Polymarket") into wallet-signed transactions on Ethereum, Base, Arbitrum, Optimism, Polygon, Linea — non-custodial, fork-simulated.…

Bilal140202/the-lord-of-the-skills · 211 tokens

aomi-transact

Build natural-language crypto/DeFi agents and EVM MCP plugins (Claude Code, Cursor, Codex, Gemini). Aomi turns prompts into wallet-signed txs on Ethereum, Base, Arbitrum, Optimism, Polygon, Linea — non-custodial, fork-simulated. 40+ apps: Uniswap, Aave, Lido, Morpho, GMX, Hyperliquid, Polymarket.

sinhoneyy/master-skills · 95 tokens

aomi-transact

Build natural-language crypto/DeFi agents and EVM MCP plugins (Claude Code, Cursor, Codex, Gemini). Aomi turns prompts into wallet-signed txs on Ethereum, Base, Arbitrum, Optimism, Polygon, Linea — non-custodial, fork-simulated. 40+ apps: Uniswap, Aave, Lido, Morpho, GMX, Hyperliquid, Polymarket.

iradoweck/antigravity-awesome-skills · 95 tokens

aomi-transact

Build natural-language crypto agents, web3 assistants, and trading bots that read and write EVM chain state. Aomi turns prompts ("swap 1 ETH for USDC", "open a 3x GMX long", "bet $100 on Polymarket") into wallet-signed transactions on Ethereum, Base, Arbitrum, Optimism, Polygon, Linea — non-custodial, fork-simulated.…

aomi-labs/skills · 221 tokens