woo-agent-storefront

woo-agent-storefront is a skill for Claude Code from respira-press/agent-skills-wordpress. It costs 70 tokens per session (1,377 once invoked), scanned A, original, MIT.

A WooCommerce setup that makes a store's products readable by shopping services and AI assistants. It creates product feeds, a store information file, platform registrations, and trackable cart links.

In plain words
What is it for?
It helps merchants publish feeds for Google, ChatGPT, Meta, Pinterest, TikTok, and other services, provide store information, join platform programmes, and track orders from AI-generated cart links.
Why use it?
It removes the work of preparing one product catalogue for several shopping platforms and helps AI assistants find the products they can recommend.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the respira-wordpress-skills plugin — 50 skills shipped together

Good fit It helps merchants publish feeds for Google, ChatGPT, Meta, Pinterest, TikTok, and other services, provide store information, join platform programmes, and track orders from AI-generated cart links.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/respira-press/agent-skills-wordpress/woo-agent-storefront
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add respira-press/agent-skills-wordpress --skill woo-agent-storefront
Clone the repo
git clone --depth 1 https://github.com/respira-press/agent-skills-wordpress

Made for: Claude Code.

Or install respira-wordpress-skills, the plugin that ships this one along with the rest of its 50 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for woo-agent-storefront

README.md
[![agentmods](https://agentmods.dev/badge/skills/respira-press/agent-skills-wordpress/woo-agent-storefront/github.svg)](https://agentmods.dev/skills/respira-press/agent-skills-wordpress/woo-agent-storefront)
Your own site
<a href="https://agentmods.dev/skills/respira-press/agent-skills-wordpress/woo-agent-storefront"><img src="https://agentmods.dev/badge/skills/respira-press/agent-skills-wordpress/woo-agent-storefront/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for woo-agent-storefront

Your own site · 80×15
<a href="https://agentmods.dev/skills/respira-press/agent-skills-wordpress/woo-agent-storefront"><img src="https://agentmods.dev/badge/skills/respira-press/agent-skills-wordpress/woo-agent-storefront.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 70 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,377 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00070 $0.01377
Opus 5 $0.00035 $0.00688
Sonnet 5 $0.00014 $0.00275
Haiku 4.5 $0.00007 $0.00138

Measured 12d ago against content hash 26b92b3fd488, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

woo-agent-storefront scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/woo-agent-storefront/SKILL.md · 103 lines

How it starts

The opening of the file, as written. The whole thing — 103 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Woo Agent Storefront

Description

Turn a WooCommerce store into an agent-ready storefront: always-fresh product feeds, a store llms.txt, program enrollment, and attributed cart links.

AI assistants recommend products to millions of shoppers, and they can only sell what they can read. This skill walks the whole path: configure and generate feeds in the formats the platforms actually ingest (Google Shopping XML, OpenAI/ChatGPT JSONL, Meta CSV, Pinterest CSV, TikTok CSV, generic CSV), validate them against each spec before registering anything, serve a store llms.txt at the site root, guide the merchant through each platform's enrollment (including the gated ones), and finish with signed cart links whose orders are attributed back to their agent source.

Requires the Respira WooCommerce Add-on v3.1+.


Trigger Phrases

This skill activates when the user says any of the following:

  • "make my store visible to chatgpt"
  • "set up product feeds"
  • "google shopping feed woocommerce"
  • "agentic shopping for my store"
  • "make my store agent-ready"
  • "sell through ai assistants"
  • "openai product feed"
  • "submit products to google merchant center"
  • "llms.txt for my store"
  • "tiktok catalog feed" / "pinterest catalog feed" / "meta product feed"
  • "cart links for ai agents"
  • "agent storefront"

Do NOT trigger for: catalog content fixes without a discovery/feeds context (that is woo-catalog-perfection), general SEO requests, or stores without WooCommerce.


Execution Workflow

Step 1: Verify the surface

Call respira_get_site_context to confirm the connection, then woocommerce_get_feed_status. If the feed tools are missing, the store runs an add-on older than 3.1: stop and tell the user to update the Respira WooCommerce Add-on first.

Step 2: Baseline the catalog

Run woocommerce_validate_feed for google (the strictest spec). Report the score and the failing checks in plain language. If the score is under 70, recommend running the woo-catalog-perfection skill first, and offer to continue anyway: platforms reject individual rows, not whole feeds.

Read the full file on GitHub · 103 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 103 lines · 70 tokens per session scan A 26b92b3fd488

Subscribe to this mod's changes

woo-agent-storefront is a skill published in the GitHub repository respira-press/agent-skills-wordpress (43 stars, last pushed 3d ago), licensed MIT. It adds 70 tokens to every session and 1,377 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

refund-processor

Process a refund request by gathering context and preparing the refund workflow.

composio-community/support-skills · 17 tokens

seo-ecommerce

E-commerce SEO analysis: Google Shopping visibility, Amazon marketplace intelligence, product schema validation, competitor pricing analysis, and marketplace keyword gaps. Combines on-page product SEO with marketplace data from DataForSEO Merchant API. Use when user says "ecommerce SEO", "product SEO", "Google…

georgekhananaev/claude-skills-vault · 89 tokens

kelly-inquiry

Personal App-in-Skill inbound-inquiry reception desk (Busabase App-in-Skill) for cross-border/foreign-trade sellers, aggregating WhatsApp, Instagram, Messenger, and email inquiries into a pipeline with a product knowledge base, quote worksheet, approval queue, and follow-up reminders. Use when the user invokes…

mr-kelly/skills · 148 tokens

kelly-listing

A product-listing workspace for cross-border e-commerce sellers. It turns product information into drafts for Amazon, Shopify, TikTok Shop and eBay, including versions for different countries.

mr-kelly/skills · 122 tokens

kelly-picks

Product-research (选品) desk (Busabase App-in-Skill) for a cross-border e-commerce seller. The agent sweeps trend sources — Amazon BSR movers, TikTok viral product videos, Temu/AliExpress rising items, Google Trends terms, competitor new launches — and files product candidates with margin cards (landed cost, fees…

mr-kelly/skills · 172 tokens

kelly-ecommerce-intel

A daily intelligence workspace for online retailers and sellers who trade across borders. It collects source-backed news, trends, competitor activity, customer questions, and buyer-interest clues into reviewable actions and drafts.

mr-kelly/skills · 92 tokens