bulk-campaign

bulk-campaign is a skill for Claude Code from theYahia/WWmcp. It costs 25 tokens per session (654 once invoked), scanned A, original, MIT.

A workflow for sending a bulk SMS marketing message in Turkey. It checks available message credits, removes opted-out numbers, verifies sender details and required İYS consent, and reports delivery.

In plain words
What is it for?
Use it to prepare and confirm a recipient list, send or schedule a commercial SMS, cancel a scheduled order, and check how many messages were delivered.
Why use it?
It reduces the risk of partial sends, messages to blocked recipients, and non-compliant marketing under Turkey’s communications rules.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Good fit Use it to prepare and confirm a recipient list, send or schedule a commercial SMS, cancel a scheduled order, and check how many messages were delivered.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/theyahia/wwmcp/bulk-campaign
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 theYahia/WWmcp --skill bulk-campaign
Clone the repo
git clone --depth 1 https://github.com/theYahia/WWmcp

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 bulk-campaign

README.md
[![agentmods](https://agentmods.dev/badge/skills/theyahia/wwmcp/bulk-campaign/github.svg)](https://agentmods.dev/skills/theyahia/wwmcp/bulk-campaign)
Your own site
<a href="https://agentmods.dev/skills/theyahia/wwmcp/bulk-campaign"><img src="https://agentmods.dev/badge/skills/theyahia/wwmcp/bulk-campaign/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 bulk-campaign

Your own site · 80×15
<a href="https://agentmods.dev/skills/theyahia/wwmcp/bulk-campaign"><img src="https://agentmods.dev/badge/skills/theyahia/wwmcp/bulk-campaign.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 654 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.00025 $0.00654
Opus 5 $0.00013 $0.00327
Sonnet 5 $0.00005 $0.00131
Haiku 4.5 $0.00003 $0.00065

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

Security

Grade A, and why

bulk-campaign 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.

servers/ileti-merkezi/.claude/skills/bulk-campaign/SKILL.md · 61 lines

How it starts

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

/bulk-campaign — Bulk SMS with pre-flight checks

Algorithm

  1. Call get_balance. Compare credits to recipient count times segments per message. If short, stop and report the shortfall — a partial send is worse than none.
  2. Call get_blacklist (paginate with page / row_count) and remove every blacklisted number from the recipient array. Sending to opt-outs is a compliance problem in Turkey.
  3. Call get_sender and pick an approved sender header (başlık).
  4. Marketing content requires İYS consent under Law 6563. Spot-check recipients with iys_check (brand code + MESAJ channel) when the list origin is unclear, and register collected consents with iys_register before sending.
  5. Show the user the final count, the message text, the segment count and the credit cost. Get explicit confirmation before sending.
  6. Call send_sms with to as the array of numbers, message, sender, and message_type: "commercial" for marketing (this sets the İYS flag). Optionally schedule_at (DD/MM/YYYY HH:MM) for a timed send — cancel it later with cancel_order.
  7. Call get_report with the order_id from the response to read delivery. Poll again later for a settled figure — a report taken immediately is incomplete.

Response format

## Bulk SMS campaign

**Recipients**: 1,240 (18 removed as blacklisted)
**Sender**: SIRKETADI
**message_type**: commercial (İYS flag on)
**Segments per message**: 2 (Unicode — Turkish characters)
**Credits used**: 2,480
**Scheduled**: immediate

### Delivery (order_id 99182)
| State | Count |
|-------|-------|
| DELIVERED (111) | 1,201 |
| UNDELIVERED (112) | 22 |
| WAITING (110) | 17 |

Notes

  • Bulk and single sends are the same tool: send_sms with to as an array (up to 50 000).
  • Always subtract the blacklist yourself — the API will not do it for you.
  • get_reports (plural) lists order summaries over a date range of at most 10 days; use it to review past campaigns. get_report (singular) drills into one order.
  • A scheduled order can be pulled back with cancel_order until it is dispatched.

Read the full file on GitHub · 61 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. 5d ago First seen · 61 lines · 25 tokens per session scan A d30e07eca88d

Subscribe to this mod's changes

bulk-campaign is a skill published in the GitHub repository theYahia/WWmcp (29 stars, last pushed 3d ago), licensed MIT. It adds 25 tokens to every session and 654 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-06.

Related

Other skills, from other repositories

compliance-audit-workflow

Run a compliance audit Mistral Workflow, query mid-run findings via workflowinteract(action="query"), and signal approval or escalation decisions at checkpoints via workflowinteract(action="signal"). Use when the user wants to run a compliance audit (GDPR, SOC2, PCI-DSS, etc.) against a deployed Mistral Workflow.

Swih/mistral-mcp · 68 tokens

contract-analyzer

OCR a contract PDF with mistralocr, then extract structured clauses and risk scores with mistralchat + jsonschema. Use when the user provides a contract document to analyze for risks, obligations, and key terms.

Swih/mistral-mcp · 44 tokens

contract-review-workflow

Trigger a deployed Mistral Workflow for contract review, poll execution status, detect human-in-the-loop checkpoints via workflowinteract(query), collect approval or changes, and resume the workflow via workflowinteract(signal). Use when the user wants to run a contract through a Mistral Workflow with oversight…

Swih/mistral-mcp · 61 tokens

javascript-typescript

Professional JavaScript and TypeScript development skill covering modern ES6+, TypeScript, Node.js, Express, React, testing frameworks, and best practices. Use this skill when developing JavaScript/TypeScript applications, building React/Node.js projects, implementing RESTful APIs, or need guidance on modern JS/TS…

ProjAnvil/MindForge · 69 tokens

agb-rechtswahl-schweizer-recht-rom-i

Für AGB Rechtswahl Schweizer Recht Rom I: ordnet Norm, Beweislast und Gegenargument; Ergebnis: Prüfprodukt mit Risiko und nächstem Schritt. Fachgebiet: AGB-Recht-Prüfer. Route: agb-rechtswahl-schweizer-recht-rom-i.

Klotzkette/claude-fuer-deutsches-recht · 69 tokens

klauselinhalt-und-verbote-pruefen

Prüft eine AGB-Klausel anhand von Kontrollfähigkeit, gesetzlichen Klauselverboten und Interessenabwägung. Für B2C und B2B; liefert ein Klauselvotum mit Leitbild, Gegenposition und konkreter Rechtsfolge.

Klotzkette/claude-fuer-deutsches-recht · 67 tokens