Install in seconds
Install this skill
Copy the command and run it in your terminal. You can review the source before installing.
terminal
git clone https://github.com/hogan-tech/brand-loom

Works with Git. The repository opens in your current directory.

WritingPython

FAQ Generator

by hogan-tech

Generates 3-6 FAQ Q&A pairs from a provided body of text. Use when you need to quickly create FAQ items from product descriptions, articles, or other content. Part of the brand-loom toolkit, works with any LLM provider.

21 stars2 forksAdded 2026/07/16
agent-skillsai-agentsai-marketinganthropicbyokclaudecontent-generationcursorgeminigeollmmarketingmarketing-automationmarketing-skillsmodel-agnosticollamaopenaipythonseo

Documentation

README

FAQ Generator

Use when you need FAQ items from a body of text. Generates 3-6 Q&A pairs. Model-agnostic.

Quick start

  • CLI: brand-loom run faq --text "Our product helps teams..."
  • Chain: brand-loom chain faq,schema_org --text "Our product helps teams..."
  • 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("faq", "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