activity-insights

activity-insights is a skill for Claude Code, Codex from mondaycom/mcp. It costs 98 tokens per session (1,593 once invoked), scanned A, original, MIT.

A skill for analyzing customer-relationship-management activity, such as calls and emails, by salesperson, activity type, or time period. CRM software records customer interactions.

In plain words
What is it for?
Use it to measure outreach volume, compare salesperson activity, and review recent team engagement.
Why use it?
It turns activity records into focused summaries and requires identifying the correct workspace or board before querying data.

Skill for Claude CodeCodex

Part of the monday-crm plugin — 9 skills shipped together

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/mondaycom/mcp/activity-insights
Any agent
npx skills add mondaycom/mcp --skill activity-insights
Clone the repo
git clone --depth 1 https://github.com/mondaycom/mcp

Made for: Claude Code, Codex.

Or install monday-crm, the plugin that ships this one along with the rest of its 9 skills.

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 activity-insights

README.md
[![agentmods](https://agentmods.dev/badge/skills/mondaycom/mcp/activity-insights.svg)](https://agentmods.dev/skills/mondaycom/mcp/activity-insights)
Your own site
<a href="https://agentmods.dev/skills/mondaycom/mcp/activity-insights"><img src="https://agentmods.dev/badge/skills/mondaycom/mcp/activity-insights.svg" alt="Measured on agentmods" height="20"></a>
Per session 98 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,593 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.00098 $0.01593
Opus 5 $0.00049 $0.00796
Sonnet 5 $0.00020 $0.00319
Haiku 4.5 $0.00010 $0.00159

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

Security

Grade A, and why

activity-insights 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.

plugins/monday-crm/skills/activity-insights/SKILL.md · 132 lines

How it starts

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

Activity Insights

Flow: Trigger → Connector check → Resolve board → Build query → Fetch insights → Synthesize.

Input

  • Optional: argument describing the analysis (e.g., "rep activity this week", "call breakdown for the team").
  • Optional: rep name, date range, or grouping preference.

Output

A synthesized summary with specific numbers and rep-level breakdowns. Never raw JSON.

Knowledge

  • get-activity-insights returns aggregated counts — not individual activity records. For activity history with content, use get-timeline-items.
  • Default time range is 7 days — no need to pass a date if the user asks about "recent" or "this week".
  • groupBy accepts 1–2 fields: ["type"] for activity breakdown; ["userId", "type"] for per-rep breakdown; ["userId"] for rep totals only.
  • board_id is required — always resolve it before calling the tool.
  • Present results as natural language insights — never dump the raw results array.

Tools (MCP)

  • get-activity-insights — aggregated activity stats (counts, duration) grouped by rep, type, or item.
  • get_user_context — user identity and account info.
  • search / get_board_info / get_board_items_page — resolve boards and items.
  • list_users_and_teams — resolve rep names to user IDs for filtering.
  • get-timeline-items — fallback for item-level activity detail (content, not aggregates).

When to use each groupBy

User says groupBy Notes
"How many calls did each rep make?" ["userId", "type"] Per-rep breakdown
"What's the activity breakdown this week?" ["type"] Team totals by type
"Who's the most active rep?" ["userId"] Rep totals only
"How many emails did John send?" ["type"] + userIds filter
"Activity on the Acme deal?" ["type"] + itemIds filter — or use get-timeline-items for content
"Compare rep performance last month" ["userId", "type"] Set fromDate/toDate

Step 0: Connector check

Read the full file on GitHub · 132 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. 6d ago First seen · 132 lines · 98 tokens per session scan A e9c1ad8713c3

Subscribe to this mod's changes

activity-insights is a skill published in the GitHub repository mondaycom/mcp (422 stars, last pushed 2d ago), licensed MIT. It adds 98 tokens to every session and 1,593 once invoked, about $0.0005 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.

Related

Other skills, from other repositories

dig

Explore, analyze, plan, or spec features for the Apify MCP server. Adapts to what the user asks — from quick code exploration to full GitHub issue specs. Use when the user asks to explore code, understand behavior, plan a change, design a feature, or create an issue spec.

apify/apify-mcp-server · 64 tokens

agents-sdk-dotnet

Use when any code imports Microsoft.Agents.Hosting.AspNetCore, Microsoft.Agents.Builder, or related Agents SDK packages, or when the user is building, configuring, or asking questions about a Microsoft 365 Agents SDK agent in C# / .NET. Trigger on questions about appsettings.json, connection configuration…

microsoft/Agents · 112 tokens

bf-to-agents-sdk-dotnet-migration

Use when migrating a Bot Framework .NET SDK bot to Microsoft 365 Agents SDK. Triggered by projects that depend on packages: Microsoft.Bot.Builder or Microsoft.Bot.Builder.Integration.AspNet.Core that want to migrate to Agents SDK.

microsoft/Agents · 56 tokens

creating-mcp-agent-evals

Use when adding Langfuse MCP agent evals for a tool family of the Apify MCP server ("create evals for the storage tools"), when eval cases fail and you must decide whether the case, the tool, or its description is at fault, or when eval runs show tool errors in Langfuse traces.

apify/apify-mcp-server · 71 tokens

agents-sdk-dotnet-otel

Use when adding, configuring, validating, or troubleshooting OpenTelemetry observability for a Microsoft 365 Agents SDK application in C# / .NET. Trigger when the user mentions OpenTelemetry, OTel, telemetry, traces, metrics, logs, OTLP, Aspire Dashboard, Application Insights, Azure Monitor, distributed tracing…

microsoft/Agents · 86 tokens

agents-sdk-dotnet-debugging

Use when troubleshooting an agent built with the Microsoft Agents SDK (Microsoft.Agents.Hosting.AspNetCore and related packages) in C# / .NET. Trigger on any of these symptoms: build or C# compile errors, crashes on startup, 401 or auth errors on incoming requests, the bot not responding to messages, appsettings.json…

microsoft/Agents · 136 tokens