simba-mmm-workflow

simba-mmm-workflow is a skill for Claude Code, Codex from getsimba-ai/simba-mcp. It costs 60 tokens per session (961 once invoked), scanned A, original, MIT.

Instructions for a complete Simba marketing mix modeling workflow. Marketing mix modeling is a statistical way to estimate how advertising channels contribute to business results.

In plain words
What is it for?
Use it to upload and validate a CSV, define channels and business metrics, create and monitor a Bayesian model, and analyze attribution, overlap, and financial results.
Why use it?
They help prepare valid data, create the model with the right fields, wait for it to finish, and read its sections correctly.

Skill for Claude CodeCodex

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

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.

agentmods
npx agentmods add skills/getsimba-ai/simba-mcp/simba-mmm-workflow
Any agent
npx skills add getsimba-ai/simba-mcp --skill simba-mmm-workflow
Clone the repo
git clone --depth 1 https://github.com/getsimba-ai/simba-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 simba-mmm-workflow

README.md
[![agentmods](https://agentmods.dev/badge/skills/getsimba-ai/simba-mcp/simba-mmm-workflow.svg)](https://agentmods.dev/skills/getsimba-ai/simba-mcp/simba-mmm-workflow)
Your own site
<a href="https://agentmods.dev/skills/getsimba-ai/simba-mcp/simba-mmm-workflow"><img src="https://agentmods.dev/badge/skills/getsimba-ai/simba-mcp/simba-mmm-workflow.svg" alt="Measured on agentmods" height="20"></a>
Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 961 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00060 $0.00961
Opus 5 $0.00030 $0.00481
Sonnet 5 $0.00012 $0.00192
Haiku 4.5 $0.00006 $0.00096

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

Security

Grade A, and why

simba-mmm-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 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.

skills/simba-mmm-workflow/SKILL.md · 71 lines

How it starts

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

Simba MMM workflow (upload → create → poll → results)

1. Upload

  1. Call get_data_schema first and validate the CSV against it — especially x-simba-constraints.min_rows and the media naming rule {channel}_activity / {channel}_spend. Inactive periods are 0, never blank/NA. CSV only, 10 MB max.
  2. upload_data with csv_path when the server runs locally (stdio) — large files must not transit the conversation. On hosted servers pass csv_content. The response's warnings field is authoritative on row sufficiency.
  3. list_uploads / get_upload recover past uploads; get_upload's columns ([{name, dtype}]) is enough to build create_model arguments without re-reading the CSV.

2. Create

  • Minimal call: uploaded_file_id, date_column, kpi_column, hierarchy_column (exactly 1 unique value), channels ([{name, activity_column, spend_column}]).
  • Decide at create time if profit analysis is ever wanted: pass operating_margin (scalar fraction) or operating_margin_column. These are TOP-LEVEL parameters — a margin placed inside a config dict is silently ignored and the model fits marginless. Without a stored margin, financials never appears and every profit optimization must re-supply forward_margin.
  • Multiplicative form: link="log"; attribution conventions other than removal_lift require it. Priors: see the simba-prior-conventions skill before overriding anything.
  • The response is a model_hash immediately — fitting is async.

3. Poll

  • get_model_status until complete or failed. Fits take minutes to tens of minutes; poll with backoff, don't spin.
  • On failed: get_model returns the error message plus the full config echo (it works for every status). Fix the config and re-create; delete_model cleans up the failed entry (failed-only; destructive).
  • Models start unsaved (invisible to default list_models) — save_model files them into a project; rename_model names without saving.

Read the full file on GitHub · 71 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 · 71 lines · 60 tokens per session scan A a5861d1fa5f8

Subscribe to this mod's changes

simba-mmm-workflow is a skill published in the GitHub repository getsimba-ai/simba-mcp (0 stars, last pushed 10d ago), licensed MIT. It adds 60 tokens to every session and 961 once invoked, about $0.0003 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

mmm-api-reference

Exact pymc-marketing API reference for MMM code, verified against v1.1.0. Use when writing or reviewing pymc-marketing code, checking constructor signatures, method names, return types, import paths, or plotting/evaluation/optimisation calls. Also use when migrating 0.x code to 1.x, debugging ImportError or…

Yakoub-ai/agent-mmm · 96 tokens

mmm-channel-semantics

How each type of marketing channel should be represented in an MMM — its role (paid media, reach-and-frequency, organic, non-media treatment, control), whether it is driven by spend or exposure, its carryover and saturation behaviour, and whether a ROAS is even defined for it. Use when deciding what a column means…

Yakoub-ai/agent-mmm · 112 tokens

mmm-baseline-and-trend

The baseline of an MMM — intercept, trend, seasonality and controls — and how it competes with media for variance. Use when the baseline is negative, implausibly large or small, when deciding between a fixed intercept, a linear trend, changepoints, knots or a time-varying intercept, when seasonality is absorbing…

Yakoub-ai/agent-mmm · 100 tokens

mmm-causal-design

Causal identification for MMM — what to control for, what never to control for, and why. Use when deciding which variables to include, when a channel's estimate looks structurally wrong, when handling mediators (search volume, site visits, brand metrics), colliders, funnel effects or reverse causality, when building a…

Yakoub-ai/agent-mmm · 99 tokens

mmm-data-engineering

Building the MMM dataset: sourcing, joining, aggregating, handling missing data, currency and inflation, fiscal calendars, taxonomy mapping, outliers and reproducible pipelines. Use when assembling data from platform exports and finance systems, deciding how to fill gaps, choosing daily vs weekly, aligning spend to…

Yakoub-ai/agent-mmm · 91 tokens

mmm-diagnostics

Diagnosing a fitted MMM — convergence (r-hat, ESS, divergences, BFMI), fit quality, overfitting, baseline health, prior-to-posterior learning, and attribution plausibility. Use when checking whether a model is trustworthy, debugging sampling failures, interpreting ArviZ 1.x output, deciding whether results are safe to…

Yakoub-ai/agent-mmm · 89 tokens