favcrm-comms-approval

favcrm-comms-approval is a skill for Codex from favcrm/mcp. It costs 37 tokens per session (309 once invoked), scanned A, original, MIT.

A safety workflow for FavCRM, a customer-relationship tool, that prepares customer-facing messages for review before they are sent. It covers campaigns, reactivation messages, broadcasts, inbox replies, WhatsApp, SMS, and email.

In plain words
What is it for?
Use it to draft and validate promotional messages, win-back campaigns, reminders, and customer replies. It also presents recipient counts and previews for bulk messages before requesting approval.
Why use it?
It prevents messages from being sent without merchant approval and checks the recipient, channel, content, and required details first.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to draft and validate promotional messages, win-back campaigns, reminders, and customer replies. It also presents recipient counts and previews for bulk messages before requesting approval.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/favcrm/mcp/favcrm-comms-approval
View source ↗ favcrm/mcp
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 favcrm/mcp --skill favcrm-comms-approval
Clone the repo
git clone --depth 1 https://github.com/favcrm/mcp

Made for: 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 favcrm-comms-approval

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/favcrm/mcp/favcrm-comms-approval"><img src="https://agentmods.dev/badge/skills/favcrm/mcp/favcrm-comms-approval.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 309 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.00037 $0.00309
Opus 5 $0.00018 $0.00154
Sonnet 5 $0.00007 $0.00062
Haiku 4.5 $0.00004 $0.00031

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

Security

Grade A, and why

favcrm-comms-approval 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 6d 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.

skills/favcrm-comms-approval/SKILL.md · 27 lines

What it actually says

FavCRM Comms Approval

Use this skill for marketing campaigns, customer reactivation, win-back messages, promotions, inbox replies, WhatsApp, SMS, email, broadcasts, campaign drafts, campaign validation, reminders, and any customer-facing message.

Operating Rules

  • Never send customer-facing messages directly.
  • Always use request_send_approval for sends, broadcasts, campaigns, reminders, or replies that leave FavCRM.
  • Before approval, show recipient/channel/count, draft content, and reason.
  • For bulk sends, show count, a 3-row recipient preview, the base audience, and confirmed exclusions before requesting approval.
  • Match the merchant's language and tone. Use Traditional Chinese for zh-HK context.

Standard Flow

  1. Ground the recipient, conversation, campaign, or segment. Use search_members for customer account IDs and list_campaigns for previous campaign IDs; never infer IDs from names.
  2. Draft the message.
  3. For campaigns, set and read back audienceExclusions, then call validate_campaign immediately before approval.
  4. Request merchant approval with the exact action type, payload, draft, recipients, and summary.
  5. Do not claim delivery until FavCRM reports completion.

Read references/comms-safety.md for approval payload patterns.

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 6d ago Changed 31a82711614b
  2. 10d ago First seen · 27 lines · 37 tokens per session scan A c258fde92ed1

Subscribe to this mod's changes

favcrm-comms-approval is a skill published in the GitHub repository favcrm/mcp (0 stars, last pushed 7d ago), licensed MIT. It adds 37 tokens to every session and 309 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-31.

Related

Other skills, from other repositories

remnote

Search, read, and write RemNote notes and personal knowledge base content via remnote-cli. Use for note-taking, journaling, tags, tables, and knowledge-base navigation; require confirm write before mutating commands.

robert7/remnote-mcp-server · 50 tokens

remnote-kb-navigation

Template skill for navigating a user's RemNote knowledge base using root and top-level note IDs; customize before use.

robert7/remnote-mcp-server · 28 tokens

lain

Structural code intelligence for AI coding agents. Use this skill when the user wants to understand how a codebase is organized (modules, call graphs, file dependencies), find where to start reading, trace the impact of a change, find code by meaning, or understand what a symbol does in its full context. Do NOT use…

spuentesp/lain · 90 tokens

workspace-mirror

Sync and backup Antigravity IDE sessions, transcripts, SQLite database metadata, and brain artifacts locally into a structured workspace directory (.gemini-local/) with a rich interactive viewer.html page. Use this skill whenever the user mentions backups, workspace syncing, fswatch real-time mirroring, viewing…

ahadkhan9/workspace-mirror-skill · 82 tokens

skill-creator

Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.

robert7/remnote-mcp-server · 28 tokens

sast-fileupload

Detect insecure file upload vulnerabilities in a codebase using a three-phase approach: discovery (find all upload sites), batched verify (check extension bypass and related issues in parallel subagents, 3 sites each), and merge (consolidate batch results). Requires sast/architecture.md (run sast-analysis first).…

capture0x/YeepForge · 92 tokens