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 studiomeyer-io/studiomeyer-marketplace --skill crm-workflowgit clone --depth 1 https://github.com/studiomeyer-io/studiomeyer-marketplaceWrote 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/studiomeyer-io/studiomeyer-marketplace/crm-workflow)<a href="https://agentmods.dev/skills/studiomeyer-io/studiomeyer-marketplace/crm-workflow"><img src="https://agentmods.dev/badge/skills/studiomeyer-io/studiomeyer-marketplace/crm-workflow/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/studiomeyer-io/studiomeyer-marketplace/crm-workflow"><img src="https://agentmods.dev/badge/skills/studiomeyer-io/studiomeyer-marketplace/crm-workflow.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.00047 | $0.00942 |
| Opus 5 | $0.00023 | $0.00471 |
| Sonnet 5 | $0.00009 | $0.00188 |
| Haiku 4.5 | $0.00005 | $0.00094 |
Grade A, and why
crm-workflow 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.
How it starts
The opening of the file, as written. The whole thing — 90 lines — stays where its author put it; the contents beside it link to each section on GitHub.
StudioMeyer CRM Workflow
The CRM has 33 tools. This skill is the map.
The core flow
Lead (raw, unverified)
↓ (qualify, dedup, enrich)
Contact (real person) + Company (organization)
↓ (opportunity detected)
Deal (stage = lead, qualified, proposal, negotiation, closed-won, closed-lost)
↓ (stage progression over time, auto-probability)
Pipeline (aggregated view)
↓ (closed-won deals contribute to)
MRR / ARR (revenue)
Every entity in the CRM fits somewhere on this flow. When a tool call fails or feels wrong, check whether you are trying to skip a step.
Decision tree
Unstructured input (email, message, form submission) arrives
→ Use the lead-qualifier subagent to extract a structured lead, then crm_lead with action: "ingest". The server dedupes automatically.
User asks "who is this person?"
→ crm_search with the name. If found, crm_get_timeline for the full history.
User mentions a new company
→ crm_company with action: "create". Check crm_list_companies first if the name is ambiguous.
User says "log that call I had with X"
→ crm_log_interaction with channel: "call", direction: "outbound", and a summary. This auto-updates lastInteractionAt on the contact.
User wants to see the pipeline
→ crm_get_pipeline for stages + forecast, crm_dashboard for everything at once.
User asks "what do I need to do today?"
→ crm_follow_up with action: "list" + crm_dashboard for alerts.
User wants to import from HubSpot or Pipedrive
→ crm_import with the CSV path. The server has 22 header mappings built in including First + Last Name combination.
User wants to convert a lead to a customer
→ crm_lead with action: "convert". This creates the Contact, Company, and optionally a Deal in one call.
Daily CRM routine (recommended)
Morning, 5 minutes:
crm_dashboard: what happened overnightcrm_follow_upwithaction: "list": what needs attentioncrm_health_scores: any accounts dropping below 50?
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.
- 6d ago Changed 18c73d4a4af5
- 11d ago First seen · 90 lines · 47 tokens per session scan A 9289f6d2f859
crm-workflow is a skill published in the GitHub repository studiomeyer-io/studiomeyer-marketplace (2 stars, last pushed 6d ago), licensed MIT. It adds 47 tokens to every session and 942 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
project-consolidation
Safely consolidate drifted/duplicate project folders in the memex vault — cwd-fragment folders (e.g. Apps-arena, GitHub-loom), duplicate/split projects (one project's content scattered across two folders), and name-mismatch folders. Trigger on "consolidate project folders", "merge duplicate projects", "fix project…
update-status
Use when the user reports progress on a role and wants the board updated. Triggers: /update-status, "move X to tech interview", "I got an HR screen with Y", "Z rejected me", "got an offer from W", "schedule my interview with V". Moves a vacancy through the pipeline, appends a timestamped statusDetail (preserving…
geo-prospect
CRM-lite for managing GEO agency prospects and clients. Track leads through the full sales pipeline: Lead → Qualified → Proposal Sent → Won → Lost. Store audit history, notes, deal values, and generate pipeline summaries. Use when user says "prospect", "lead", "client", "pipeline", "crm", "nuovo prospect", "aggiungi…
resume
Read-only ORIENTATION. It reads the current git branch, finds the branch's active run in mneme's event log, reconstructs the phase map (closed / ready / blocked / paused-on-boundary) plus the staged-but-unaccepted notes, and SUGGESTS the /mneme:dev continuation in REAL syntax — slug + until, with boundary candidates…
myb-p-create-settings-page
Create a 'System-Tables'-style settings/admin page in MyBusiness CRM for managing the values of a lookup/status table (e.g. SupplierStatuses, ProjectStatuses, any custom Statuses / Types / Priorities) with inline add / edit / delete, matching the built-in System-Tables-Task-Statuses / System-Tables-Sale-Statuses…
myb-p-csat-survey
Build a post-case satisfaction survey (CSAT) in a MyBusiness CRM tenant — a one-click rating from the closing email that lands on the case itself, a negative rating that becomes actual work, and a score wired into a report the manager already reads. Use whenever a customer asks for a satisfaction survey, service…