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.
npx skills add favcrm/mcp --skill favcrm-team-onboardinggit clone --depth 1 https://github.com/favcrm/mcpWrote 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.
[](https://agentmods.dev/skills/favcrm/mcp/favcrm-team-onboarding)<a href="https://agentmods.dev/skills/favcrm/mcp/favcrm-team-onboarding"><img src="https://agentmods.dev/badge/skills/favcrm/mcp/favcrm-team-onboarding/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.
<a href="https://agentmods.dev/skills/favcrm/mcp/favcrm-team-onboarding"><img src="https://agentmods.dev/badge/skills/favcrm/mcp/favcrm-team-onboarding.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00045 | $0.00412 |
| Opus 5 | $0.00023 | $0.00206 |
| Sonnet 5 | $0.00009 | $0.00082 |
| Haiku 4.5 | $0.00005 | $0.00041 |
Grade A, and why
favcrm-team-onboarding 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 11d 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.
What it actually says
FavCRM Team Onboarding
Use this skill when a merchant wants to add another human or agent-operated team member to a FavCRM workspace.
Operating Rules
- To invite a teammate, use
create_team_member_invitefrom an authenticated owner or manager context. - To accept an invite, use the no-auth pair
accept_team_invite_request->accept_team_invite_verify. - Never expose the full returned API key unless the user explicitly needs to configure a client. Prefer storing it in the MCP client, CLI config, or environment variable.
- Do not invent roles. Use
staffby default, ormanageronly when the user asks for elevated access.
CLI Flow
favcrm team invite create --email [email protected] --role staff
favcrm team invite accept-request --token <invite-token>
favcrm team invite accept-verify --token <invite-token> --code <code>
MCP Flow
- Call
create_team_member_invitewithemail, optionalname, androle. - Give the invite token or invite link to the invited user.
- Call
accept_team_invite_requestwithtoken. - Ask the invited user for the 6-digit code from email.
- Call
accept_team_invite_verifywithtoken,code, and optionalname. - Return secure key handling guidance. The API key is shown once.
Failure Handling
- Expired invite: ask an authenticated manager to create a new invite.
- Wrong code: retry
accept_team_invite_verifywith the corrected 6-digit code. - Role/permission denied: call
check_plan_operationor ask an owner/manager to perform the invite.
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.
- 11d ago First seen · 39 lines · 45 tokens per session scan A 3409e59eaf0b
favcrm-team-onboarding is a skill published in the GitHub repository favcrm/mcp (0 stars, last pushed 9d ago), licensed MIT. It adds 45 tokens to every session and 412 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.
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…
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"…
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.
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…
repo-harness-product
Canonical rule owner for PRD drafting, Sprint planning/execution, and native Goal-session preparation from repo-harness planning artifacts.
discussion-participant
A command-line workflow for participating in private discussions and replying through NextClaw. It verifies participant identity from trusted platform data rather than from message text.