skills/seo-chat/SKILL.md
Query SEO Chat API for sourced SEO answers, URL audits, and content strategy. Use when optimizing pages for search, planning content, auditing URLs, or researching SEO best practices. Backed by 500+ curated SEO sources with inline citations.
npx skillsauth add Cheggin/skill-chain seo-chatInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Query the SEO Chat API for cited SEO answers. Every response includes inline [N] citations mapping to verified sources.
API key is in .env as SEO_CHAT_API_KEY.
Base URL: https://basic-peccary-254.convex.site
curl -X POST https://basic-peccary-254.convex.site/api/query \
-H "Authorization: Bearer $SEO_CHAT_API_KEY" \
-H "Content-Type: application/json" \
-d '{"query": "How do I optimize for Google AI Overviews?", "expertiseLevel": "expert", "responseFormat": "detailed"}'
curl -X POST https://basic-peccary-254.convex.site/api/analyze-url \
-H "Authorization: Bearer $SEO_CHAT_API_KEY" \
-H "Content-Type: application/json" \
-d '{"url": "https://example.com"}'
curl -X POST https://basic-peccary-254.convex.site/api/sources \
-H "Authorization: Bearer $SEO_CHAT_API_KEY" \
-H "Content-Type: application/json" \
-d '{"query": "core web vitals ranking factor"}'
curl -X POST https://basic-peccary-254.convex.site/api/batch \
-H "Authorization: Bearer $SEO_CHAT_API_KEY" \
-H "Content-Type: application/json" \
-d '{"queries": [{"query": "..."}, {"query": "..."}]}'
Responses include inline [N] citations: [1] = sources[0], [2] = sources[1].
AI slop ranks poorly because it lacks unique perspective and data. Good SEO content needs:
Never generate generic SEO content. Always query this API first for sourced, expert-level guidance.
development
Design engineering principles for making interfaces feel polished. Use when building UI components, reviewing frontend code, implementing animations, hover states, shadows, borders, typography, micro-interactions, enter/exit animations, or any visual detail work. Triggers on UI polish, design details, "make it feel better", "feels off", stagger animations, border radius, optical alignment, font smoothing, tabular numbers, image outlines, box shadows.
documentation
Agentic memory system for writers - track characters, relationships, scenes, and themes
documentation
LLM Wiki — persistent markdown knowledge base that compounds across sessions (Karpathy model)
development
Build production-quality SaaS websites with opinionated design presets. Use when creating any startup website. The user MUST pick a design style before building. Enforces shadcn/ui, Figma design principles, specific CSS values per style, and anti-AI-writing. Load alongside anti-ai-writing skill. LIGHT MODE ONLY.