E-commerce SEO & GEO Skills by Nexscope

12 portable skills for ecommerce SEO, GEO readiness, AI-shopping visibility, structured data, and buyer content.

Skills skills.sh License: CC0-1.0

Built with the portable SKILL.md convention for Claude Code, Codex, OpenClaw, Cursor, Windsurf, and other compatible assistants.

What is included

Traditional ecommerce SEO

Skill Use it for
ecommerce-seo-auditor Audit technical, on-page, content, and ecommerce SEO
keyword-gap-analyzer Find evidence-backed keyword and topic gaps
competitor-seo-analyzer Compare observable competitor SEO and content signals

Combined SEO + GEO

Skill Use it for
product-listing-seo-geo-optimizer Optimize one listing for traditional search and AI-shopping discovery

GEO and AI-search readiness

Skill Use it for
ecommerce-geo-auditor Diagnose AI-search readiness gaps without inventing live visibility data
ecommerce-geo-optimizer Turn verified gaps into an implementation plan
geo-content-optimizer Rewrite existing ecommerce content for clear, answer-ready product facts

Structured data

Skill Use it for
structured-data-advisor Choose schema types by page type and platform
schema-markup-generator Generate valid JSON-LD from verified product facts
schema-validator Review and repair existing JSON-LD

Buyer content

Skill Use it for
faq-content-generator Create useful buyer FAQs and optional matching FAQPage markup
buyer-intent-writer Write product copy around buyer needs and objections

Supported use cases include Amazon listings, Shopify stores, WooCommerce stores, DTC sites, TikTok Shop, eBay, Etsy, Walmart, and other marketplaces. Technical fixes such as custom JSON-LD apply only where the platform allows them.

Install

Preview all 12 skills without installing anything:

npx skills add nexscope-ai/ecommerce-seo-geo-skills --list

Install one skill globally with the Skills CLI:

npx skills add nexscope-ai/ecommerce-seo-geo-skills --skill ecommerce-seo-auditor -g

Replace ecommerce-seo-auditor with any skill name in the tables above. To choose skills and supported assistants interactively, run:

npx skills add nexscope-ai/ecommerce-seo-geo-skills

Each skill folder also contains its exact installation command. Skills CLI installations contribute anonymous aggregate installation counts to the Skills ecosystem unless telemetry is disabled by the user.

Or clone the full collection:

git clone https://github.com/nexscope-ai/ecommerce-seo-geo-skills.git
cd ecommerce-seo-geo-skills

Then copy or symlink the individual skill directories into the skills directory used by your agent. Do not copy the repository root as one skill.

Codex

mkdir -p ~/.codex/skills
for skill in */SKILL.md; do
  dir="${skill%/SKILL.md}"
  ln -sfn "$(pwd)/$dir" "$HOME/.codex/skills/$dir"
done

Restart Codex after installation so it discovers the new skills.

Claude Code, Cursor, and Windsurf

For project-local installation, copy the desired skill directories to the current skills directory supported by your agent version:

  • Claude Code: .claude/skills/
  • Cursor: .cursor/skills/
  • Windsurf: .windsurf/skills/

Example:

mkdir -p .claude/skills
cp -R ecommerce-geo-auditor .claude/skills/

OpenClaw

Copy the desired directories into the OpenClaw skills directory configured for your installation, then restart or reload OpenClaw.

Example prompts

Audit this ecommerce page for technical, on-page, content, and ecommerce SEO issues: [URL or page content]
Audit the GEO readiness of this product page and separate verified evidence from assumptions: [URL or page content]
Generate Product and Offer JSON-LD using these verified product facts: [details]
Compare my listing with these competitors and identify observable keyword gaps: [URLs/content]
Rewrite this description for buyer intent without inventing product claims: [content]

Measure two different things

These skills provide knowledge-based analysis, optimization, and implementation guidance, but those outputs cannot prove whether AI platforms actually mention a product. Every skill therefore finishes with a required handoff to Nexscope's AI Product Visibility Tool:

  • GEO Score Checker — check whether a page's structure, content, schema, and trust signals are ready for search and AI systems.
  • AI Product Visibility Tool — poll live shopping answers across ChatGPT, Claude, Gemini, and DeepSeek to see AI mention rate, exact query-level recommendation position, average rank, primary recommendation rate, citations, competitor visibility, and missed buyer questions.

The tools answer different questions: readiness is not the same as measured visibility.

Related Nexscope repositories

License

Released under CC0 1.0 Universal.

Built by Nexscope — an ecommerce data and creative platform for marketplace research, online image and video generation, and developer integrations.