content-repurposing

content-repurposing is a skill for Claude Code from aAAaqwq/AGI-Super-Team. It costs 107 tokens per session (2,248 once invoked), scanned C, original, MIT.

A content-repurposing skill that turns one source, such as a blog post, podcast, or video, into formats such as social posts, quote cards, newsletters, and short clips.

In plain words
What is it for?
Use it to make social posts, carousel designs, quote cards, newsletters, blog posts, and other promotional versions from existing content.
Why use it?
It removes the need to rewrite the same ideas separately for every channel and format.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the agi-super-team plugin — 193 skills, 1 agent shipped together

Good fit Use it to make social posts, carousel designs, quote cards, newsletters, blog posts, and other promotional versions from existing content.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/aaaaqwq/agi-super-team/content-repurposing
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 aAAaqwq/AGI-Super-Team --skill content-repurposing
Clone the repo
git clone --depth 1 https://github.com/aAAaqwq/AGI-Super-Team

Made for: Claude Code.

Or install agi-super-team, the plugin that ships this one along with the rest of its 193 skills, 1 agent.

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 content-repurposing

README.md
[![agentmods](https://agentmods.dev/badge/skills/aaaaqwq/agi-super-team/content-repurposing/github.svg)](https://agentmods.dev/skills/aaaaqwq/agi-super-team/content-repurposing)
Your own site
<a href="https://agentmods.dev/skills/aaaaqwq/agi-super-team/content-repurposing"><img src="https://agentmods.dev/badge/skills/aaaaqwq/agi-super-team/content-repurposing/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 content-repurposing

Your own site · 80×15
<a href="https://agentmods.dev/skills/aaaaqwq/agi-super-team/content-repurposing"><img src="https://agentmods.dev/badge/skills/aaaaqwq/agi-super-team/content-repurposing.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 107 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,248 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 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.00107 $0.02248
Opus 5 $0.00053 $0.01124
Sonnet 5 $0.00021 $0.00450
Haiku 4.5 $0.00011 $0.00225

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

Security

Grade C, and why

content-repurposing scanned grade C with 2 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.

Downloads and executes remote codehighSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

curl -fsSL https://cli.inference.sh | sh && infsh login

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -fsSL https://cli.inference.sh | sh && infsh login
skills/content-repurposing/SKILL.md · 249 lines

How it starts

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

Content Repurposing

Turn one piece of content into many formats via inference.sh CLI.

Quick Start

curl -fsSL https://cli.inference.sh | sh && infsh login

# Generate a quote card from a blog pull-quote
infsh app run falai/flux-dev-lora --input '{
  "prompt": "minimal quote card design, dark navy background, large white quotation marks, clean sans-serif typography space, modern professional design, social media post format",
  "width": 1024,
  "height": 1024
}'

The Content Pyramid

One source piece can generate 10+ derivative assets:

            ┌──────────┐
            │ LONG-FORM │  Blog post, podcast, video, whitepaper
            │  SOURCE   │
            └─────┬─────┘
                  │
        ┌─────────┼─────────┐
        ▼         ▼         ▼
   ┌─────────┐ ┌──────┐ ┌──────────┐
   │ MEDIUM  │ │MEDIUM│ │  MEDIUM  │  Newsletter, LinkedIn, email
   │ FORMAT  │ │FORMAT│ │  FORMAT  │
   └────┬────┘ └──┬───┘ └────┬─────┘
        │         │          │
   ┌────┼────┐    │     ┌────┼────┐
   ▼    ▼    ▼    ▼     ▼    ▼    ▼
 ┌───┐┌───┐┌───┐┌───┐┌───┐┌───┐┌───┐  Tweets, quotes, audiograms,
 │   ││   ││   ││   ││   ││   ││   │  short clips, infographic tiles
 └───┘└───┘└───┘└───┘└───┘└───┘└───┘

Conversion Recipes

Blog Post -> Twitter/X Thread

Extract 5-8 key insights. One per tweet. Add hook.

Element Rule
Hook tweet Listicle, contrarian, or promise format
Body tweets One insight per tweet, 280 chars max
Visual breaks Add image every 3-4 tweets
Final tweet CTA + "RT the first tweet if useful"

Adaptation:

  • Remove nuance and caveats (threads are punchy)
  • Add numbers and specifics (threads need skimmability)
  • Cut academic language (threads are conversational)
# Generate a visual for the thread
infsh app run falai/flux-dev-lora --input '{
  "prompt": "clean infographic tile, single statistic 60% highlighted in large bold text, minimal dark background, data visualization style, professional",
  "width": 1024,
  "height": 1024
}'

# Post the thread
infsh app run x/post-create --input '{
  "text": "I analyzed 500 landing pages.\n\nHere are 7 patterns the top converters all share:\n\n🧵 Thread:"
}'

Read the full file on GitHub · 249 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 · 249 lines · 107 tokens per session scan C 0be6a579e66d

Subscribe to this mod's changes

content-repurposing is a skill published in the GitHub repository aAAaqwq/AGI-Super-Team (91 stars, last pushed yesterday), licensed MIT. It adds 107 tokens to every session and 2,248 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-05.

Related

Other skills, from other repositories

loom-artifacts

Receive files from the CodexLoom Thread composer and publish generated images or files back to the Thread as managed artifacts. Use when a user message contains loomattachments; an attached document, data file, image, or archive must be read; or the Agent has produced a file that the user should preview or download.…

yan5xu/codexloom · 88 tokens

exploring-zero-resource-designs

Use when exploring zero resource designs is required during creativity work, especially when the result must be traceable, independently reviewable, and safe to hand to another agent.

Nolane-x/forge-os · 40 tokens

framing-creative-challenge

Use when framing creative challenge is required during creativity work, especially when the result must be traceable, independently reviewable, and safe to hand to another agent.

Nolane-x/forge-os · 39 tokens

mutating-idea-genomes

Use when mutating idea genomes is required during creativity work, especially when the result must be traceable, independently reviewable, and safe to hand to another agent.

Nolane-x/forge-os · 40 tokens

scoring-contextual-creativity

Use when scoring contextual creativity is required during creativity work, especially when the result must be traceable, independently reviewable, and safe to hand to another agent.

Nolane-x/forge-os · 39 tokens

using-denial-ladders

Use when using denial ladders is required during creativity work, especially when the result must be traceable, independently reviewable, and safe to hand to another agent.

Nolane-x/forge-os · 40 tokens