wallet-desk-brief

wallet-desk-brief is a skill for Claude Code, Codex from SELAT-AI/selat-skills. It costs 150 tokens per session (2,241 once invoked), scanned A, original, Apache-2.0.

A read-only report about one EVM wallet address, where EVM means the blockchain system used by networks such as Ethereum. It combines the address’s token holdings with available labels about who may control it.

In plain words
What is it for?
Use it to check what tokens an EVM address holds, review labels attributed to it, and produce a cautious summary. It does not cover Solana wallets or place trades.
Why use it?
It gives a structured way to understand an unfamiliar wallet without treating the result as certain ownership proof or a trading recommendation.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: positional $N argument.

Good fit Use it to check what tokens an EVM address holds, review labels attributed to it, and produce a cautious summary. It does not cover Solana wallets or place trades.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/selat-ai/selat-skills/wallet-desk-brief"><img src="https://agentmods.dev/badge/skills/selat-ai/selat-skills/wallet-desk-brief.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 150 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,241 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.00150 $0.02241
Opus 5 $0.00075 $0.01120
Sonnet 5 $0.00030 $0.00448
Haiku 4.5 $0.00015 $0.00224

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

Security

Grade A, and why

wallet-desk-brief 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 12d 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.

skills/wallet-desk-brief/SKILL.md · 147 lines

How it starts

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

wallet-desk-brief

One EVM wallet in. A who-is-this-wallet brief out. Read only. Alchemy holdings plus Arkham attribution (x402 via Circle Gateway; verify prints routed-x402 for both). The agent synthesizes; the agent does not place a trade.

This is not financial-intel (asset/ticker market brief), not a protocol desk, and not trade execution.

When To Use

Use when the user names one EVM wallet (0x…) and wants a short attribution + holdings read: who the address is labeled as, what tokens it holds, and a hedged desk note.

Do not use for "is <asset> a buy", ticker/macro fusion, protocol desks, Solana-inbound addresses, or any request that should place an order. If the user asks to trade on the result, decline that part and say so.

Rails

Both shipped steps settle x402 via Circle Gateway (skill rail is that taxonomy label — not mixed):

  • Alchemy (x402.alchemy.com) — GET /data/v1/assets/tokens/by-address. Manifest rail stays x402 via Circle Gateway. selat skill verify --live-probe prints routed-x402 (~$0.001). The call hops the SELAT Router. This is not a no-router-hop claim.
  • Arkham (api.arkm.com/x402) — POST /intelligence/address. Same taxonomy. Verify prints routed-x402 (~$0.21 live quote). Already in the SELAT federated catalog / discovery snapshot as api.arkm.com/x402.

CoinGecko simple-price is not a pin. It live-402s (MPP on Tempo, ~$0.063) but takes CoinGecko coin ids, not Alchemy contract holdings. Skip it. Do not add a third rail for it.

The selat CLI auto-detects protocol at call time. Rail names are not a pay-chain claim — the buyer is the funded Gateway chain. A reachable SELAT_ROUTER_URL is required for every shipped step, including Alchemy.

Workflow

  1. Install: selat skill install wallet-desk-brief
  2. Normalize the ask into one EVM --address. Lowercase is fine. Refuse Solana addresses, Arc, and CCTP paths.
  3. Tell the user the live quote and wait for a yes before spending. Do not pass --yes. Do not auto-pay. Do not run selat init (or any wallet-creation command) for the user — if setup is missing, ask and wait. Live quotes (2026-08-22, probe-only): Alchemy $0.001 (routed-x402), Arkham $0.21 (routed-x402). Full-run cap $0.50.
  4. Paid run (requires an armed session budget; the runner will refuse if none is armed): selat skill run wallet-desk-brief --address <0x>
  5. The CLI compiles each step into a selat-pay call and prints each result. Afterwards, report what was actually spent.

Read the full file on GitHub · 147 lines

Files

What ships with it

3 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. 12d ago First seen · 147 lines · 150 tokens per session scan A c05753318c46

Subscribe to this mod's changes

wallet-desk-brief is a skill published in the GitHub repository SELAT-AI/selat-skills (2 stars, last pushed today), licensed Apache-2.0. It adds 150 tokens to every session and 2,241 once invoked, about $0.0007 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-31.

Related

Other skills, from other repositories

selat-capabilities-for-metamask

SELAT's capability layer for agents on a MetaMask Agent Wallet — tool use beyond the agent's native abilities, paid per call. Strongest for trading decision support on perpetuals and tokenized stocks ("what are funding rates saying", "pull Polymarket candles", "quote and technicals for this tokenized equity's…

SELAT-AI/selat-openclaw-skills · 225 tokens

okx-agent-payments-protocol

Use when an agent hits HTTP 402 / payment-required, or the user mentions x402, x402Version, X-PAYMENT, PAYMENT-REQUIRED, PAYMENT-SIGNATURE, WWW-Authenticate: Payment, permit2, upto, metered billing, a payment channel / voucher / session, channelId / channelid, opening / closing / topping up / settling / refunding a…

internet-court/internet-court-skill · 231 tokens

jupiter-lend

Interact with Jupiter Lend Protocol. Read-only SDK (@jup-ag/lend-read) for querying liquidity pools, lending markets (jlTokens), and vaults. Write SDK (@jup-ag/lend) for lending (deposit/withdraw) and vault operations (deposit collateral, borrow, repay, manage positions).

internet-court/internet-court-skill · 68 tokens

okx-dapp-discovery

Plugin router for 20 third-party DeFi protocols (Polymarket, Aave, Hyperliquid, PancakeSwap, Morpho, Raydium, Curve, Compound, Pendle, Lido, ether.fi, GMX, Kamino, Orca, Meteora, Clanker, pump.fun, Uniswap) and their protocol-native tokens (HYPE, HLP, eETH, weETH, stETH, wstETH, LDO, GHO, CAKE, CRV, COMP, RAY, ETHFI…

internet-court/internet-court-skill · 351 tokens

lifi

LI.FI REST API for cross-chain and same-chain token swaps, bridging, DeFi deposits (Composer), yield discovery (Earn), and intent-based execution (Intents). USE THIS SKILL WHEN USER WANTS TO: Swap tokens between different blockchains (e.g., "swap USDC on Ethereum to ETH on Arbitrum") Bridge tokens to another chain…

internet-court/internet-court-skill · 299 tokens

x402-erc7710

Design and implement demos combining x402 HTTP payments with ERC-7710 smart contract delegations and ERC-7715 wallet permission requests for subscriptions, bounded agent budgets, recurring spend, pay-per-use APIs, and agentic commerce.

internet-court/internet-court-skill · 53 tokens