Documentation
README
Schema.org Markup Generator
Use when you need Schema.org JSON-LD structured data. Pure Python — no LLM call required. Supports FAQPage, Article, Breadcrumb.
Quick start
- CLI:
brand-loom run schema_org --text '[{"q":"What is X?","a":"X is..."}]' - 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("schema_org", "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