AgentStack
SKILL unreviewed MIT Self-run

Skills Marketplace Readiness

skill-wakqasahmed-agentic-commerce-skills-skills-marketplace-readiness · by wakqasahmed

Prepare an agent skills repository for discovery, installation, and marketplace listings. Use when publishing skills to skills.sh, Agent Skills clients, Claude plugins, Codex, Cursor, Copilot, and related skill directories.

No reviews yet
0 installs
3 views
0.0% view→install

Install

$ agentstack add skill-wakqasahmed-agentic-commerce-skills-skills-marketplace-readiness

Open-source listing — not yet scanned by AgentStack. Follow the source repository for install instructions.

Security review

⚠ Flagged

1 finding(s); flagged for manual review. · v0.1.0 How review works →

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

What it can access

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

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.

Are you the author of Skills Marketplace Readiness? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Skills Marketplace Readiness

Workflow

  1. Confirm every skill is an independent folder with a matching SKILL.md frontmatter name and a specific activation-focused description.
  2. Keep each skill narrow, executable, and short enough for progressive disclosure. Move long background material to references only when needed.
  3. Add install and discovery surfaces:
  • README install command: npx skills@latest add owner/repo
  • skills.sh badge: [](https://skills.sh/owner/repo)
  • .claude-plugin/plugin.json with all published skill paths.
  • scripts/list-skills.sh and scripts/link-skills.sh for local fallback.
  1. Validate that all plugin paths resolve and each listed skill has a SKILL.md.
  2. Confirm safety-relevant skills — those that can drive autonomous checkout, payment, support actions, or other agent-executed changes — have a behavioral eval (fixtures plus a pass/fail runner) wired into CI. A skill that only has prose guardrails and no eval coverage is not marketplace-ready.
  3. Position the repo around searchable intent, not internal naming: use words buyers and agents search for, such as ecommerce, agentic commerce, AEO, GEO, SEO, agent readiness, checkout, ACP, UCP, MCP, and AI crawler readiness.
  4. Submit or seed marketplace visibility by installing with the public CLI, sharing the GitHub URL, adding the badge, and linking the repo from website, docs, social profiles, and relevant skill directories.

Guardrails

  • Do not inflate install claims or marketplace status before the repo appears publicly.
  • Do not bundle unrelated workflow skills into the domain repo. Keep engineering workflow skills in a separate repo.
  • Treat marketplace listings as distribution, not validation. Skill quality still depends on real execution and iteration.
  • Do not call a pack marketplace-ready if a safety-relevant skill lacks behavioral eval or CI coverage.

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.