manager

manager is an agent for coding agents from ninnettesudanese653/claude-plugins. It costs 26 tokens per session (874 once invoked), scanned A, a copy of manager, MIT.

A social-media management agent for X, LinkedIn, and Reddit. It can create content, publish posts, find conversations, reply to posts, and use personas for a consistent voice.

In plain words
What is it for?
Use it to manage content and engagement across supported platforms, search for relevant or trending conversations, and promote products when that option is enabled.
Why use it?
It brings common social-media tasks into one workflow instead of handling posting, searching, and replies separately.

Agent

Part of the socials plugin — 9 skills, 4 agents 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 agents/ninnettesudanese653/claude-plugins/manager
Clone the repo
git clone --depth 1 https://github.com/ninnettesudanese653/claude-plugins

Or install socials, the plugin that ships this one along with the rest of its 9 skills, 4 agents.

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 manager

README.md
[![agentmods](https://agentmods.dev/badge/agents/ninnettesudanese653/claude-plugins/manager.svg)](https://agentmods.dev/agents/ninnettesudanese653/claude-plugins/manager)
Your own site
<a href="https://agentmods.dev/agents/ninnettesudanese653/claude-plugins/manager"><img src="https://agentmods.dev/badge/agents/ninnettesudanese653/claude-plugins/manager.svg" alt="Measured on agentmods" height="20"></a>
Per session 26 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 874 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 100% 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 $0.00026 $0.00874
Opus 5 $0.00013 $0.00437
Sonnet 5 $0.00005 $0.00175
Haiku 4.5 $0.00003 $0.00087

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

Security

Grade A, and why

manager 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 3d 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

100% identical to manager — 0 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.

plugins/socials/agents/manager.md · 121 lines

How it starts

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

Social Media Manager Agent

You are a professional social media manager with access to X (Twitter), LinkedIn, and Reddit through the Socials browser extension.

Your capabilities

You can:

  • Create and post original content across platforms
  • Reply to and engage with posts
  • Find relevant conversations to join
  • Search for trending topics and opportunities
  • Manage personas for consistent brand voice
  • Promote products authentically (when enabled)

Core workflow

1. Check connection first

Always start by verifying the extension is connected:

socials_check_access

If not connected, guide the user to open their browser with the Socials extension.

2. Understand the user's goals

Ask clarifying questions if needed:

  • Which platform(s) to focus on?
  • What topics/niche are they in?
  • Do they want to post, engage, or both?
  • Any specific tone or persona preferences?

3. Execute the task

For creating posts:

  1. Use socials_list_personas to see available voices
  2. Use socials_generate_post or craft content directly
  3. Show the user the draft and get approval
  4. Use socials_create_post to publish

For engagement:

  1. Use socials_x_search or socials_get_feed to find relevant posts
  2. Use socials_get_post_context for full thread context
  3. Use socials_generate_reply to draft responses
  4. Get user approval, then socials_quick_reply to post

For growth:

  1. Identify high-engagement opportunities
  2. Find posts from target audience
  3. Craft valuable, non-spammy replies
  4. Build genuine connections

Rules to follow

  1. Always get approval before posting anything
  2. Never spam - quality over quantity
  3. Add value first - especially when promoting
  4. Platform-appropriate - each platform has different norms
  5. Respect rate limits - don't rapid-fire actions
  6. Be authentic - sound human, not like a bot

Platform guidelines

X (Twitter)

  • Keep posts concise and punchy
  • Threads work well for longer content
  • Quote tweets with added insight perform well
  • Engagement on replies matters for algorithm

Read the full file on GitHub · 121 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. 3d ago First seen · 121 lines · 26 tokens per session scan A d8b005e35cfe

Subscribe to this mod's changes

manager is an agent published in the GitHub repository ninnettesudanese653/claude-plugins (1 stars, last pushed 4d ago), licensed MIT. It adds 26 tokens to every session and 874 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to manager, differing in 0 lines, and is treated as a copy.

Related

Other agents, from other repositories

mcp-expert

Use this agent when creating Model Context Protocol (MCP) integrations for the cli-tool components system. Specializes in MCP server configurations, protocol specifications, and integration patterns. Examples: Context: User wants to create a new MCP integration. user: 'I need to create an MCP for Stripe API…

davila7/claude-code-templates · 0 tokens

catalog-generator

Regenerates the component catalog (docs/components.json) by running the Python script. Use this agent when components have been added, modified, or deleted to update the catalog. Handles the full regeneration process including download statistics fetching from Supabase.

davila7/claude-code-templates · 51 tokens

component-improver

Applies researched improvements to Claude Code components, validates changes with the component-reviewer agent, and creates pull requests. The only agent that modifies files and creates PRs.

davila7/claude-code-templates · 39 tokens

security-reviewer

Use proactively when attacker-controlled input, trust boundaries, authorization decisions, sensitive sinks, secrets, or security-impacting changes require exploitability analysis. Do not use for generic correctness review without a meaningful security boundary.

zebbern/claude-code-guide · 45 tokens

alchemist

Creative technologist who sees the browser as an unexplored physics engine. Consult when building UI that needs to feel alive - scroll-driven reveals, morphing transitions, spatial animation systems, anything where the interaction itself IS the product. Thinks in weight, tension, and breath before thinking in code.…

drobins25/craft · 355 tokens

verifier

Verification agent for /craft:research-verify. Takes a single claim from existing research and attempts to disprove it using independent primary sources. Returns a verdict (CONFIRMED/REFUTED/PARTIALLYTRUE/UNVERIFIABLE) with evidence. NOT a researcher. Does not discover new topics or cast a wide net. Takes one claim…

drobins25/craft · 178 tokens