Content Repurposer
One piece becomes ten with format-aware rewriting
Install
pip install brand-loomCLI Example
brand-loom repurpose --source blog.md --targets instagram,linkedin,threadsPython 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
- +Visual asset generation
- +Cross-platform scheduling
- +Brand voice consistency check
- +Performance comparison
Use this skill in production
Get brand memory, analytics, and team collaboration on top of the open-source skill.
Start Free Trial