searchcans-product-serp-brief

searchcans-product-serp-brief is a skill for Codex from SearchCans/searchcans-skills. It costs 57 tokens per session (592 once invoked), scanned A, original, Apache-2.0.

A localized product-search research tool that gathers observations from Google Shopping, web search, and image search. It can optionally extract content from merchant pages supplied by URL.

In plain words
What is it for?
Use it for e-commerce category research, competitor assortment discovery, product-page planning, and market-specific merchandising briefs.
Why use it?
It helps compare search results and product listings for a specific country and language without pretending to be a complete or permanent product catalog.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it for e-commerce category research, competitor assortment discovery, product-page planning, and market-specific merchandising briefs.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/searchcans/searchcans-skills/searchcans-product-serp-brief
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 SearchCans/searchcans-skills --skill searchcans-product-serp-brief
Clone the repo
git clone --depth 1 https://github.com/SearchCans/searchcans-skills

Made for: Codex.

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 searchcans-product-serp-brief

README.md
[![agentmods](https://agentmods.dev/badge/skills/searchcans/searchcans-skills/searchcans-product-serp-brief/github.svg)](https://agentmods.dev/skills/searchcans/searchcans-skills/searchcans-product-serp-brief)
Your own site
<a href="https://agentmods.dev/skills/searchcans/searchcans-skills/searchcans-product-serp-brief"><img src="https://agentmods.dev/badge/skills/searchcans/searchcans-skills/searchcans-product-serp-brief/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 searchcans-product-serp-brief

Your own site · 80×15
<a href="https://agentmods.dev/skills/searchcans/searchcans-skills/searchcans-product-serp-brief"><img src="https://agentmods.dev/badge/skills/searchcans/searchcans-skills/searchcans-product-serp-brief.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 57 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 592 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.
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.00057 $0.00592
Opus 5 $0.00028 $0.00296
Sonnet 5 $0.00011 $0.00118
Haiku 4.5 $0.00006 $0.00059

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

Security

Grade A, and why

searchcans-product-serp-brief 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.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/product_serp_brief.py, scripts/searchcans_v1.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/searchcans-product-serp-brief/SKILL.md · 53 lines

How it starts

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

SearchCans Product SERP Brief

Turn one product query into a current, market-specific observation pack. It gathers Shopping, web, and image results together so an agent can compare product listings, merchant names, search intent, and visual search presence without claiming a universal catalog or a live price database.

Define the product question

Confirm the query, target country and language, and the decision it supports. Use a specific product/category query rather than a vague “best” query when the output will inform assortment or page planning.

python scripts/product_serp_brief.py "portable espresso maker" \
  --country us --language en --max-products 10 \
  --read-url "https://merchant.example/product" \
  --out product-brief.json

--read-url is deliberately explicit: do not automatically fetch Google Shopping product links or merchant pages. Add only URLs relevant to the investigation and within the requested source budget.

Use prices and assets responsibly

merchant_observations.observed_numeric_price_range describes parsable values displayed on one Google Shopping SERP in the selected market. It is time-stamped, not currency-normalized, and never a price, stock, shipping, review, or availability guarantee.

Image URLs and thumbnails are discovery references only. Their appearance does not grant permission to download, reuse, train on, or republish an asset.

Use the report template to separate:

  1. Market/query and collection limits.
  2. Observed product/merchant/price patterns.
  3. Search and visual page-type signals.
  4. Page-level claims backed by successful Reader extracts.
  5. Gaps and human validation needed before a commercial action.

Let the account set safe scope

The default --account-mode auto checks the Account API once, accounts for three SERP calls plus explicit Reader URLs, caps only the Reader portion if appropriate, and keeps concurrency within reported lanes. Use warn, enforce, or off when the task calls for a different budget policy. The JSON includes only sanitized account-guard fields.

Read the full file on GitHub · 53 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 53 lines · 57 tokens per session scan A ddaf694f20a2

Subscribe to this mod's changes

searchcans-product-serp-brief is a skill published in the GitHub repository SearchCans/searchcans-skills (3 stars, last pushed 18d ago), licensed Apache-2.0. It adds 57 tokens to every session and 592 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-31.

Related

Other skills, from other repositories

woocommerce-health-check

Use when the user says 'why is my checkout broken', 'audit my woocommerce store', 'cart problems woocommerce', or 'losing sales woocommerce'. Diagnoses checkout and cart failures, AJAX mismatches, caching conflicts, payment gateway setup, and SSL enforcement.

respira-press/agent-skills-wordpress · 59 tokens

respira-woocommerce

Use for WooCommerce operations on a WordPress site. Listing, reading, creating, updating, and duplicating products. Managing categories and tags. Reading orders and updating order status. Stock management. Sales reports. Storefront layout edits. Builder-aware throughout. Requires the Respira WooCommerce add-on (paid).

respira-press/agent-skills-wordpress · 67 tokens

report-helper

A Chinese-language research workflow that searches the internet and produces a formatted PDF report about a specified topic.

Jiaranbb/report-helper · 92 tokens

woo-agent-storefront

Use when the user says 'make my store visible to chatgpt', 'set up product feeds', or 'make my store agent-ready', or asks about Google Merchant Center, a store llms.txt, or cart links for AI agents. Sets up product feeds in six formats and registers the catalog with the major platforms.

respira-press/agent-skills-wordpress · 70 tokens

woo-marketing-campaigns

Use when the user says 'plan a campaign', 'promote this product', 'write the copy for our sale', 'what should we push this month', or 'draft the launch for this collection'. Reads what the store actually sells, drafts the campaign around it, and stages every page and product change for approval.

respira-press/agent-skills-wordpress · 71 tokens

woo-catalog-perfection

Use when the user says 'fix my catalog for ai', 'improve my ai readiness score', 'get my catalog to 90', or 'my products keep getting rejected by google'. Runs an ordered fixlist that writes the missing alt text, descriptions, brands, GTINs, and category mappings, snapshotting before each change.

respira-press/agent-skills-wordpress · 74 tokens