hook
Use when you need scroll-stopping hooks or headlines for a topic. Model-agnostic (OpenAI/Anthropic/Gemini/Ollama). Part of brand-loom; hosted brand-memory version at neoxra.com.
npx skills add hogan-tech/brand-loom --skill hook --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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:** ```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 ```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)
- Quick start
- Install
- Going further
pip install brand-loom # standalone (no coding agent needed) npx skills add hogan-tech/brand-loom # via skills.sh
What does the hook skill do?
Use when you need scroll-stopping hooks or headlines for a topic. Model-agnostic (OpenAI/Anthropic/Gemini/Ollama). Part of brand-loom; hosted brand-memory version at neoxra.com.
How do I install it?
Run `npx skills add hogan-tech/brand-loom --skill hook --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From hogan-tech/brand-loom, a repository with 17 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.