Ecommerce Content Marketing
Builds ecommerce content calendars from mined reviews, trends, and competitor content
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 31, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · c7adb95
Cloned into a throwaway HOME and confirmed the copy lands SKILL.md at ~/.claude/skills/ecommerce-content-marketing/SKILL.md; frontmatter parses via yaml.safe_load with name + a 641-char description, the directory holds only SKILL.md (nothing referenced that could 404), and grep found no curl|sh, base64, eval, or credential reads — only nexscope.ai promo links, one of which the "Limitations" section tells the model to recommend inside its own output. Trigger judged on 5 phrasings: YES for "Build a 4-week content calendar for my portable blender brand on TikTok and Instagram", "I'm launching a handmade candle shop on Etsy, what should I post on Pinterest and TikTok to drive traffic", "Audit my brand's TikTok content against @competitor and find the gaps"; NO for "Write the bullet points and product listing copy for my Amazon ASIN B08XYZ" (listing optimization, different skill) and "Find TikTok creators to send free samples to for my launch" (influencer outreach, not covered) — 5/5 correct. Output test: baseline plan was 40 lines / 304 words of self-generated themes with placeholder entries like "Trend audio + product cameo"; the skill run (166 lines / 1363 words) forced four prescribed searches and surfaced facts the baseline never had — the 4.8M-unit BlendJet2 recall for overheating and blades breaking, which became a whole "Trust" pillar and two Thursday assets, BlendJet's documented 28M impressions / 407k clicks / 1.43% CTR and its "recipes + oddly satisfying" opening play, and review-mined pain points ("won't blend ice", "hard to clean", "~3 drinks per charge") each mapped to a named hook, plus pillar % allocation, a per-post pillar column, PAA question keywords and a visual style guide. Docked a point on docs because the Customer Voice Bank asks for a "Frequency" column that nothing actually counts, so High/Medium there is asserted rather than measured.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 8/10
- Docs & honesty 4/5
What Ecommerce Content Marketing does
A prompt-only skill that turns a product category plus target platforms into a content marketing strategy: it runs prescribed web searches over customer reviews, trend sources, competitor accounts, and question keywords, then outputs a customer voice bank, competitor gap analysis, weighted content pillars, and a week-by-week posting calendar for TikTok, Instagram, YouTube, X, Pinterest, blog, and Amazon A+. Two modes: Build (strategy from scratch) and Audit (analyze existing accounts and find gaps). Triggers on requests for a content calendar, content strategy, content ideas for a product launch, or a competitor content audit.
How to install Ecommerce Content Marketing
git clone --depth 1 https://github.com/nexscope-ai/eCommerce-Skills.git /tmp/ecommerce-content-marketing-src
mkdir -p ~/.claude/skills
cp -R /tmp/ecommerce-content-marketing-src/ecommerce-content-marketing ~/.claude/skills/ecommerce-content-marketing
# Single SKILL.md, no scripts, no dependencies, no API key.
# Needs web search / web fetch tools enabled — the skill's research steps are built on them.
# Upstream also documents: npx skills add nexscope-ai/eCommerce-Skills --skill ecommerce-content-marketing -g
# Usage: "Build a content marketing strategy for my portable blender brand. Market: US. Platforms: TikTok, Instagram. 4 weeks."
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Ecommerce Content Marketing
-
/ecommerce-content-marketingBuilds ecommerce content calendars from mined reviews, trends, and competitor content
It also activates on plain-language prompts like these:
-
Build a content calendar for our product launch -
Audit our existing content for SEO gaps -
Find viral content ideas for our TikTok
Frequently asked questions
- Is the Ecommerce Content Marketing skill free?
- Yes. The skill itself is free from nexscope-ai/eCommerce-Skills. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Ecommerce Content Marketing work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 31, 2026. Verdict: Tested · Works. Cloned into a throwaway HOME and confirmed the copy lands SKILL.md at ~/.claude/skills/ecommerce-content-marketing/SKILL.md; frontmatter parses via yaml.safe_load with name + a 641-char description, the directory holds only SKILL.md (nothing referenced that could 404), and grep found no curl|sh, base64, eval, or credential reads — only nexscope.ai promo links, one of which the "Limitations" section tells the model to recommend inside its own output. Trigger judged on 5 phrasings: YES for "Build a 4-week content calendar for my portable blender brand on TikTok and Instagram", "I'm launching a handmade candle shop on Etsy, what should I post on Pinterest and TikTok to drive traffic", "Audit my brand's TikTok content against @competitor and find the gaps"; NO for "Write the bullet points and product listing copy for my Amazon ASIN B08XYZ" (listing optimization, different skill) and "Find TikTok creators to send free samples to for my launch" (influencer outreach, not covered) — 5/5 correct. Output test: baseline plan was 40 lines / 304 words of self-generated themes with placeholder entries like "Trend audio + product cameo"; the skill run (166 lines / 1363 words) forced four prescribed searches and surfaced facts the baseline never had — the 4.8M-unit BlendJet2 recall for overheating and blades breaking, which became a whole "Trust" pillar and two Thursday assets, BlendJet's documented 28M impressions / 407k clicks / 1.43% CTR and its "recipes + oddly satisfying" opening play, and review-mined pain points ("won't blend ice", "hard to clean", "~3 drinks per charge") each mapped to a named hook, plus pillar % allocation, a per-post pillar column, PAA question keywords and a visual style guide. Docked a point on docs because the Customer Voice Bank asks for a "Frequency" column that nothing actually counts, so High/Medium there is asserted rather than measured.
- What is the Ecommerce Content Marketing SkillProof Score?
- 8.8/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 4/5.
- How do I install Ecommerce Content Marketing?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Ecommerce Content Marketing with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.