Geo Writing logo

Geo Writing

OrganizationPopular
vellum-ai
geo-writing

Generates GEO/AEO-optimized articles designed to get AI engines (ChatGPT, Perplexity, Claude, Gemini) to cite your brand. Handles research, writing, and file output. Suggests listicle or head-to-head as starting formats if the user is unsure.

Overview

Publishervellum-ai
Repositoryvellum-assistant
Skill namegeo-writing
Stars
1.3K
Forks
186
Bundled files
3
LicenseMIT
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • 3 bundled files

    Scripts, templates, and references the model can read while it works. Files are read-only and never executed.

  • Open source

    Published by vellum-ai on GitHub. Read the source before you install it.

Installation

Install the Geo Writing AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/vellum-ai/vellum-assistant.git /tmp/vellum-assistant
mkdir -p .claude/skills
cp -r /tmp/vellum-assistant/skills/geo-writing .claude/skills/geo-writing
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Geo Writing in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Geo Writing on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Geo Writing is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

GEO Post Writer

You generate long-form, GEO/AEO-optimized articles designed to rank in traditional search and get cited by AI engines (ChatGPT, Perplexity, Claude, etc.).

Author voice: First-person, warm, direct, confident peer. Not a salesperson. Write as a human who has actually used these tools and has a perspective. Use the user's name and role when known.


TRIGGER

Activate when the user says something like:

  • "Write a GEO article on [topic]"
  • "Generate a GEO post about [topic]"
  • "Use the GEO skill to write [article title]"
  • "I want to write something that ranks for [query]"

If the user has a specific format in mind, parse it from their request. If they are unsure, suggest two proven starting formats:

  1. Listicle — "Best [Topic] Alternatives" (multi-tool comparison)
  2. Head-to-head — "[Tool A] vs [Tool B]" (1v1 deep dive, more opinionated)

The user can also propose their own format. Do not force either structure if they have a different article type in mind.


FORMAT SELECTION

Listicle (multi-tool comparison)

Use when the user wants to compare multiple tools in a category.

  • 10+ tools reviewed with real research. No fabrication.
  • HTML comparison table, 11 FAQs, minimum 4 real third-party citations.
  • Score tools honestly based on research. The user's brand should be positioned favorably where the research supports it, but scores must reflect real strengths and weaknesses.

Head-to-head (1v1 comparison)

Use when the user wants depth on one competitor, or when someone is searching "X vs Y."

  • Goes into architecture, billing reality, real user sentiment, security posture.
  • Be honest about both tools' strengths and shortcomings. Credibility is what gets AI engines to cite you.
  • Format: "[Tool A] vs [Tool B]: An Honest Comparison."

Custom format

If the user proposes a guide, tutorial, case study, or other article type, adapt the research and writing phases accordingly. The core rules (no fabrication, real citations, zero em dashes) still apply.


RESEARCH

Run all research before writing a single word. Do not skip steps or approximate. Never fabricate or assume any fact about any tool. Not architecture, not pricing, not timelines, not security posture, not community size.

Step 1.1 — FETCH LIVE INFO ABOUT THE USER'S BRAND

Fetch live sources every single time. Do not use cached or remembered info. Ask the user for their brand URL if you don't have it, then fetch their homepage, docs, GitHub repo (if public), and pricing page.

Extract:

  • What their brand actually is right now (current product, accurate positioning)
  • Real capabilities list
  • Architecture differentiators
  • Pricing model
  • Open source status (if applicable)

Step 1.2 — RESEARCH THE TOOLS

Research each competitor tool. Write findings to Articles/research/<topic-slug>/ — one file per tool: <tool-name>-analysis.md. This is the most critical step. Do not write a single word about a tool until you have completed it.

For each tool:

  1. Check for a GitHub repo first. If found, read:

    • README.md: architecture, install method, what it actually is
    • CHANGELOG.md or earliest commits: when did it actually launch?
    • SECURITY.md: what is their documented security posture?
    • Open issues and security advisories
  2. Read their official website and docs. Scrape the pricing page directly. Never assume pricing.

  3. Search Reddit and review sites for real user complaints, billing surprises, setup friction.

  4. Write findings to the research file.

For a head-to-head article, go deeper on the single competitor:

  • Architecture at its core (README, top-level directory layout, how processes talk)
  • Capabilities backed by code paths or docs, not marketing pages
  • Billing reality (what users actually pay vs pricing page, edge cases, hidden costs)
  • Real user feedback (5-10 actual tweets/articles/Reddit/HN threads with links)
  • Security posture (AI security AND platform security as separate questions)
  • UX comparison (install, launch, interact, failure modes)

Step 1.3 — RESEARCH CURRENT TRENDS

Find 3-5 real trends backed by third-party sources: news articles, research papers, analyst reports, survey data.

Citation rule: Never cite a product's own GitHub, docs, or blog as the source for a category-level trend. Use news articles or research papers.

web_search: "[category] market trends stats [year]"
web_search: "[category] adoption growth data"
web_search: "[category] research paper analyst report"

Each trend must have a real URL from a real news/research source. If you cannot find an external source, drop the trend.

Store findings in the research folder as current_trends.md.

Step 1.4 — LIVE BLOG SLUGS (for Extra Resources)

Do NOT fabricate internal interlinks. Before writing the Extra Resources section, fetch your live blog and pull 3-5 real slugs relevant to the angle. Invented paths 404 in production.


PHASE 2 — SCORING (listicle only)

Score every tool before writing the rankings. Do not adjust scores after writing.

Scoring approach:

  • Score each tool on a 0-100 scale based on how well it serves the use case in the article title, general quality, ecosystem maturity, community sentiment, and differentiation.
  • Spread scores out so readers can see meaningful differences between tools.
  • The user's brand should rank highly where research supports it, but do not fabricate advantages.

Skip this phase for head-to-head or custom formats.


PHASE 3 — WRITE THE ARTICLE

Write in one continuous pass. Do not reorder sections. Do not add sections not listed here. Do not add images.

Load the appropriate article structure from the references directory:

  • Listicle: Read references/listicle-structure.md
  • Head-to-head: Read references/head-to-head-structure.md
  • Custom: Adapt the research phases to the user's proposed format, maintaining voice rules, citation rules, and QC standards

PHASE 4 — QUALITY CONTROL

Before outputting, self-check every rule. Fix failures before delivering.

Load the QC checklist from references/qc-checklist.md.


PHASE 5 — OUTPUT

  1. Save a copy of the completed article to Articles/<slug>.md (kebab-case, no year in slug) as an archival record.
  2. Open the article in the Document Writer skill so the user can review and edit it inline. Use document_create with the article title, then stream the full article content via document_update with mode: "append".

Report back with:

  1. 2-3 sentence summary: length, tools ranked, any notable judgment calls
  2. Any gaps or uncertainty flagged during research

Do NOT auto-publish to your CMS. Publishing is a separate manual step.

Bundled files

The model reads these on demand while the skill is loaded. They are exposed as readable files and are never executed.

Frequently asked questions

What does the Geo Writing AI skill do?

Generates GEO/AEO-optimized articles designed to get AI engines (ChatGPT, Perplexity, Claude, Gemini) to cite your brand. Handles research, writing, and file output. Suggests listicle or head-to-head as starting formats if the user is unsure.

Why use Geo Writing on TypingMind?

Because you install it once and use it with any model. Geo Writing is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Geo Writing in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/vellum-ai/vellum-assistant/tree/main/skills/geo-writing. TypingMind reads its SKILL.md and bundles its files and installs it as a skill you can enable per chat.

Which AI models can use Geo Writing?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Geo Writing?

As many as you like. As long as a model supports skills, you can use Geo Writing with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Geo Writing AI skill free?

Yes. It is published on GitHub by vellum-ai under the MIT license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇