favcrm-channel-setup

favcrm-channel-setup is a skill for Claude Code, Codex from favcrm/mcp. It costs 32 tokens per session (364 once invoked), scanned A, original, MIT.

A setup guide for connecting FavCRM, a customer-management system, to communication channels, especially WhatsApp Business. It explains when to check the connection and when to open Meta’s browser-based signup flow.

In plain words
What is it for?
Use it to check WhatsApp connection status, create a connection link, finish Cloud API or coexistence setup, and diagnose plan or module limitations.
Why use it?
It prevents setup steps from being done in the wrong order and makes clear when a person must finish the process in a browser. It also checks whether the FavCRM plan allows the operation.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to check WhatsApp connection status, create a connection link, finish Cloud API or coexistence setup, and diagnose plan or module limitations.

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

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 favcrm-channel-setup

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/favcrm/mcp/favcrm-channel-setup"><img src="https://agentmods.dev/badge/skills/favcrm/mcp/favcrm-channel-setup.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 364 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.00032 $0.00364
Opus 5 $0.00016 $0.00182
Sonnet 5 $0.00006 $0.00073
Haiku 4.5 $0.00003 $0.00036

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

Security

Grade A, and why

favcrm-channel-setup 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 9d 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-channel-setup/SKILL.md · 41 lines

What it actually says

FavCRM Channel Setup

Use this skill when a merchant asks to connect WhatsApp Business or diagnose whether a communication channel is ready.

Operating Rules

  • Check current state first with get_whatsapp_connection_status.
  • Create a browser handoff only when WhatsApp is not connected or the user explicitly wants to reconnect.
  • Use create_whatsapp_connect_link for Meta Embedded Signup. Meta requires a browser interaction; the agent cannot complete this fully headlessly.
  • After the user finishes the browser flow, call get_whatsapp_connection_status again.
  • For plan or module blockers, call check_plan_operation and show any returned upgrade action.

CLI Flow

favcrm whatsapp status
favcrm whatsapp connect --mode cloud-api
favcrm whatsapp status

Use --mode coexistence only when the user is connecting a WhatsApp Business App number that should coexist with Cloud API.

MCP Flow

  1. Call get_whatsapp_connection_status.
  2. If not connected, call create_whatsapp_connect_link with onboardingMode.
  3. Ask the user to open the returned url in a browser.
  4. When they confirm completion, call get_whatsapp_connection_status.
  5. Report WABA ID, phone number ID, verified name, and any pending session state.

Failure Handling

  • Expired session: create a new connect link.
  • Browser flow abandoned: keep the pending session visible and ask the user to retry.
  • Plan/module blocked: call check_plan_operation for module whatsapp and surface upgrade instructions.
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. 9d ago First seen · 41 lines · 32 tokens per session scan A 9711d9d8d323

Subscribe to this mod's changes

favcrm-channel-setup is a skill published in the GitHub repository favcrm/mcp (0 stars, last pushed 6d ago), licensed MIT. It adds 32 tokens to every session and 364 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

daily-briefing

Start your day with a prioritized CRM briefing — works for any monday CRM setup: pipeline, contacts, accounts, leads, or no board at all. Use when someone says 'morning briefing', 'daily brief', 'what's on my plate today', 'catch me up on my deals', 'what needs attention', 'what needs my attention', 'anything urgent…

mondaycom/mcp · 106 tokens

meeting-to-deal

Turn meeting transcripts into deal updates — key points, commitments, and next steps posted to matching CRM deals automatically. Auto-creates contacts for new attendees. Use when someone says "log my meetings to deals", "update CRM from calls", "what did I commit to in meetings", "sync notetaker", "log this meeting"…

mondaycom/mcp · 107 tokens

multichannel-ecommerce

Manage e-commerce operations across multiple marketplaces and channels. Inventory sync, order routing, listing management, and unified analytics for Amazon, Shopify, Walmart, eBay, Etsy, and TikTok Shop.

nexscope-ai/eCommerce-Skills · 0 tokens

Technical Debt Tracking with PMAT

Tracks and manages technical debt using PMAT (Pragmatic AI Labs MCP Agent Toolkit). Use this skill when: User asks about technical debt, TODO comments, or code quality issues Planning sprint work and need to prioritize debt repayment Conducting code audits or technical debt assessments Tracking debt accumulation…

paiml/paiml-mcp-agent-toolkit · 123 tokens

repo-harness-product

Canonical rule owner for PRD drafting, Sprint planning/execution, and native Goal-session preparation from repo-harness planning artifacts.

Ancienttwo/repo-harness · 30 tokens

repo-new

A guarded workflow for creating a new IWE repository, including its name, data classification, ownership, readers, registry entry, and starter structure.

TserenTserenov/FMT-exocortex-template · 199 tokens