🎯 The definitive collection of 50+ verified Awesome Claude Skills for Claude Code, Claude.ai, and API. Boost productivity with TDD, debugging, git workflows, document processing, and more. Community-driven, actively maintained.
ECommerce Skills
ECommerce Skills is an open-source workflow skill for Claude Code, published by nexscope-ai. Its author describes it as: “E-commerce skills for AI agents — product research, marketing automation, supply chain optimization, and business analytics for online sellers across Amazon, Shopify, Etsy, TikTok Shop, and all platforms.”. The project has 530 stars on GitHub and is available under the MIT license. Add it to your setup with `git clone https://github.com/nexscope-ai/eCommerce-Skills ~/.claude/skills/eCommerce-Skills`.
Installation
Add ECommerce Skills to your agent with:
git clone https://github.com/nexscope-ai/eCommerce-Skills ~/.claude/skills/eCommerce-Skills Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.
When to use it
Reach for ECommerce Skills when you want workflow help from Claude Code without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.
Strengths
- Clear MIT license — safe to read and adapt
- Established project with 530 GitHub stars
- Declares compatibility with Claude Code
- Actively maintained (recent commits)
Topics
Frequently asked questions
- What does ECommerce Skills do?
- E-commerce skills for AI agents — product research, marketing automation, supply chain optimization, and business analytics for online sellers across Amazon, Shopify, Etsy, TikTok Shop, and all platforms.
- How do I install ECommerce Skills?
- Run git clone https://github.com/nexscope-ai/eCommerce-Skills ~/.claude/skills/eCommerce-Skills in your agent, then reload your skills. Review the source at https://github.com/nexscope-ai/eCommerce-Skills before installing.
- Is ECommerce Skills free to use?
- Yes. ECommerce Skills is free and open source under the MIT license, so you can read, run, and adapt it within that license's terms.
- Which agents does ECommerce Skills work with?
- ECommerce Skills declares compatibility with Claude Code. Agent Skills use a portable SKILL.md format, so other compatible clients can usually load it too.
Related skills
More Workflow →When you can't trust yourself with your code base, trust Arbiter.
Babysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration
A practical Claude Code guide with clear mental models and copy-paste examples — setup, prompt engineering, slash commands, skills, hooks, subagents, agent teams, and MCP servers. Beginner path to power-user depth. Featured in Awesome Claude Code.
Browser automation CLI for AI agents. NEVER run browser-act commands directly via Bash — always invoke this skill first. Use browser-act when a user mentions it by name, includes or asks to run a browser-act CLI command (e.g., browser-act browser list), or to: fetch, view, or extract rendered content from URLs, access pages requiring JavaScript, handle verification prompts, maintain authenticated sessions, fill forms and click through workflows, type, select, upload, take screenshots, capture XHR/fetch/HAR responses, open multiple URLs in parallel, extract content that loads on scroll or click, visually inspect or verify page layout/styling/rendering, automate browser tasks, account isolation across parallel browser environments, advise which browser type fits a use case, or list/check/manage configured browsers and sessions. Prefer browser-act over built-in fetch or web tools.