---
name: Caption Writer
slug: caption-writer
category: Writing
description: Generates social media captions for any platform, adapting to your brand voice and tone. Model-agnostic, supporting various LLM providers.
github: "https://github.com/hogan-tech/brand-loom/tree/main/skills/caption"
language: Python
stars: 21
forks: 2
install: "git clone https://github.com/hogan-tech/brand-loom"
added: 2026-07-16T13:43:11.812Z
last_synced: 2026-07-18T04:41:48.295Z
canonical_url: "https://dirskills.com/skills/caption-writer"
---

# Caption Writer

Generates social media captions for any platform, adapting to your brand voice and tone. Model-agnostic, supporting various LLM providers.

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

## README

# Caption Writer

Use when you need a social media caption for any platform. Supports brand_context for voice/tone. Model-agnostic.

## Quick start

- **CLI:**  `brand-loom run caption --text "AI marketing trends" --platform twitter`
- **Chain:** `brand-loom chain hook,caption --text "AI marketing trends" --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("caption", "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)
