← 返回 Skills 市场
phheng

Etsy Seo

作者 Henk Nie · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
153
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install etsy-seo
功能描述
Etsy SEO analyzer and optimizer. Improve search visibility with title optimization, tag analysis, description scoring, and keyword research. Includes SEO sco...
使用说明 (SKILL.md)

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

Dimension Weight Max Score
Title 30% 100
Tags 25% 100
Description 20% 100
Attributes 15% 100
Images 10% 100

Etsy Tag Rules

Rule Specification
Quantity Max 13 tags
Length Max 20 characters each
Format Multi-word phrases allowed
Strategy Long-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.

安全使用建议
This package appears to be a local Etsy listing analyzer that doesn't ask for credentials. Before running it on real or sensitive data: 1) inspect the rest of scripts/analyzer.py for any network (requests/urllib/httpx/socket), subprocess/os.system calls, or hardcoded remote endpoints; 2) run the script first in a sandbox or isolated environment; 3) if you plan to use the npx install command from SKILL.md, confirm the origin of the nexscope-ai/eCommerce-Skills package and review its contents; 4) if you need live competitor or search-volume data, expect that this tool likely simulates those signals unless you find explicit API calls — in that case you'll need to provide appropriate API keys and review privacy implications.
能力评估
Purpose & Capability
Name/description (Etsy SEO analyzer) align with the included Python analyzer and SKILL.md usage examples. The skill claims features like SEO scoring, title/tag/description analysis and keyword suggestions which match the analyzer code's visible keyword lists and heuristics. Note: SKILL.md also mentions 'competitor analysis' and 'search volume indicators' which normally imply network/third‑party data; the manifest declares no credentials and the visible code imports only standard libs, so those features are likely simulated from internal heuristics rather than live scraping or third‑party APIs.
Instruction Scope
Runtime instructions only tell the agent/user to run the local Python script (interactive, with JSON input, or demo mode). The SKILL.md suggests an npx install command for a separate package, but the skill package itself contains the analyzer.py and does not declare any install steps or require external keys. No instructions ask the agent to read unrelated files or environment variables. Because the SKILL.md claims competitor/search-volume features, verify whether the script attempts network access (not visible in provided snippet).
Install Mechanism
There is no install spec in the skill manifest; the SKILL.md shows an optional npx command for obtaining the skill from an external repository, but that is documentation, not an enforced installer. The included code file is run locally — lower risk than downloads at runtime. No downloaded archives, no brew/npm install specs embedded in the manifest.
Credentials
The skill declares no required environment variables, no primary credential, and no config paths. That is proportionate for a local analyzer that appears to operate on supplied listing data. SKILL.md explicitly states 'No API key required.'
Persistence & Privilege
The skill does not request always: true and is user-invocable only; it does not declare persistent privileges or modifications to other skills or agent-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install etsy-seo
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /etsy-seo 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial public release: Etsy SEO analyzer and optimizer. - Analyze Etsy listings for SEO score (0-100) based on title, tags, description, attributes, and images. - Title optimization and analysis with keyword placement suggestions. - Tag analysis supporting long-tail keywords, tag count, and quality improvement. - Description scoring and keyword density evaluation. - Automated keyword research and high-impact action plan generation. - No API key required; works with provided listing data or in interactive mode.
元数据
Slug etsy-seo
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Etsy Seo 是什么?

Etsy SEO analyzer and optimizer. Improve search visibility with title optimization, tag analysis, description scoring, and keyword research. Includes SEO sco... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 153 次。

如何安装 Etsy Seo?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install etsy-seo」即可一键安装,无需额外配置。

Etsy Seo 是免费的吗?

是的,Etsy Seo 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Etsy Seo 支持哪些平台?

Etsy Seo 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Etsy Seo?

由 Henk Nie(@phheng)开发并维护,当前版本 v0.1.0。

💬 留言讨论