Content Repurposer

One piece becomes ten with format-aware rewriting

Install

pip install brand-loom

CLI Example

brand-loom repurpose --source blog.md --targets instagram,linkedin,threads

Python Example

from brand_loom import repurpose

results = repurpose(
    source="blog.md",
    targets=["instagram", "linkedin", "threads"]
)
for platform, content in results.items():
    print(f"--- {platform} ---")
    print(content.text)

What Neoxra Hosted adds

Use this skill in production

Get brand memory, analytics, and team collaboration on top of the open-source skill.

Start Free Trial
View all skills
Content Repurposer — brand-loom | Neoxra