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 agentmods add skills/mondaycom/mcp/run-sequencenpx skills add mondaycom/mcp --skill run-sequencegit clone --depth 1 https://github.com/mondaycom/mcpWhat 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 | $0.00133 | $0.03183 |
| Opus 5 | $0.00067 | $0.01591 |
| Sonnet 5 | $0.00027 | $0.00637 |
| Haiku 4.5 | $0.00013 | $0.00318 |
Grade A, and why
run-sequence 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 2d 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 — 246 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Run Sequence
Flow: Trigger → Detect intent → Resolve board/sequence/contact → Execute → Confirm + report.
Input
- Optional: action + target via argument (e.g., "enroll Acme in welcome sequence").
- If no argument: ask what they want to do.
Output
- List: sequences on a board with status, step count, enrollment counts, analytics.
- Create: new sequence scaffolded via the tool's built-in gate flow (board → steps → email sender if needed), starts INACTIVE.
- Enroll: one or more CRM items enrolled in a sequence; returns succeeded/failed counts.
- Activate/Deactivate: sequence state toggled with confirmation. Deactivate does NOT stop existing enrollments — only blocks new ones.
- Duplicate: copy of a sequence created in INACTIVE state.
- Analyze: per-run + level + step funnel (reply rate, open rate, click-through).
- Contact journey: all sequences a contact is enrolled in, sorted by most recent.
Knowledge
- Sequence states: ACTIVE (enrolling + running), INACTIVE (not enrolling; existing runs continue).
deactivate-sequence≠ pause — enrolled contacts keep progressing; only new enrollments are blocked.- No sequence editing tool exists — steps cannot be added/modified via MCP. Direct users to Tools → Sequences in the UI.
get-board-sequencesrequires aboard_id— always resolve the board first.create-sequencehas a built-in gate system: call it with what you have; if anything's missing the tool returnsCONFIRMATION_REQUIREDwith exact instructions — follow them verbatim, never pre-empt the gates.enroll-item-in-sequencetakesboard_id,sequenceId, anditemIds(array of string IDs).
Tools (MCP)
get-board-sequences— list sequences on a board (needsboard_id).get-sequence-analytics— per-run, level, and step analytics for one sequence.get-contact-journey— all sequences a contact/item is enrolled in (needsboard_id+item_id).enroll-item-in-sequence— enroll one or more items in a sequence.activate-sequence— INACTIVE → ACTIVE.deactivate-sequence— ACTIVE → INACTIVE (existing enrollments continue).duplicate-sequence— copy a sequence; new copy starts INACTIVE.create-sequence— create a new sequence; call directly with whatever args you have.get-connected-email-accounts— list linked Gmail/Outlook accounts; used whencreate-sequencegate requires a sender.get_user_context— user identity + account.search/get_board_info/get_board_items_page— resolve boards and items by name.
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.
- 2d ago First seen · 246 lines · 133 tokens per session scan A a99e98a528d7
run-sequence is a skill published in the GitHub repository mondaycom/mcp (421 stars, last pushed 6d ago), licensed MIT. It adds 133 tokens to every session and 3,183 once invoked, about $0.0007 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-30.
Other skills, from other repositories
banner-design
Design banners for social media, ads, website heroes, creative assets, and print. Multiple art direction options with optional generated or supplied visuals. Actions: design, create, generate banner. Platforms: Facebook, Twitter/X, LinkedIn, YouTube, Instagram, Google Display, website hero, print. Styles: minimalist…
brand
Brand voice, visual identity, messaging frameworks, asset management, brand consistency. Activate for branded content, tone of voice, marketing assets, brand compliance, style guides.
skill-content-pipeline
Extract patterns and anatomy from URLs — use to reverse-engineer content strategies from live pages.
meta-tags-optimizer
Optimize title tags, meta descriptions, Open Graph, and Twitter cards for maximum click-through rate. Generates multiple A/B test variations with character counting and SERP preview. Use when asked to "optimize title tag", "write meta description", "improve CTR", "Open Graph tags", "fix my meta tags", "social media…
content-planner
GSC-driven content calendar. Pulls real Search Console data, finds the highest click-potential opportunities (striking-distance queries at positions 5-20, unanswered query intent, related-keyword expansions), and produces a dated, prioritized content calendar — ready to hand to /content-writer. Use when the user asks…
setup-cms
Connect a CMS to notfair SEO tools. Guides users through configuring WordPress, Strapi, Contentful, or Ghost — tests the connection, and writes credentials to .env.local. Once set up, seo-analysis automatically cross- references CMS content against Google Search Console data. Use whenever the user says "connect my…