repurpose

repurpose is a skill for Claude Code from hogan-tech/brand-loom. It costs 49 tokens per session (438 once invoked), scanned A, original, Apache-2.0.

A content-conversion tool that changes material from one format into another, such as a long article into a short post, thread, or carousel.

In plain words
What is it for?
Use it to turn articles into shorter text, discussion threads, or carousel copy.
Why use it?
It saves the work of adapting the same ideas separately for different content formats.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: mentions Claude Code; built for openclaw.

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 skills/hogan-tech/brand-loom/repurpose
Any agent
npx skills add hogan-tech/brand-loom --skill repurpose
Clone the repo
git clone --depth 1 https://github.com/hogan-tech/brand-loom

Made for: Claude Code.

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 repurpose

README.md
[![agentmods](https://agentmods.dev/badge/skills/hogan-tech/brand-loom/repurpose.svg)](https://agentmods.dev/skills/hogan-tech/brand-loom/repurpose)
Your own site
<a href="https://agentmods.dev/skills/hogan-tech/brand-loom/repurpose"><img src="https://agentmods.dev/badge/skills/hogan-tech/brand-loom/repurpose.svg" alt="Measured on agentmods" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 438 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00049 $0.00438
Opus 5 $0.00024 $0.00219
Sonnet 5 $0.00010 $0.00088
Haiku 4.5 $0.00005 $0.00044

Measured 6d ago against content hash 79e12f4479c3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

repurpose 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 6d 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/repurpose/SKILL.md · 44 lines

What it actually says

Content Repurposer

Use when you need to transform content from one format to another — long to short, article to thread, article to carousel. Model-agnostic.

Quick start

  • CLI: brand-loom run repurpose --text "Long article..." --target-format thread
  • Chain: brand-loom chain repurpose,hashtags --text "Long article..."
  • Python:
    from brand_loom.agent import run_skill
    from brand_loom.providers import use_provider
    
    use_provider("openai")  # or "anthropic", "gemini", "ollama", "fake"
    result = run_skill("repurpose", "your topic here")
    print(result.text)
    

Install

pip install brand-loom            # standalone (no coding agent needed)
npx skills add hogan-tech/brand-loom  # via skills.sh

Going further

Want hooks auto-matched to your brand voice, across every platform, no setup? → neoxra.com

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. 6d ago First seen · 44 lines · 49 tokens per session scan A 79e12f4479c3

Subscribe to this mod's changes

repurpose is a skill published in the GitHub repository hogan-tech/brand-loom (22 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 49 tokens to every session and 438 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-30.

Related

Other skills, from other repositories

magazine-web-ppt

For marketing and gtm work: bind launches, campaigns, events, and brand plans to growth and pipeline outcomes. Built around the core query "annual-marketing-plan", with GTM strategy lead judgment, buyer-ready proof, and this outcome: approve launch plan, campaign budget, or GTM motion.

nexu-io/open-design · 67 tokens

clinical-case-report

Structured medical case presentation for clinical rounds, conferences, and documentation. Generates SOAP-format or narrative case reports with physiologically accurate vitals, labs, and evidence-based plans. Use when the brief mentions "case report", "case presentation", "SOAP note", "clinical case", "ward rounds"…

nexu-io/open-design · 73 tokens

orbit-notion

Open Orbit briefing skill — selected by the Orbit pipeline when Notion is the user's only connected connector, or when the user explicitly scopes their daily digest to Notion. Pulls the past 24 hours of document edits, comments, mentions, and database row changes from the user's authenticated Notion connection and…

nexu-io/open-design · 117 tokens

hps-bauhaus

A visual-design fundamentals course for new brand designers — grid, type, color, and the exercises that build the eye. Built as a decision-grade professional training deck for junior designers, new hires.

nexu-io/open-design · 45 tokens

simple-deck

OpenDesign's operating review: growth, burn, and the concrete path to sustainability without losing the open ethos. Built as a decision-grade corporate strategy deck for leadership team.

nexu-io/open-design · 38 tokens

dcf-valuation

Discounted cash flow valuation and intrinsic value analysis for public companies. Use when the brief asks for DCF, fair value, intrinsic value, price target, undervalued or overvalued analysis, or "what is this company worth?".

nexu-io/open-design · 55 tokens