AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified CC0-1.0 Self-run

Ecom Applicability

skill-kangise-ecommerce-ai-skills-ecom-applicability · by kangise

Determine whether AI is appropriate for a specific e-commerce task. Use when evaluating if a problem has enough data, the right tools, or acceptable risk for AI automation. Answers 'should I use AI for X?' with boundary-aware reasoning.

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add skill-kangise-ecommerce-ai-skills-ecom-applicability

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-kangise-ecommerce-ai-skills-ecom-applicability)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
yesterday

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Ecom Applicability? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Applicability Skill

Determine whether AI is appropriate for a specific e-commerce task — answers "should I use AI for X?" with boundary-aware reasoning instead of a generic yes/no.

When to Use

  • The user asks "should I use AI for X?", "can AI do X?", or "is it worth automating X?".
  • The user is deciding between AI, manual work, a script, a SaaS tool, or a workflow engine.
  • The user is about to invest in an AI tool, agent, or pipeline and needs a feasibility/ROI sanity check.

Routing Method

Step 1 — Identify the Domain Chapter

Map the question to the matching chapter in references/boundaries.md (57 chapters, grouped by path):

| If the question is about… | Look up | |---|---| | Foundations: prompt quality, RAG, agents, RPA, tool choice | ## Path 0 · Foundations | | Listing, ads, customer service, inventory, pricing, SEO, visual content, compliance, research, brand, finance, growth, operations agent | ## Path A · Operators | | Data pipeline, prediction, RAG systems, agents, local models, review NLP, dashboards, image pipelines | ## Path B · Developers | | AI assessment, team upskilling, ROI, risk governance, competitive intel | ## Path C · Managers | | A specific marketplace (Amazon, Walmart, Temu, Shopify, TikTok Shop, eBay, etc.) or cross-platform strategy | ## Path D · Platforms | | A social channel (Meta, YouTube, 小红书, Pinterest, WhatsApp, Reddit) or cross-channel strategy | ## Path E · Social Media |

Not sure? Grep boundaries.md for the domain keyword (e.g. pricing, RAG, Temu) — each chapter's Source: line gives the exact book file.

Step 2 — Check Boundary Conditions

Read that chapter's entry. Every entry is a list of "this doesn't work when…" bullets. Evaluate the user's situation against each bullet using the three-part decision rule:

  1. Data sufficiency — is there enough real data? (e.g. ≥1 year of sales history for inventory models, ≥hundreds of reviews for review NLP, real search-term data instead of guessed keywords). If the data is missing, estimated, or polluted, the AI cannot produce a trustworthy answer.
  2. Tool availability — does the tool/API exist and fit the constraints? (e.g. platform API instead of fragile RPA, local model when data cannot leave the network, official API instead of scraping). If the tool doesn't exist or the constraint blocks it, the whole approach is off the table.
  3. Risk / reward — what is the cost of being wrong, and can it be reversed? (e.g. irreversible actions like auto-pricing, auto-orders, or legal filings must have human confirmation; low-frequency tasks may not repay automation cost).

Step 3 — Give the Verdict

  • If a boundary bullet applies → answer "No" clearly, then name the specific prerequisite from that bullet (e.g. "not yet — you need one full year of sales history first", "no — that action is irreversible, make it suggest + human-confirm").
  • If no bullet applies → answer "Yes", then attach the caveats the chapter implies (e.g. "yes, but fix your conversion rate first", "yes, but verify the platform's current policy before scaling").
  • Ambiguous or multi-domain → answer per domain, and state which chapter's boundary decided each part.

Step 4 — Escalate to Execution

If the verdict is "yes", hand off to the domain-specific skill for execution (ecom-listing, ecom-advertising, ecom-pricing, ecom-inventory, ecom-research, ecom-compliance, etc.) — see references/playbook.md. This skill decides whether; the other skills decide how.

Key Decision Rule

Data sufficiency + tool availability + risk/reward. A "yes" requires: (1) enough real data, (2) a tool that exists and fits the constraints, (3) error cost that is bounded or reversible. If any of the three fails, the answer is "no" until the prerequisite is met — not a modified prompt.

References

  • [Boundaries](references/boundaries.md) — 57 chapter-specific applicability rules (the source of truth for this skill)
  • [Constraints](references/constraints.md) — why this skill uses boundary conditions instead of numeric constraints
  • [Playbook](references/playbook.md) — what to do when prompts ARE needed (hand off to domain skills)

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.