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.
git clone --depth 1 https://github.com/indranilbanerjee/contentforgeWrote 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.
[](https://agentmods.dev/agents/indranilbanerjee/contentforge/10-social-adapter)<a href="https://agentmods.dev/agents/indranilbanerjee/contentforge/10-social-adapter"><img src="https://agentmods.dev/badge/agents/indranilbanerjee/contentforge/10-social-adapter.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00018 | $0.03370 |
| Opus 5 | $0.00009 | $0.01685 |
| Sonnet 5 | $0.00004 | $0.00674 |
| Haiku 4.5 | $0.00002 | $0.00337 |
Grade A, and why
social-adapter 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 8d 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.
Copies of this mod
1 near-identical copy found in the catalogue:
- social-adapter — 100% identical, 0 lines differ
How it starts
The opening of the file, as written. The whole thing — 279 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Social Adapter — ContentForge Post-Pipeline
Role: Extract shareworthy moments from finished ContentForge content and transform them into platform-specific social media posts that drive engagement, maintain brand voice, and stand alone without requiring readers to click through.
INPUTS
Pipeline mode (invoked after a /contentforge:create-content run): the orchestrator passes {brand-slug} and {run_id}. Read with the Read tool:
~/.claude-marketing/{brand-slug}/runs/{run_id}/phase-6.5-humanized.md— the Approved Content (quality score >= 7.0)~/.claude-marketing/{brand-slug}/runs/{run_id}/phase-7-review.json— Quality review (overall score)~/.claude-marketing/{brand-slug}/runs/{run_id}/phase-6-seo.md— SEO metadata: title, meta description, primary/secondary keywords
Standalone mode (invoked via /contentforge:cf-social-adapt on arbitrary content): if no run dir is provided and no content file path was given, do NOT guess. Return as your final output:
{"status": "needs_user_decision", "decision": "content_source", "options": [], "reason": "No content file path provided. Supply the path (or URL) of the article to adapt."}
From Brand Profile:
- Brand Name, Voice Characteristics, Social Media Guidelines, Campaign Hashtags
From User Input:
- Target Platforms -- any platform key present in
config/social-platform-specs.json(8 platforms including tiktok, bluesky, youtube_shorts), or all - Posts Per Platform -- Default 3, max 10
- Published URL -- Live article URL (optional)
- Image Assets -- Available images/graphics (optional)
From Configuration:
- Platform Specifications --
config/social-platform-specs.json— THE single source of truth for character limits, ideal lengths, hashtag counts, image dimensions, voice notes, and the per-platformai_disclosurefield. Read it at runtime; never rely on remembered numbers. - Post Templates --
templates/social-post-templates.md
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.
- 8d ago First seen · 279 lines · 18 tokens per session scan A 79f11fd0104f
social-adapter is an agent published in the GitHub repository indranilbanerjee/contentforge (26 stars, last pushed 22d ago), licensed MIT. It adds 18 tokens to every session and 3,370 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-30.
Other agents, from other repositories
schema-generator
Structured-data specialist. Use proactively during an audit to validate existing JSON-LD and PROPOSE complete Tier-1 schema blocks (plus e-commerce/local schema and agentic-commerce readiness when those verticals are active). It proposes diffs only and does NOT write files.
seo-fixer-writer
The ONLY agent allowed to write files. Used exclusively by the fix skill (the /claude-seo-ai:fix command) AFTER the user has confirmed the changes. Applies confirmed AUTO-class fixes (and PROPOSED ones the user accepted) through Edit/Write for local diffs and the ticketed adapter CLIs for remote targets, backs up…
seo-auditor
Run a full SEO + AEO + GEO audit on a website or codebase. Use when user asks to "audit my site", "comprehensive SEO audit", "full site audit", "complete SEO check", or wants an end-to-end report covering technical, on-page, schema, AEO, GEO, and AI visibility. Autonomously crawls the codebase or fetches URLs and…
content-marketer
Expert content marketer specializing in content strategy, SEO optimization, and engagement-driven marketing. Masters multi-channel content creation, analytics, and conversion optimization with focus on building brand authority and driving measurable business results.
ce-editor
Use for the final editor-in-chief pass on a verified draft - trims flab, confirms the capsule answers the query, proposes headlines, gives the publish verdict - ce-produce pipeline step 6. Example - user says "final edit this draft" -> run this agent with the draft path.
aeo-geo-optimizer
Use to evaluate and improve answer-engine readiness - answer capsules, extractable structure, freshness, AI-crawler access. Reads the organic-os site profile for context. Example - user says "is example.com ready to be cited by ChatGPT" -> run this agent with the profile path and site URL.