monthly-performance-summary

monthly-performance-summary is a skill for Claude Code from seranking-planable/smm-skills. It costs 127 tokens per session (2,117 once invoked), scanned A, a copy of creating-mewui-controls, MIT.

A plain-language social-media performance report made from Planable analytics or an uploaded CSV file, which is a spreadsheet-style data file.

In plain words
What is it for?
Use it to summarise a month or other date range, compare platforms, and prepare a client-facing performance recap.
Why use it?
It turns raw social-media numbers into a readable results summary without requiring live Planable access when you have an export.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the planable-smm plugin — 12 skills, 1 MCP server shipped together

Good fit Use it to summarise a month or other date range, compare platforms, and prepare a client-facing performance recap.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/seranking-planable/smm-skills/monthly-performance-summary
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.

Any agent
npx skills add seranking-planable/smm-skills --skill monthly-performance-summary
Clone the repo
git clone --depth 1 https://github.com/seranking-planable/smm-skills

Made for: Claude Code.

Or install planable-smm, the plugin that ships this one along with the rest of its 12 skills, 1 MCP server.

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 monthly-performance-summary

README.md
[![agentmods](https://agentmods.dev/badge/skills/seranking-planable/smm-skills/monthly-performance-summary/github.svg)](https://agentmods.dev/skills/seranking-planable/smm-skills/monthly-performance-summary)
Your own site
<a href="https://agentmods.dev/skills/seranking-planable/smm-skills/monthly-performance-summary"><img src="https://agentmods.dev/badge/skills/seranking-planable/smm-skills/monthly-performance-summary/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.

agentmods 80×15 button for monthly-performance-summary

Your own site · 80×15
<a href="https://agentmods.dev/skills/seranking-planable/smm-skills/monthly-performance-summary"><img src="https://agentmods.dev/badge/skills/seranking-planable/smm-skills/monthly-performance-summary.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 127 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,117 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 86% copy Near-identical to another mod 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.00127 $0.02117
Opus 5 $0.00063 $0.01059
Sonnet 5 $0.00025 $0.00423
Haiku 4.5 $0.00013 $0.00212

Measured 11d ago against content hash 9a1b2a054981, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

monthly-performance-summary 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 11d 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.

Origin

This is a copy

86% identical to creating-mewui-controls — 301 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/monthly-performance-summary/SKILL.md · 226 lines

How it starts

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

Monthly performance summary

Generate a plain-language performance summary from Planable analytics data or a CSV export. Works in two modes: connected (pulls data live via Planable) or CSV (user uploads their own export).


Step 0: Detect the input mode

Mode A — Planable connector (default) The user has a Planable account connected and wants to pull live data.

Mode B — CSV upload The user has uploaded (or will upload) a CSV export from Planable or any social media analytics tool.

How to detect:

  • If the user uploads a file → Mode B
  • If the user mentions "export", "CSV", "spreadsheet", or "file" → Mode B
  • If the user mentions a workspace name, client, or Planable directly → Mode A
  • If unclear, ask: "Do you have a CSV export to upload, or should I pull the data from your Planable workspace?"

Mode A: Planable connector

Step 1: Gather inputs

  • Workspace / client name — which workspace to report on
  • Date range — default to previous calendar month if not specified
  • Platforms to include — all pages by default, or specific platforms if requested

Step 2: Fetch data

list_workspaces → find workspaceId
list_pages(workspaceId) → get all pageIds
get_page_metrics(workspaceId, pageIds, startDate, endDate)
get_page_metrics_summary(workspaceId, pageIds, startDate, endDate)
get_post_metrics_summary(workspaceId, pageIds, startDate, endDate)

For top post highlights, also call:

get_post_metrics(workspaceId, pageIds, startDate, endDate, limit: 5)

Note on unsupported platforms: get_page_metrics returns unsupportedPages for Google My Business and Threads — note these in the report as "data not available."

Step 3: Structure the report → go to Report Format


Mode B: CSV upload

Step 1: Accept the file

If no file is uploaded yet, ask: "Please upload your CSV export and I'll summarize it."

Supported sources: Planable Analytics export, Hootsuite, Sprout Social, Meta Business Suite, LinkedIn Analytics, or any tabular CSV with date, platform, and metric columns.

Read the full file on GitHub · 226 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. 11d ago First seen · 226 lines · 127 tokens per session scan A 9a1b2a054981

Subscribe to this mod's changes

monthly-performance-summary is a skill published in the GitHub repository seranking-planable/smm-skills (3 stars, last pushed 2mo ago), licensed MIT. It adds 127 tokens to every session and 2,117 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. It is 86% identical to creating-mewui-controls, differing in 301 lines, and is treated as a copy.

Related

Other skills, from other repositories

google-apps-script

Build Google Apps Script automation for Sheets and Workspace. Custom menus, triggers (onEdit / time-driven / form submit), dialogs, sidebars, email batches, PDF export, external API. Use whenever the user wants to automate a Google Sheet, build a Sheets menu / sidebar / dialog, hit a Sheets row from email or a…

jezweb/claude-skills · 89 tokens

csv-excel-merger

Merge multiple CSV/Excel files with intelligent column matching, data deduplication, and conflict resolution. Handles different schemas, formats, and combines data sources. Use when users need to merge spreadsheets, combine data exports, or consolidate multiple files into one.

OneWave-AI/claude-skills · 56 tokens

executive-dashboard-generator

Transform raw data from CSVs, Google Sheets, or databases into executive-ready reports with visualizations, key metrics, trend analysis, and actionable recommendations. Creates data-driven narratives for leadership. Use when users need to turn spreadsheets into executive summaries or board reports.

OneWave-AI/claude-skills · 56 tokens

literature-matrix-builder

A tool for turning a collection of research papers in PDF format into an organised literature library and comparison spreadsheet. It can find identifiers such as DOIs, retrieve publication details, check for retractions, and prepare reference lists.

Nero1688/claude-academic-skills · 501 tokens

xlsx

Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify…

Prat011/awesome-llm-skills · 96 tokens

param-xlsx-sync

A workflow for updating structured equipment-parameter tables from Excel files into Markdown files. It recognises rows marked for deletion, compares the data with specification documents, and records approved changes.

CookiesHaha/ash-claude-skills · 122 tokens