weekly-report

weekly-report is a skill for Claude Code, Codex from instantKOM/mcp-server. It costs 28 tokens per session (675 once invoked), scanned A, original, MIT.

A read-only workflow that gathers a week's messaging, broadcast, and contact analytics and turns them into a short report. It compares the results with recent weeks and points out trends and unusual changes.

In plain words
What is it for?
Use it to review weekly messaging performance, spot trends or anomalies, compare results with the previous four weeks, and decide what to do next.
Why use it?
It saves you from manually collecting figures and working out what changed. It also keeps the report focused on decisions and next actions.

Skill for Claude CodeCodex

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/instantkom/mcp-server/weekly-report
Any agent
npx skills add instantKOM/mcp-server --skill weekly-report
Clone the repo
git clone --depth 1 https://github.com/instantKOM/mcp-server

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 weekly-report

README.md
[![agentmods](https://agentmods.dev/badge/skills/instantkom/mcp-server/weekly-report.svg)](https://agentmods.dev/skills/instantkom/mcp-server/weekly-report)
Your own site
<a href="https://agentmods.dev/skills/instantkom/mcp-server/weekly-report"><img src="https://agentmods.dev/badge/skills/instantkom/mcp-server/weekly-report.svg" alt="Measured on agentmods" height="20"></a>
Per session 28 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 675 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 $0.00028 $0.00675
Opus 5 $0.00014 $0.00338
Sonnet 5 $0.00006 $0.00135
Haiku 4.5 $0.00003 $0.00068

Measured 4d ago against content hash 9c04de0d23fe, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

weekly-report 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 4d 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.

src/discovery/agent-skills/weekly-report/SKILL.md · 60 lines

How it starts

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

Weekly messaging performance report

Runtime contract

  • Delivery: prompt
  • Minimum Agent Connect key scope: read
  • Minimum subscription tier: business
  • Authentication: send the tenant-bound Agent Connect key as a Bearer token.
  • Confirmation: This skill is read-only. Do not request or perform a mutation while using it.
  • Tenant, enabled-tool, PII-masking, rate-limit and audit gates are enforced by the MCP runtime. Never bypass or reproduce them client-side.
  • Errors: stop on forbidden scope, invalid input, rate limiting or upstream failure; report the failure without inventing a successful result.
  • Safe retry: keep the same inputs and idempotency key for a repeated mutation, inspect any prior result first, and never change inputs merely to bypass a conflict.

Workflow

Weekly messaging performance report

You are producing a weekly performance report for an instantKOM user. This is a read-only playbook: gather analytics and interpret them. You MUST NOT create, update, or send anything.

Goal

Turn raw analytics into a short, decision-ready narrative: what happened this week, how it compares to the trailing weeks (default 4), what stands out, and what to do next. Scope to channelId if given, otherwise report account-wide.

Steps

  1. Collect the numbers. Call get_analytics (the analytics/stats tool) to pull, for the reporting window and the trailing comparison weeks:
    • message volume (sent / received) and delivery/read outcomes,
    • broadcast performance (reach, delivery, engagement),
    • contact growth (new contacts, opt-ins, opt-outs),
    • inbox load (open conversations / tickets, response times if available). Pull the comparison weeks too -- a number without a trend is not a report.
  2. Compute deltas. For each metric, state this week's value and the change vs. the trailing average (absolute + percent). Flag anything moving more than ~20% as a signal to investigate.
  3. Find the story. Identify the 2-3 most important movements (good or bad) and give a plausible, data-grounded reason. Do NOT invent causes you cannot support from the data -- mark uncertain attributions as hypotheses.
  4. Recommend. Close with at most 3 concrete next actions tied to the signals (e.g. "opt-outs up 30% on channel X -> review last broadcast's frequency").
  5. Format. Deliver: a one-paragraph executive summary, a compact metric table with deltas, the highlights, and the recommended actions. Keep it scannable.

Read the full file on GitHub · 60 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. 4d ago First seen · 60 lines · 28 tokens per session scan A 9c04de0d23fe

Subscribe to this mod's changes

weekly-report is a skill published in the GitHub repository instantKOM/mcp-server (0 stars, last pushed yesterday), licensed MIT. It adds 28 tokens to every session and 675 once invoked, about $0.0001 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

linkedin

LinkedIn automation via the Linked API CLI - fetch profiles, search people and companies, send messages, manage connections, create posts, react, comment, and run Sales Navigator and custom workflows. Use when the user wants to interact with LinkedIn.

bobmatnyc/claude-mpm-skills · 51 tokens

nextjs-pages-router

Set up tRPC in Next.js Pages Router with createNextApiHandler, createTRPCNext, withTRPC HOC, SSR via ssr option and ssrPrepass, SSG via createServerSideHelpers with getStaticProps, and server-side helpers for getServerSideProps prefetching.

trpc/trpc · 67 tokens

non-json-content-types

Handle FormData, file uploads, Blob, Uint8Array, and ReadableStream inputs in tRPC mutations. Use octetInputParser from @trpc/server/http for binary data. Route non-JSON requests with splitLink and isNonJsonSerializable() from @trpc/client. FormData and binary inputs only work with mutations (POST).

trpc/trpc · 75 tokens

scalar-docs

Skill for writing and updating scalar.config.json — Scalar Docs configuration reference for users and LLMs.

scalar/scalar · 24 tokens

horse-integration-tests

Guide for writing automated integration tests for Horse endpoints using DUnit/DUnitX and THTTPClient.

HashLoad/horse · 25 tokens

release-notes

Generate GitHub release notes for the Membrane api-gateway repo by collecting the commits between the last release and master, grouping them into Features / Improvements / Fixes / Security / Dependencies, and linking each to its PR. Use whenever the user wants to draft, extract, or write release notes / a changelog /…

membrane/api-gateway · 124 tokens