WhatsApp for Datacore

WhatsApp for Datacore is a skill for Claude Code, Codex from datacore-one/datacore. It costs 21 tokens per session (202 once invoked), scanned A, original, MIT.

WhatsApp integration — WAHA gateway, message import, and CRM sync.

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/datacore-one/datacore/whatsapp
Any agent
npx skills add datacore-one/datacore --skill whatsapp
Clone the repo
git clone --depth 1 https://github.com/datacore-one/datacore

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 WhatsApp for Datacore

README.md
[![agentmods](https://agentmods.dev/badge/skills/datacore-one/datacore/whatsapp.svg)](https://agentmods.dev/skills/datacore-one/datacore/whatsapp)
Your own site
<a href="https://agentmods.dev/skills/datacore-one/datacore/whatsapp"><img src="https://agentmods.dev/badge/skills/datacore-one/datacore/whatsapp.svg" alt="Measured on agentmods" height="20"></a>
Per session 21 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 202 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00021 $0.00202
Opus 5 $0.00010 $0.00101
Sonnet 5 $0.00004 $0.00040
Haiku 4.5 $0.00002 $0.00020

Measured today against content hash d3f485d792d2, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

WhatsApp for Datacore 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 today.

The scan reads SKILL.md. This mod also ships 7 executable files (lib/__init__.py, lib/waha_client.py, lib/whatsapp_adapter.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

.datacore/modules/whatsapp/SKILL.md · 34 lines

What it actually says

WhatsApp for Datacore

WhatsApp integration via WAHA gateway — import messages, sync contacts to CRM, and process chat history.

What This Module Provides

Agents: whatsapp-import, whatsapp-sync

Commands: /whatsapp

When to Use

Triggers: whatsapp, waha, message, chat.

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. today First seen · 34 lines · 21 tokens per session scan A d3f485d792d2

Subscribe to this mod's changes

WhatsApp for Datacore is a skill published in the GitHub repository datacore-one/datacore (4 stars, last pushed today), licensed MIT. It adds 21 tokens to every session and 202 once invoked, about $0.0001 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-09-03.

Related

Other skills, from other repositories

messaging

Send messages to users via WhatsApp and other connected channels. Use when asked to notify someone, send a message, reply to a contact, message a group, or proactively communicate through WhatsApp. Supports text, images, documents, audio, video, and stickers. Also provides group etiquette for observing group…

Array-Ventures/coworker · 82 tokens

learn-from-correction

Propose a principle edit to a skill or persona file based on a (agentoutput, humanoutput) correction pair. Outputs a proposal markdown for human review - never auto-edits the target file.

assafkip/kipi-system · 45 tokens

research-mode

Anti-hallucination research mode. Toggle on to enforce citation requirements, source grounding, and "I don't know" behavior. Toggle off for creative work.

assafkip/kipi-system · 35 tokens

council

Multi-persona debate for founder decisions. 4 personas argue a topic across structured rounds.

assafkip/kipi-system · 22 tokens

fable-discipline

Engineering discipline distilled from a forensic read of one model's work. Use when building a feature, fixing a bug, writing tests, hardening a data path, or running any task that spans multiple files, sources, or sessions. Two layers: how to RUN the task (stage it, verify each stage with a check that can fail, write…

assafkip/kipi-system · 137 tokens

add-editor

Wire Deus's memory + evolution layers into an external code editor (Zed and other ACP/MCP clients) so the editor's own agent gains Deus's vault recall and self-improving reflexion loop. Configuration only — no new code. Triggers on "add editor", "use Deus in my editor", "zed integration", "editor integration", "wire…

sliamh11/Deus · 89 tokens