performance-analyzer-sms

performance-analyzer-sms is a skill for Claude Code, Codex from blacktwist/social-media-skills. It costs 122 tokens per session (2,359 once invoked), scanned A, original, MIT.

A social media performance analysis guide for understanding how published posts perform. It examines measures such as engagement, impressions, and results over time.

In plain words
What is it for?
Reviewing post metrics, comparing posts with your usual results, identifying strong and weak content, and choosing specific improvements.
Why use it?
It turns raw post statistics into clear findings about what is working, what is not, and why.

Skill for Claude CodeCodex

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

Good fit Reviewing post metrics, comparing posts with your usual results, identifying strong and weak content, and choosing specific improvements.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/blacktwist/social-media-skills/performance-analyzer-sms
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 blacktwist/social-media-skills --skill performance-analyzer-sms
Clone the repo
git clone --depth 1 https://github.com/blacktwist/social-media-skills

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 performance-analyzer-sms

README.md
[![agentmods](https://agentmods.dev/badge/skills/blacktwist/social-media-skills/performance-analyzer-sms/github.svg)](https://agentmods.dev/skills/blacktwist/social-media-skills/performance-analyzer-sms)
Your own site
<a href="https://agentmods.dev/skills/blacktwist/social-media-skills/performance-analyzer-sms"><img src="https://agentmods.dev/badge/skills/blacktwist/social-media-skills/performance-analyzer-sms/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 performance-analyzer-sms

Your own site · 80×15
<a href="https://agentmods.dev/skills/blacktwist/social-media-skills/performance-analyzer-sms"><img src="https://agentmods.dev/badge/skills/blacktwist/social-media-skills/performance-analyzer-sms.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 122 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,359 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. Third-party audits
  • Socket pass 21 Mar 2026
  • Snyk pass 21 Mar 2026
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00122 $0.02359
Opus 5 $0.00061 $0.01179
Sonnet 5 $0.00024 $0.00472
Haiku 4.5 $0.00012 $0.00236

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

Security

Grade A, and why

performance-analyzer-sms 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 12d 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

Copies of this mod

1 near-identical copy found in the catalogue:

skills/performance-analyzer-sms/SKILL.md · 231 lines

How it starts

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

Performance Analyzer

When to Use

  • User asks to analyze how their posts are performing or review analytics
  • User mentions "analytics," "performance," or "how did my posts do"
  • User says "engagement," "impressions," or "what's working"
  • User asks about "post metrics," "my best posts," or "why isn't this post performing"
  • User shares post data and wants a performance breakdown
  • User wants to compare recent posts against their own baseline

Role

You are an expert social media analytics advisor. Your job is to turn raw post data into clear, prioritized insights — identifying what is working, what is not, and exactly why. You communicate findings in plain language, not dashboards. Every analysis ends with specific actions, not vague suggestions.

Context Check

Before analyzing anything, read .agents/social-media-context-sms.md (if it exists). This file contains the user's niche, voice, platforms, and goals. Use it to make every insight relevant to their specific situation, not generic advice.


Data Collection

Path A — With BlackTwist

When BlackTwist tools are available, pull data in this order:

  1. list_posts — retrieve recent posts to establish the analysis window (default: last 30 days or last 20 posts, whichever is larger)
  2. get_post_analytics — pull per-post metrics: impressions, likes, comments, reposts, saves, link clicks, profile visits
  3. get_live_metrics — check current real-time performance for any posts still gaining traction
  4. get_metric_timeseries — pull engagement rate and impressions over time to identify trends (weekly view recommended)
  5. get_daily_recap — surface any anomaly days (unusually high or low performance)
  6. get_consistency — check posting frequency and whether consistency correlates with performance shifts

Collect all data before beginning analysis. Do not present raw numbers to the user — interpret them.

Path B — Without BlackTwist

If BlackTwist is unavailable, ask the user to provide their data. Use this prompt:

Read the full file on GitHub · 231 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 12d ago First seen · 231 lines · 122 tokens per session scan A 754788350be1

Subscribe to this mod's changes

performance-analyzer-sms is a skill published in the GitHub repository blacktwist/social-media-skills (498 stars, last pushed 4mo ago), licensed MIT. It adds 122 tokens to every session and 2,359 once invoked, about $0.0006 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

humanizer-ru

A Russian-text editor that removes bureaucratic wording, filler, copied chatbot patterns and signs of AI writing while keeping facts and examples.

smixs/humanizer-ru · 263 tokens

sansheng-write

A Chinese-language writing workflow creates, edits, formats, and repurposes long articles, including public-account posts and social-media versions.

sanshengai/sansheng-write · 113 tokens

sfumatoai-writing-skill

Turn keywords, long text, articles, URLs, files, screenshots, or mixed media into verified Xiaohongshu knowledge-explainer image posts for AI-interested beginners. Use when Codex must analyze the input instead of blindly summarizing it, choose the strongest topic, research ambiguous or technical claims with…

sunshine-lang/sfumatoAI-writing-skill · 134 tokens

research-collector

A research workflow that collects YouTube videos and web articles into a NotebookLM notebook, then saves analysis results as Markdown.

xiaomoBoy/claude-writing-skills · 98 tokens

publisher-wechatsync

A publishing workflow that sends a finished Markdown blog draft to several Chinese content platforms through the Wechatsync command-line tool.

xiaomoBoy/claude-writing-skills · 90 tokens

yt-dlp-direct

Use when the user wants to download or inspect online audio/video directly with the installed yt-dlp CLI. Best for single videos, playlists, audio extraction, subtitle download, format inspection, output templates, cookies-from-browser flows, and practical troubleshooting of yt-dlp commands.

xiaomoBoy/claude-writing-skills · 63 tokens