Documentation
README
Hook / Headline Generator
Use when you need scroll-stopping hooks or headlines for a topic. Model-agnostic (OpenAI/Anthropic/Gemini/Ollama).
Quick start
- CLI:
brand-loom run hook --text "How we cut cloud costs 40%" - Chain:
brand-loom chain hook,caption --text "How we cut cloud costs 40%" --brand brand.json - 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("hook", "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