whatsapp-mcp-server: Skill for Claude Code

.claude/skills/verify-wire-claim/SKILL.md

verify-wire-claim is a skill for Claude Code from HalemoGPA/whatsapp-mcp-server. It costs 68 tokens per session (856 once invoked), scanned A, original, MIT.

A verification procedure for claims about how WhatsApp behaves on the network. It requires checking the actual message data or a reproducible test instead of trusting screenshots, app displays, or documentation alone.

In plain words
What is it for?
Use it before documenting or asserting that WhatsApp features such as view-once messages, polls, limits, or flags work in a particular way.
Why use it?
It prevents incorrect claims caused by differences between what a WhatsApp client displays and what the message data actually contains.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is HalemoGPA/whatsapp-mcp-server's own configuration. It tells Claude Code how to work on whatsapp-mcp-server itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything whatsapp-mcp-server configures →

Reuse

Borrowing it

Nothing to install: this file belongs to HalemoGPA/whatsapp-mcp-server. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/HalemoGPA/whatsapp-mcp-server/main/.claude/skills/verify-wire-claim/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/HalemoGPA/whatsapp-mcp-server

Made for: Claude Code.

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 verify-wire-claim

README.md
[![agentmods](https://agentmods.dev/badge/skills/halemogpa/whatsapp-mcp-server/verify-wire-claim/github.svg)](https://agentmods.dev/skills/halemogpa/whatsapp-mcp-server/verify-wire-claim)
Your own site
<a href="https://agentmods.dev/skills/halemogpa/whatsapp-mcp-server/verify-wire-claim"><img src="https://agentmods.dev/badge/skills/halemogpa/whatsapp-mcp-server/verify-wire-claim/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 verify-wire-claim

Your own site · 80×15
<a href="https://agentmods.dev/skills/halemogpa/whatsapp-mcp-server/verify-wire-claim"><img src="https://agentmods.dev/badge/skills/halemogpa/whatsapp-mcp-server/verify-wire-claim.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 68 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 856 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.00068 $0.00856
Opus 5 $0.00034 $0.00428
Sonnet 5 $0.00014 $0.00171
Haiku 4.5 $0.00007 $0.00086

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

Security

Grade A, and why

verify-wire-claim 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 10d 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.

.claude/skills/verify-wire-claim/SKILL.md · 76 lines

How it starts

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

Verifying a claim about WhatsApp

WhatsApp enforces most of what you see client-side. The app bets that what people see is reality, and for almost everyone that bet is correct. It is not correct here, because this server reads the wire.

A rendering is evidence of what a client chose to draw. Nothing more.

Never accept these as evidence

Source Why not
A screenshot, or what the desktop app shows Desktop and mobile enforce different things. A message once looked view-once on desktop for weeks while the inner flag was unset.
A comment in this repo They rot. The two most confidently wrong statements in this codebase were comments that had been true when written.
A library's documentation It describes the field's intent, not client behaviour. selectableOptionCount is documented as a maximum; no client enforces it above 1.
A tally or counter in the app Five phones once showed five different poll tallies while the wire said one number.
"The endpoint returned success" A poll vote returned Vote cast while the tally stayed at zero.

Accept these

  1. The actual protobuf, with the field number.
  2. A test you ran, with its output.
  3. An observation from a real phone, on the receive path.

The procedure

  1. Separate the three claims. "The field exists", "the server accepts it", and "the recipient's client honours it" are different, and a change can satisfy one and fail the others. Establish each on its own.

  2. Test the send path. Call the tool. Capture the response.

  3. Test the receive path on a real phone. This is the step people skip and it is where the bugs are. Sending through our own API exercises code that wraps and hashes locally and never decrypts or normalises. Two real bugs (all six poll-creation variants, and LID-vs-phone-number on votes) were found in minutes by a phone after the server-side tests passed clean.

  4. Check the stored row. Read what actually landed in the message store, not what the tool said it wrote.

Read the full file on GitHub · 76 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. 10d ago First seen · 76 lines · 68 tokens per session scan A fa6dcf61abe2

Subscribe to this mod's changes

verify-wire-claim is a skill published in the GitHub repository HalemoGPA/whatsapp-mcp-server (5 stars, last pushed 3d ago), licensed MIT. It adds 68 tokens to every session and 856 once invoked, about $0.0003 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

blazemeter-private-locations

Comprehensive guide for BlazeMeter Private Locations, including Radar Agent, installation (Docker, Kubernetes, Helm), configuration, management, and troubleshooting. Use when working with Private Locations for (1) Installing agents (Docker, Kubernetes, Helm Chart), (2) Configuring Radar Agent for API Monitoring, (3)…

Blazemeter/bzm-mcp · 103 tokens

blazemeter-functional-testing

Comprehensive guide for BlazeMeter Functional Testing, including GUI Functional Tests, API Tests (deprecated), Action Library, and debugging. Use when working with Functional Testing for (1) Creating GUI Functional Tests (YAML, Java IDE, Python IDE), (2) Managing Functional Tests (duplicate, delete, move, rename), (3)…

Blazemeter/bzm-mcp · 124 tokens

blazemeter-recorders

Comprehensive guide for BlazeMeter Recorders, including Chrome Extension and Proxy Recorder. Use when working with recorders for (1) Recording tests with Chrome Extension, (2) Creating and using Proxy Recorder, (3) Configuring browsers and devices for proxy recording, (4) Setting port ranges for proxy recorder, or any…

Blazemeter/bzm-mcp · 76 tokens

swag

This skill should be used when the user says "add proxy config", "create reverse proxy", "SWAG config", "nginx proxy", "expose service", "proxy configuration", "subdomain config", "subfolder config", "configure SWAG", "list proxy configs", "view proxy config", "edit proxy config", "remove proxy config", "check proxy…

jmagar/swag-mcp · 118 tokens

lastest

Lastest is a visual regression testing platform. It records browser tests, runs them via Playwright, diffs screenshots, and uses AI to classify changes. Available as an MCP server for AI agent integration.

las-team/lastest · 0 tokens

resolume-mcp-tester

Test and operate the Resolume MCP server (resolume-mcp-server) end-to-end against a live Resolume Arena. Use when verifying tool behavior, running smoke tests, doing safe live VJ demos, or validating new tools added to the project. Includes white-out prevention rules, state restoration patterns, and agent invocation…

mackatwentytsuru/resolume-mcp-server · 75 tokens