---
name: Content Repurposer
slug: content-repurposer
category: Writing
description: Repurposes content between formats such as long articles into social threads or carousel posts. Model-agnostic and works with any LLM provider.
github: "https://github.com/hogan-tech/brand-loom/tree/main/skills/repurpose"
language: Python
stars: 21
forks: 2
install: "git clone https://github.com/hogan-tech/brand-loom"
added: 2026-07-16T13:43:12.640Z
last_synced: 2026-07-18T04:41:49.083Z
canonical_url: "https://dirskills.com/skills/content-repurposer"
---

# Content Repurposer

Repurposes content between formats such as long articles into social threads or carousel posts. Model-agnostic and works with any LLM provider.

**Install:** `git clone https://github.com/hogan-tech/brand-loom`

## README

# 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:**
  ```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

```bash
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](https://neoxra.com)
