whatsapp-db-skill

whatsapp-db-skill is a skill for Claude Code from zeenie-ai/OpenCompany. It costs 35 tokens per session (3,167 once invoked), scanned A, original, MIT.

A read-and-search interface for a WhatsApp database containing contacts, groups, channels, and chat history. WhatsApp is a messaging service; channels are its broadcast newsletters.

In plain words
What is it for?
It helps find contacts and groups, inspect contact or group details, retrieve individual or group chat history, search messages, and filter results by sender or message type.
Why use it?
It avoids searching through WhatsApp conversations manually when you need a contact, group, channel, or message.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit It helps find contacts and groups, inspect contact or group details, retrieve individual or group chat history, search messages, and filter results by sender or message type.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zeenie-ai/opencompany/whatsapp-db-skill
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 zeenie-ai/OpenCompany --skill whatsapp-db-skill
Clone the repo
git clone --depth 1 https://github.com/zeenie-ai/OpenCompany

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 whatsapp-db-skill

README.md
[![agentmods](https://agentmods.dev/badge/skills/zeenie-ai/opencompany/whatsapp-db-skill/github.svg)](https://agentmods.dev/skills/zeenie-ai/opencompany/whatsapp-db-skill)
Your own site
<a href="https://agentmods.dev/skills/zeenie-ai/opencompany/whatsapp-db-skill"><img src="https://agentmods.dev/badge/skills/zeenie-ai/opencompany/whatsapp-db-skill/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 whatsapp-db-skill

Your own site · 80×15
<a href="https://agentmods.dev/skills/zeenie-ai/opencompany/whatsapp-db-skill"><img src="https://agentmods.dev/badge/skills/zeenie-ai/opencompany/whatsapp-db-skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,167 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00035 $0.03167
Opus 5 $0.00017 $0.01584
Sonnet 5 $0.00007 $0.00633
Haiku 4.5 $0.00003 $0.00317

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

Security

Grade A, and why

whatsapp-db-skill 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 13d 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.

server/skills/social_agent/whatsapp-db-skill/SKILL.md · 478 lines

How it starts

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

WhatsApp Database Tool

Query WhatsApp database for contacts, groups, channels (newsletters), and message history.

How It Works

This skill provides instructions for the WhatsApp DB tool node. Connect the WhatsApp DB node to Zeenie's input-tools handle to enable database queries.

whatsapp_db Tool

Query contacts, groups, channels, and chat history.

Schema Fields

Field Type Required Description
operation string Yes Operation type (see below)
chat_type string For chat_history "individual" or "group"
phone string Varies Phone number (for chat_history individual, get_contact_info)
group_id string Varies Group JID (for chat_history group, get_group_info)
query string No Search query (for search_groups, list_contacts)
limit int No Max results (varies by operation)
offset int No Pagination offset (for chat_history)
message_filter string No "all" or "text_only" (for chat_history)
group_filter string No "all" or "contact" (for group chat_history)
sender_phone string No Filter by sender (when group_filter="contact")
phones string For check_contacts Comma-separated phone numbers
participant_limit int No Max participants (for get_group_info, 1-100)
channel_jid string For channel ops Newsletter JID or invite link URL (e.g., 120363198765432101@newsletter or https://whatsapp.com/channel/...)
refresh boolean No Force refresh from server (for list_channels, get_channel_info, channel_messages)
channel_count int No Number of items to fetch (for channel_messages, channel_stats)
before_server_id int No Pagination cursor (for channel_messages)
message_offset int No Skip this many messages (for channel_messages)
since string No Unix timestamp - messages after this time (for channel_messages)
until string No Unix timestamp - messages before this time (for channel_messages)
media_type string No Filter by media type: image, video, audio, document, sticker (for channel_messages)
search string No Text search within messages (for channel_messages)
include_media_data boolean No Download base64 media data for media messages (for chat_history, channel_messages)
channel_name string For channel_create Name of the new channel
channel_description string No Description (for channel_create)
picture string No Base64-encoded profile picture (for channel_create)
mute boolean For channel_mute True to mute, false to unmute
server_ids string For mark_viewed/live_updates Comma-separated message server IDs
react_server_id int For newsletter_react Server ID of message to react to
reaction string For newsletter_react Reaction emoji (empty to remove)
profile_pic_jid string For contact_profile_pic JID or phone number
preview boolean No Get low-res preview (for contact_profile_pic)

Read the full file on GitHub · 478 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. 13d ago First seen · 478 lines · 35 tokens per session scan A 54477864016d

Subscribe to this mod's changes

whatsapp-db-skill is a skill published in the GitHub repository zeenie-ai/OpenCompany (883 stars, last pushed today), licensed MIT. It adds 35 tokens to every session and 3,167 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.