seo-article
v0.2.1
Published
A ClawHub/OpenClaw skill that generates SEO outlines or Google-ready HTML articles from keyword and brand inputs.
Maintainers
Readme
seo-article
seo-article is a ClawHub/OpenClaw skill for generating either a structured SEO outline or a full Google-friendly SEO article for independent websites.
Included files
SKILL.md: skill trigger metadata and workflow instructionsagents/openai.yaml: optional UI metadata for OpenAI-compatible surfacesreferences/output-contract.md: final output contractreferences/quality-gate.md: self-review rulesreferences/outline-mode.md: outline generation rulesreferences/article-mode.md: article generation rules
Expected input
The skill accepts free text or structured fields such as:
mode: article
keyword: wireless noise cancelling headphones
brand: SoundMax
topic: best wireless noise cancelling headphones for daily commuting
language: English
site_domain: soundmax.com
recommend_links:
- https://soundmax.com/products/noise-cancelling-headphonesOutput
The skill returns:
- outline mode: JSON with
titleandresult, whereresultcontains onlyH2:andH3:lines - article mode: JSON with
titleandresult, whereresultcontains pure HTML
