Article Repurposer

Article Repurposer is a skill for Claude Code, Codex from Notysoty/openagentskills. It costs 35 tokens per session (2,129 once invoked), scanned A, original, MIT.

A tool that turns one long article, blog post, or essay into a short summary, a Twitter/X thread, a LinkedIn post, and pull quotes.

In plain words
What is it for?
Use it to create social posts and shareable quotes from existing long-form content.
Why use it?
It removes the need to rewrite the same ideas separately for each publishing channel.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for cline. Also seen: mentions Claude Code; mentions Codex; built for cline.

Good fit Use it to create social posts and shareable quotes from existing long-form content.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/notysoty/openagentskills/article-repurposer
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 Notysoty/openagentskills --skill article-repurposer
Clone the repo
git clone --depth 1 https://github.com/Notysoty/openagentskills

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 Article Repurposer

README.md
[![agentmods](https://agentmods.dev/badge/skills/notysoty/openagentskills/article-repurposer.svg)](https://agentmods.dev/skills/notysoty/openagentskills/article-repurposer)
Your own site
<a href="https://agentmods.dev/skills/notysoty/openagentskills/article-repurposer"><img src="https://agentmods.dev/badge/skills/notysoty/openagentskills/article-repurposer.svg" alt="Measured on agentmods" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,129 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.00035 $0.02129
Opus 5 $0.00017 $0.01064
Sonnet 5 $0.00007 $0.00426
Haiku 4.5 $0.00003 $0.00213

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

Security

Grade A, and why

Article Repurposer 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.

skills/article-repurposer/SKILL.md · 236 lines

How it starts

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

Article Repurposer

What this skill does

This skill takes a long-form article, blog post, or essay and repurposes it into four ready-to-publish formats: a Twitter/X thread, a LinkedIn post, a TL;DR summary, and a set of pull-quote cards. Each format is written natively for its medium — not just the article copy-pasted with line breaks. The output can be published immediately or used as a starting point for further editing.

Use this to maximize the reach of any long-form content you publish. A single well-written article should produce at least a week's worth of social content.

How to use

Claude Code / Cline

Copy this file to .agents/skills/article-repurposer/SKILL.md in your project root.

Then ask:

  • "Use the Article Repurposer skill on this article: [paste article]."
  • "Repurpose this blog post into social formats using the Article Repurposer skill."

Provide:

  • The full article text (or a link if the agent can fetch URLs)
  • Your name or handle for attribution
  • Any specific tone preferences (casual, professional, technical, etc.)
  • Whether you want all four formats or specific ones

Cursor

Add the instructions below to your .cursorrules or paste them into the Cursor AI pane. Paste the article text.

Codex

Paste the full article and ask Codex to follow the instructions below to produce all four formats.

The Prompt / Instructions for the Agent

When asked to repurpose an article, produce all four of these formats. For each one, follow the specific instructions below.


Format 1 — Twitter/X Thread

Goal: Turn the article's core argument and key insights into an engaging multi-tweet thread that stands alone — readers shouldn't need to read the article to get value from the thread.

Structure:

  • Tweet 1 (hook): The most surprising, counterintuitive, or compelling idea from the article. This is the one people retweet. No "In this thread..." preamble. Just the hook.
  • Tweets 2–7 (body): One key point per tweet. Each should be a self-contained insight, not a continuation sentence. Use specific numbers, examples, and concrete language.
  • Final tweet (CTA): A natural invitation to read the full article. Not "click here" — something that makes the article sound worth reading.

Read the full file on GitHub · 236 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. 8d ago First seen · 236 lines · 35 tokens per session scan A f0c5aca3c9ac

Subscribe to this mod's changes

Article Repurposer is a skill published in the GitHub repository Notysoty/openagentskills (9 stars, last pushed 25d ago), licensed MIT. It adds 35 tokens to every session and 2,129 once invoked, about $0.0002 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-31.

Related

Other skills, from other repositories

goose-graphics-create-style

End-to-end skill that turns a single reference image into a published Gooseworks style — analyzes the image, drafts the slim style spec, renders a hero example plus 2-3 additional formats via Playwright, writes the gooseworks-style.json manifest, and publishes via npx gooseworks styles publish so other agents can…

gooseworks-ai/goose-skills · 88 tokens

content-brief-factory

Generate detailed, differentiated content briefs at scale. Each brief includes SERP analysis, competing page breakdown, unique angles from real customer language (reviews, Reddit), internal linking plan, and SERP feature targets. Batch mode produces 10-50 briefs in one run. Crushes generic "keyword density" briefs…

gooseworks-ai/goose-skills · 76 tokens

goose-graphics-create-format

Creates a new graphics format spec (custom canvas dimensions + content rules) and publishes it to the Gooseworks library so any agent can render against it. Use when the existing community formats (carousel, story, infographic, slides, poster, chart, tweet, plus community additions) don't fit the user's canvas — e.g.…

gooseworks-ai/goose-skills · 109 tokens

generate-voice-guide

Generate a personal voice guide for X (Twitter) and/or LinkedIn by scanning a user's past posts and iteratively refining with sample-and-feedback loops. Produces a structured markdown voice guide that sibling skills (create-x-content, create-linkedin-content) consume to draft in-voice posts. Different from…

gooseworks-ai/goose-skills · 87 tokens

create-x-content

Draft voice-tuned X (Twitter) post variants from a free-form brief. Reads a personal voice guide (generated via generate-voice-guide), produces 2–5 variants with distinct framings (simple-howto, problem-first, hype, mechanism-breakdown, etc.), and self-checks against the voice guide's banned phrases before returning.

gooseworks-ai/goose-skills · 73 tokens

campaign-brief-generator

Generate a complete marketing campaign brief from a launch goal, ICP, and product context. Pure reasoning skill. Outputs channel plan, messaging angles, content types, timeline, and success metrics. Designed for seed/Series A founders and small GTM teams who aren't professional marketers but need to run focused…

gooseworks-ai/goose-skills · 71 tokens