Agent-NativeMCPSkillsOnboarding·5 min read

The yeet Skill Menu: What to Say After MCP Connect

onboard → scan → index → aeo → optimize → create → seo_report — SEO, AEO, and GEO as equal pillars.

Once yeet is connected over MCP, your agent shouldn't dump a list of 100+ tools at you. It should show a short capability menu and offer high-level skills you can ask for in plain language. Yeet treats SEO, AEO, and GEO as equal pillars — Google ranks, answer engines, and generative citations.

Pillars

  • SEO — indexing, SERP ranks, technical fixes
  • AEO — Answer Engine Optimization (AI Overviews, snippets, schema, extractable Q&A)
  • GEO — Generative Engine Optimization (ChatGPT, Perplexity, Claude, Gemini citations & prompt ranks)

Show the menu

Tell the agent: "what can yeet do". It should call the MCP tool help (or read yeet-seo://help) and paste the markdown menu. Same data is available at GET /api/v1/help and in the docs under Skills & Menu.

Recommended flow

  1. onboard — connect the site and kick off the first refresh
  2. scan — technical audit + investigator
  3. index — queue non-indexed URLs
  4. aeo / geo — citations, prompt ranks, schema / llms.txt
  5. optimize — top fix cards for existing pages
  6. create — briefs / new content (SEO + AEO + GEO)
  7. seo_report — daily or weekly checklist across all three pillars

Say this

You sayAgent runs
"onboard my site"run_skill onboard
"scan my site"run_skill scan
"index my pages"run_skill index
"check my AEO" / "check my GEO"run_skill aeo (alias geo)
"optimize existing content"run_skill optimize
"create a new post"run_skill create
"use yeet and continuously optimize"prompt continuous_optimize_setup
"run my SEO report"run_skill seo_report (includes AEO/GEO)

Continuous optimize

For hands-off weekly (or daily) reports: answer the setup questions once (site, cadence, goals across SEO+AEO+GEO, fix budget, content volume). Yeet then emails and/or exposes an seo_report with fixes, AEO/GEO actions, and new content opportunities. Your agent works the checklist each cycle. Setup guide: Continuous Optimize. MCP wiring: MCP setup.

Quick FAQ

Q: Do I need to memorize tool names?
A: No — say the phrases above; the agent maps them to run_skill.

Q: Is AEO/GEO optional?
A: No — for yeet they are first-class. Classic SEO still matters; answer and generative visibility matter at least as much.

Q: Where do humans read this without MCP?
A: /docs?doc=skills, Continuous Optimize, Integrations, and Agent & Chat.