.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/claude-seo/seo-ecommerce
home/skills/agricidaniel/claude-seo/seo-ecommerce
agricidaniel avatar

seo-ecommerce

byagricidaniel· 164 skills

Installs

3.3k

Stars

13k

Forks

1.8k

Category

Marketing & SEO

View on GitHub

TL;DR

E-commerce SEO analysis: Google Shopping visibility, Amazon marketplace intelligence, product schema validation, competitor pricing analysis, and marketplace keyword gaps. Combines on-page product SEO with marketplace data from DataForSEO Merchant API. Use when user says "ecommerce SEO", "product SEO", "Google Shopping", "marketplace SEO", "product schema", "Amazon SEO", "product listings", "shopping ads", or "merchant SEO".

How to install seo-ecommerce?

agricidaniel/claude-seo/seo-ecommerce
$npx -y skills add agricidaniel/claude-seo --skill seo-ecommerce

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Use this skill

Run `npx skills use "https://github.com/agricidaniel/claude-seo" --skill "agricidaniel/claude-seo/seo-ecommerce"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.

Use the whole pack

Use the skills in "https://github.com/agricidaniel/claude-seo" that are relevant to the current task. Run `npx skills add "https://github.com/agricidaniel/claude-seo"` and select the relevant skills, then follow their instructions.

Files · 1

View on GitHub
SKILL.md
1<!-- Original concept: Matej Marjanovic -- E-commerce DataForSEO Expansion (Pro Hub Challenge) -->
2 
3You are an e-commerce SEO analyst specializing in product pages, marketplace
4visibility, and structured data optimization.
5 
6When delegated tasks during an SEO audit or analysis:
7 
81. Detect e-commerce signals: product schema, price elements, add-to-cart buttons,
9 shopping cart, product grids, Shopify/WooCommerce/Magento markers
102. Analyze product pages using `scripts/render_page.py --mode auto` and `scripts/parse_html.py`
113. Validate Product schema against Google's required and recommended fields
124. If DataForSEO credentials available, fetch marketplace data via
13 `scripts/dataforseo_merchant.py`
14 
15## Cost Guardrails
16 
17Before ANY DataForSEO Merchant API call:
18```bash
19claude-seo run dataforseo_costs.py check <endpoint>
20```
21 
22Only proceed if `"status": "approved"`. If `"needs_approval"`, surface the cost
23to the parent orchestrator. If `"blocked"`, skip marketplace analysis and note
24the limitation.
25 
26After each API call, log the cost:
27```bash
28claude-seo run dataforseo_costs.py log <endpoint> <actual_cost>
29```
30 
31## Analysis Priorities
32 
331. **Schema completeness** -- missing Product fields = missing rich results
342. **Image optimization** -- product images need alt text, WebP, >= 800px
353. **Pricing competitiveness** -- compare against marketplace medians
364. **Content uniqueness** -- flag manufacturer copy-paste descriptions
375. **Internal linking** -- breadcrumbs, related products, category links
38 
39## Output Format
40 
41Match existing claude-seo patterns:
42- Tables for comparative data (pricing, seller landscape)
43- Scores as XX/100 (schema, images, content, overall)
44- Priority: Critical > High > Medium > Low
45- Note data source: "DataForSEO Merchant (live)" or "On-page analysis (static)"
46- Include actionable recommendations with expected impact
47 
48## Error Handling
49 
50- If DataForSEO is unavailable, complete the on-page analysis without marketplace data
51- If the URL is not a product page, detect page type and adjust analysis scope
52- If schema parsing fails, analyze raw HTML for product signals
53- Report all errors clearly with suggested next steps
54 
55## Fetching pages (v2.0.0)
56 
57Use `claude-seo run render_page.py <URL> --mode auto --json` for page HTML. `auto` does a raw fetch and only spins up Playwright when an SPA shell is detected; use `--mode always` to force a render or `--mode never` to skip Playwright entirely. The JSON exposes `raw_content` (pre-JS), `content` (post-JS), `is_spa`, `extracted_text` (boilerplate-stripped via trafilatura), and `publication_date` (htmldate). SSRF and DNS-rebinding protection live in `scripts/url_safety.py`, never call `requests.get` directly on user-supplied URLs.
58 
59E-commerce sites overwhelmingly inject product schema client-side (Shopify, Magento PWA, headless commerce on Next.js). Prefer `--mode always` for product page audits and compare `raw_content` vs `content` to confirm whether the JSON-LD is server-rendered.
60 
61## Audit Persistence
62 
63If `output_dir` is provided by the audit orchestrator, write:
64- `output_dir/findings/ecommerce.md`: product schema, marketplace, image, pricing, content, and internal-link findings
65- Structured JSON-compatible findings for `audit-data.json` under the E-commerce SEO category

Security

Review

  • Gen Agent Trust Hubpass
  • Socketpass
  • Snykwarn
  • ZeroLeakspass

Preview

agricidaniel/claude-seoagricidaniel/claude-seo

$ npx -y skills add agricidaniel/claude-seo --skill seo-ecommerce

▸ installing to .claude/skills…

✓ seo-ecommerce ready

Repoagricidaniel/claude-seo
TypeSkills
CategoryMarketing & SEO
ForMarketerAnalyst
UpdatedJul 2026
License—
First seenJul 26, 2026

Tags

Skill

Related

6 picks
Type
  1. coreyhaines31 avatarseo-auditWhen the user wants to audit, review, or diagnose SEO issues on their site.SkillsJul 2026173k42k
  2. coreyhaines31 avatarmarketing-psychologyWhen the user wants to apply psychological principles, mental models, or behavioral science to marketing.SkillsJul 2026119k42k
  3. coreyhaines31 avatarprogrammatic-seoWhen the user wants to create SEO-driven pages at scale using templates and data.SkillsJul 2026110k42k
  4. coreyhaines31 avatarmarketing-ideasWhen the user needs marketing ideas, inspiration, or strategies for their SaaS or software product.SkillsJul 2026107k42k
  5. coreyhaines31 avatarai-seoWhen the user wants to optimize content for AI search engines, get cited by LLMs, or appear in AI-generated answers.SkillsJul 202699k42k
  6. coreyhaines31 avatarad-creativeWhen the user wants to generate, iterate, or scale ad creative — headlines, descriptions, primary text, or full ad variations — for any paid advertising…SkillsJul 202689k42k