CAT
/Skills
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Etsy Seo

nexscope-ai/ecommerce-skills
237 installs202 stars
Summary

This is a straightforward Etsy listing analyzer that scores your products across five dimensions: title, tags, description, attributes, and images. It gives you a 0-100 score with weighted breakdowns and spits out specific fixes like missing long-tail keywords or unused tag slots. The output is detailed, maybe even verbose, with visual progress bars and prioritized action plans. No API key needed, which is nice. Best for sellers who want concrete SEO guidance without guessing what Etsy's algorithm wants. The suggestions lean heavily on standard ecommerce SEO practices like front-loading keywords and maxing out all 13 tags, so you're getting orthodox advice rather than experimental tactics.

Install to Claude Code

npx -y skills add nexscope-ai/ecommerce-skills --skill etsy-seo --agent claude-code

Installs into .claude/skills of the current project.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Files
SKILL.mdView on GitHub

Etsy SEO 🔍

Analyze and optimize Etsy listings for better search visibility.

Installation

npx skills add nexscope-ai/eCommerce-Skills --skill etsy-seo -g

Features

  • SEO Score — 0-100 comprehensive rating
  • Title Optimization — Keyword placement, length analysis
  • Tag Analysis — 13 tag optimization, long-tail suggestions
  • Description Analysis — First 160 chars, keyword density
  • Attribute Check — Completeness validation
  • Keyword Research — Category-based suggestions
  • Action Plan — Prioritized improvement roadmap

SEO Scoring Weights

DimensionWeightMax Score
Title30%100
Tags25%100
Description20%100
Attributes15%100
Images10%100

Etsy Tag Rules

RuleSpecification
QuantityMax 13 tags
LengthMax 20 characters each
FormatMulti-word phrases allowed
StrategyLong-tail + synonyms + attributes

Title Best Practices

[Core Keyword] + [Attributes] + [Material/Style] + [Use Case/Occasion]

✅ Good:
"Personalized Name Bracelet, Custom Gold Bracelet for Women, Birthday Gift"

❌ Bad:
"Beautiful Handmade Bracelet"

Usage

Interactive Mode

python3 scripts/analyzer.py

With Listing Data

python3 scripts/analyzer.py '{
  "title": "Handmade Silver Ring",
  "tags": ["silver ring", "handmade jewelry"],
  "description": "Beautiful handmade ring...",
  "category": "Jewelry"
}'

Demo Mode

python3 scripts/analyzer.py --demo

Output Example

🔍 Etsy SEO Analysis Report

Listing: Personalized Name Bracelet
Category: Jewelry > Bracelets

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

📊 SEO SCORE: 72/100 ⚠️

Title:       85/100 ████████░░
Tags:        65/100 ██████░░░░
Description: 70/100 ███████░░░
Attributes:  80/100 ████████░░
Images:      60/100 ██████░░░░

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

📝 TITLE ANALYSIS

Current: "Handmade Silver Bracelet"
Length: 24/140 characters ⚠️ Too short

Issues:
• Missing core keyword at start
• No personalization keywords
• Missing occasion/gift keywords

Suggested:
"Personalized Silver Bracelet, Custom Name Bracelet, Birthday Gift for Her"

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

🏷️ TAG ANALYSIS

Used: 8/13 tags ⚠️ Add 5 more

Current Tags:
✅ silver bracelet
✅ handmade jewelry
⚠️ bracelet (too generic)

Suggested Tags:
+ personalized bracelet
+ custom name jewelry
+ birthday gift for women
+ anniversary gift
+ minimalist bracelet

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

📋 ACTION PLAN

Priority | Action                      | Impact
──────────────────────────────────────────────
HIGH     | Rewrite title with keywords | +15 score
HIGH     | Add 5 more tags             | +10 score
MEDIUM   | Optimize first 160 chars    | +8 score
LOW      | Add more product photos     | +5 score

Keyword Research

The tool suggests keywords based on:

  • Category trends
  • Competitor analysis
  • Search volume indicators
  • Long-tail variations

Optimization Workflow

Analyze current listing
      ↓
Score each dimension
      ↓
Identify gaps
      ↓
Generate suggestions
      ↓
Prioritize actions
      ↓
Track improvements

Part of Nexscope AI — AI tools for e-commerce sellers.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Marketing & SEO
First SeenJun 3, 2026
View on GitHub

Recommended

More Marketing & SEO →
multi-domain-brand-seo

kostja94/marketing-skills

multi domain brand seo
723
567
email-marketing

claude-office-skills/skills

email marketing
2.8k
182
seo-sitemap

agricidaniel/claude-seo

seo sitemap
2.1k
7.9k
social-media-marketing

dengineproblem/agents-monorepo

social media marketing
1.2k
4
email-marketing

kostja94/marketing-skills

email marketing
855
567
seo-keyword-strategist

sickn33/antigravity-awesome-skills

seo keyword strategist
435
39.4k