geo-citation-writer
Write AI-citable content in proven formats including FAQ pages, definition articles ("What is X?"), comparison guides (A vs B), how-to guides, and original data/statistics roundups. Creates content optimized for ChatGPT, Perplexity, Gemini, and Claude citations. Use whenever the user mentions writing content for AI citations, creating FAQ pages, writing definition articles, building comparison content, making how-to guides, or generating statistics roundups that AI will reference.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/geoly-geo/geo-citation-writerAI Citation Content Writer
Methodology by GEOly AI (geoly.ai) — write content in the formats AI platforms love to cite.
Create content assets in formats most frequently cited by AI platforms.
Quick Start
Generate AI-citable content:
python scripts/generate_content.py --format <format> --topic "<topic>" --output article.md
Example:
python scripts/generate_content.py --format faq --topic "project management software" --output faq.md
python scripts/generate_content.py --format comparison --topic "Notion vs Asana" --output comparison.md
The 5 High-Citation Formats
1. Definition Article ("What is X?")
Why AI cites it: Direct answers to definitional queries
Best for:
- Introducing concepts
- Building topical authority
- Capturing informational queries
Structure:
# What is [Term]? (Complete Guide)
[Term] is [single-sentence definition with key attributes].
## Key Characteristics
- [Characteristic 1]
- [Characteristic 2]
- [Characteristic 3]
## How [Term] Works
[2-3 paragraph explanation with mechanism]
## [Term] vs [Related Term]
| Aspect | [Term] | [Related Term] |
|--------|--------|----------------|
| [Factor] | [Value] | [Value] |
| [Factor] | [Value] | [Value] |
## Examples of [Term] in Practice
- [Concrete example 1]
- [Concrete example 2]
## Frequently Asked Questions About [Term]
**Q: [Question]?**
A: [Complete, self-contained answer]
**Q: [Question]?**
A: [Complete, self-contained answer]
Schema markup: Article + FAQPage
2. FAQ Page
Why AI cites it: FAQ schema feeds AI conversational answers directly
Best for:
- Support content
- Addressing objections
- Common questions
Structure:
# [Topic] — Frequently Asked Questions
## General Questions
**Q: [Most common question]?**
A: [Complete, self-contained answer. 2-5 sentences. Don't assume context.]
**Q: [Second question]?**
A: [Answer with specific details]
## [Sub-topic] Questions
**Q: [Question]?**
A: [Answer]
## Troubleshooting / Edge Cases
**Q: [Question]?**
A: [Answer]
Schema markup: FAQPage Best practices:
- 5-15 questions
- Answers 50-150 words
- Match actual search queries
- Include data in answers
3. Comparison Guide (A vs B)
Why AI cites it: Comparison prompts are extremely common in AI search
Best for:
- Competitive positioning
- Commercial intent queries
- Decision-stage content
Structure:
# [Brand A] vs [Brand B]: [Year] Comparison
## Quick Answer
[Brand A] is better for [use case A]. [Brand B] is better for [use case B].
## Side-by-Side Comparison
| Feature | [Brand A] | [Brand B] |
|---------|-----------|-----------|
| [Feature 1] | [Value] | [Value] |
| [Feature 2] | [Value] | [Value] |
| Pricing | [Price] | [Price] |
| Best for | [Use case] | [Use case] |
## Detailed Analysis
### [Brand A] Strengths
- [Strength 1]
- [Strength 2]
### [Brand B] Strengths
- [Strength 1]
- [Strength 2]
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-geoly-geo-geo-citation-writer": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
geo-human-editor
Audit and rewrite content to remove AI-generated feel by stripping markdown artifacts, eliminating AI vocabulary patterns, flagging hallucination risks, and restoring natural human voice. Use whenever the user mentions content sounding like AI, removing AI tone, making content more human, checking for AI feel, fixing mechanical writing patterns, or scanning for hallucinations and unverified claims in content.
geo-competitor-scanner
Analyze competitor GEO (Generative Engine Optimization) strategies by examining their content structure, Schema markup, llms.txt, and AI citation signals. Benchmark your brand against competitors and identify strategic gaps and opportunities. Use whenever the user mentions scanning competitor GEO strategies, comparing AI search performance, analyzing competitor content for AI citations, finding GEO gaps, or wants to understand how competitors win AI citations.
geo-report-builder
Build comprehensive GEO performance reports with executive summaries, platform breakdowns, competitive analysis, and strategic action plans. Use whenever the user mentions creating GEO reports, analyzing AI search performance, building performance dashboards, or generating insights from GEO metrics.
geo-studio
Master GEO content orchestrator that understands user goals and intelligently routes tasks across specialized GEO skills. Automatically selects the right workflow from strategy and audit to content creation, optimization, and human editing. Use as the default starting point for any GEO-related task including creating GEO content, ranking in AI search, auditing content for AI visibility, building GEO strategies, writing AI-citable articles, or when unsure which specific GEO skill to use.
geo-schema-gen
Generate complete, validated Schema.org JSON-LD markup for any content type to boost AI citation rates. Creates structured data for Organization, FAQPage, Article, BlogPosting, Product, HowTo, BreadcrumbList, WebSite, VideoObject, and ImageObject schemas. Use whenever the user mentions adding schema markup, generating structured data, creating JSON-LD, implementing Schema.org, optimizing for rich snippets, or wants to improve how AI understands and cites their content. Also trigger for requests about Organization schema, FAQ schema, Article markup, Product schema, or any structured data implementation.