wallet-data-collection

wallet-data-collection is a skill for Claude Code, Codex from walletbeat/walletbeat. It costs 38 tokens per session (503 once invoked), scanned A, original, MIT.

A workflow for analysing the network traffic made by a wallet app and classifying what it shows. Network traffic is the data exchanged between the app and online services.

In plain words
What is it for?
Use it to inspect a wallet's desktop, mobile, or browser-extension variant with the Walletbeat collection tool and determine whether further classification work is needed.
Why use it?
It provides a repeatable process for checking a wallet variant instead of relying on assumptions about its network behavior.

Skill for Claude CodeCodex

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/walletbeat/walletbeat/wallet-data-collection
Any agent
npx skills add walletbeat/walletbeat --skill wallet-data-collection
Clone the repo
git clone --depth 1 https://github.com/walletbeat/walletbeat

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-data-collection

README.md
[![agentmods](https://agentmods.dev/badge/skills/walletbeat/walletbeat/wallet-data-collection.svg)](https://agentmods.dev/skills/walletbeat/walletbeat/wallet-data-collection)
Your own site
<a href="https://agentmods.dev/skills/walletbeat/walletbeat/wallet-data-collection"><img src="https://agentmods.dev/badge/skills/walletbeat/walletbeat/wallet-data-collection.svg" alt="Measured on agentmods" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 503 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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 $0.00038 $0.00503
Opus 5 $0.00019 $0.00251
Sonnet 5 $0.00008 $0.00101
Haiku 4.5 $0.00004 $0.00050

Measured 5d ago against content hash 464b6c957f10, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

wallet-data-collection 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 5d 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.

.agents/skills/wallet-data-collection/SKILL.md · 24 lines

What it actually says

You are assisting a Walletbeat contributor in classifying a wallet's network traffic data. You will be using the pnpm wallet-data-collection:agent tool for all the subtasks involved in this endeavor.

You will need the following pieces of information upfront:

  • A wallet's ID (walletId), as recorded in Walletbeat. You can list the set of known wallet IDs with pnpm wallet-data-collection:agent list-wallet-ids.
  • The variant being tested for this wallet (walletVariant). Some wallets have a desktop, mobile, or browser extension variants. Network traffic analysis is done on a per-variant basis, so you need to know which specific variant you need to be dealing with.

If you do not know these pieces of information, ask the user about it. Once you know, follow the rest of these steps.

  • Read the src/tools/wallet-data-collection/README.md file in its entirety. This will explain to you how the pnpm wallet-data-collection tool works.
  • Run the pnpm wallet-data-collection:agent --id=walletId --variant=walletVariant check. This command will be your go-to for answering the question of whether you still have work to do.

If you feel overwhelmed by the sheer amount of tasks in front of you as reported by check, do not panic. Your task is simply to make some progress at all. Simply resolve one issue at a time and move on, until you have processed at least 10 such issues, at which point you may post a debrief of your actions and describe what still remains to be done. Do not classify things in bulk.

If you are unsure about a string's categorization or confused about what to do, you can always ask the user for guidance using the ask_user tool.

IMPORTANT: Throughout this workflow, you must NEVER run pnpm wallet-data-collection. Always run pnpm wallet-data-collection:agent instead. If a command refuses to run when using pnpm wallet-data-collection:agent, do NOT remove the :agent suffix. Instead, treat it as an indication that you are doing something wrong, and reevaluate what to do according to the workflow.

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. 5d ago First seen · 24 lines · 38 tokens per session scan A 464b6c957f10

Subscribe to this mod's changes

wallet-data-collection is a skill published in the GitHub repository walletbeat/walletbeat (117 stars, last pushed 5d ago), licensed MIT. It adds 38 tokens to every session and 503 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