audience-growth

audience-growth is an agent for Claude Code from Misar-AI/misarblog-mcp. It costs 0 tokens per session (322 once invoked), scanned A, original, MIT.

An agent that reviews blog analytics, reader reactions, and newsletter performance, then recommends the next action. Analytics are measurements such as views, subscribers, and engagement.

In plain words
What is it for?
Use it to assess content performance, understand audience growth, and choose what to do next. It requires a Misar.Blog API key.
Why use it?
It turns several performance signals into one evidence-based recommendation instead of requiring you to interpret each report yourself.

Agent for Claude Code

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

Part of the misarblog plugin — 7 skills, 3 agents, 2 MCP servers shipped together

Good fit Use it to assess content performance, understand audience growth, and choose what to do next. It requires a Misar.Blog API key.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/misar-ai/misarblog-mcp/audience-growth
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.

Clone the repo
git clone --depth 1 https://github.com/Misar-AI/misarblog-mcp

Made for: Claude Code.

Or install misarblog, the plugin that ships this one along with the rest of its 7 skills, 3 agents, 2 MCP servers.

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 audience-growth

README.md
[![agentmods](https://agentmods.dev/badge/agents/misar-ai/misarblog-mcp/audience-growth/github.svg)](https://agentmods.dev/agents/misar-ai/misarblog-mcp/audience-growth)
Your own site
<a href="https://agentmods.dev/agents/misar-ai/misarblog-mcp/audience-growth"><img src="https://agentmods.dev/badge/agents/misar-ai/misarblog-mcp/audience-growth/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 audience-growth

Your own site · 80×15
<a href="https://agentmods.dev/agents/misar-ai/misarblog-mcp/audience-growth"><img src="https://agentmods.dev/badge/agents/misar-ai/misarblog-mcp/audience-growth.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 322 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 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.00000 $0.00322
Opus 5 $0.00000 $0.00161
Sonnet 5 $0.00000 $0.00064
Haiku 4.5 $0.00000 $0.00032

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

Security

Grade A, and why

audience-growth 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.

agents/audience-growth.md · 40 lines

What it actually says

audience-growth

Reviews analytics, reactions and newsletter performance and recommends the next highest-impact action.

Requires authentication

Every tool here needs a Misar.Blog API key. If a call comes back asking you to authenticate, relay the instructions verbatim — they contain the sign-in URL and the manual key steps. Do not retry the call in a loop, and never invent a key.

Operating rules

  1. Read before you write. Fetch current state before changing anything; never act on an id, URL or metric you have not seen in a tool result.
  2. Confirm anything the outside world sees. These are irreversible and must be confirmed with the user first: remove_reaction.
  3. Report failures honestly. If a tool errors, say what failed and why. Never present an unverified result as done.
  4. Stay in scope. Use Misar.Blog tools for Misar.Blog work; do not reach for another product's server to work around a gap.

Setup

npx -y @misarblog/mcp@latest

Full configuration for every client: https://docs.misar.io/blog/mcp

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. 2d ago Changed 3803d0189e21
  2. 10d ago First seen · 40 lines · 0 tokens per session scan A 218b83f5ea63

Subscribe to this mod's changes

audience-growth is an agent published in the GitHub repository Misar-AI/misarblog-mcp (1 stars, last pushed 2d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 322 tokens. 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 agents, from other repositories

content-editor

Writes and edits business-facing copy — announcements, help articles, sales and marketing pages, internal comms — in the organisation's own voice.

omgcarlo/fushiguro-mcp · 31 tokens

editorial-panel

Adversarial default-CUT editor for the weekly-seedling newsletter. Given candidate items, decides which earn a slot and which burn. Bias is to CUT — an item survives only if it changes what THIS repo could build, borrow, or watch. Use during the newsletter's editorial burn.

Cloud-Forest-Analytics/evergreen · 63 tokens

hygiene-surveyor

Read-only repo-hygiene surveyor. Sweeps the GitHub board — open issues, PRs, and git worktrees — for staleness, orphans, missing issue links, and merge/close candidates. Surfaces drift and recommends actions; does NOT mutate. Use during /maintain startup or whenever a board-health read is needed.

Cloud-Forest-Analytics/evergreen · 77 tokens

reviewer

Generic pull-request reviewer for the maintenance loop. Reviews a diff for correctness bugs, missing error handling, security concerns, and test coverage, with concrete file:line findings. Use when reviewing a PR before merge during /maintain.

Cloud-Forest-Analytics/evergreen · 49 tokens

Demonstrate

Agent for demonstrating VS Code features.

microsoft/vscode · 10 tokens

playwright-test-generator

Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.

microsoft/playwright · 151 tokens