Etsy Seo

v0.1.0

Etsy SEO analyzer and optimizer. Improve search visibility with title optimization, tag analysis, description scoring, and keyword research. Includes SEO sco...

0· 80·0 current·0 all-time
byHenk Nie@phheng
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
medium confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk976nsgwwpp7z6f071vbf6zww183afjm

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments