---
name: CTA Writer
slug: cta-writer
category: Writing
description: Generates multiple call-to-action options for buttons, banners, and closing lines. Use it when you need short conversion-focused copy in different tones or formats.
github: "https://github.com/hogan-tech/brand-loom/tree/main/skills/cta"
language: Python
stars: 21
forks: 2
install: "git clone https://github.com/hogan-tech/brand-loom"
added: 2026-07-16T13:43:11.971Z
last_synced: 2026-07-18T04:41:48.449Z
canonical_url: "https://dirskills.com/skills/cta-writer"
---

# CTA Writer

Generates multiple call-to-action options for buttons, banners, and closing lines. Use it when you need short conversion-focused copy in different tones or formats.

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

## README

# CTA Writer

Use when you need call-to-action copy for buttons, banners, or closing lines. Generates multiple CTA variants. Model-agnostic.

## Quick start

- **CLI:**  `brand-loom run cta --text "Sign up for our newsletter"`
- **Chain:** `brand-loom chain hook,cta --text "Free trial for AI marketing"`
- **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("cta", "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)
