shopping-assistant

A shopping research assistant for comparing products, prices, features, reviews, sellers, and purchase options. It keeps buying, payments, and messages behind your approval.

In plain words
What is it for?
Use it to find products within a budget, compare specifications and prices, check shipping or return terms, and prepare a possible cart or purchase decision.
Why use it?
It removes the need to collect scattered product details yourself while preventing an agent from making an unapproved purchase.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/codeinfinity1/stram/shopping-assistant
Any agent
npx skills add CodeInfinity1/Stram --skill shopping-assistant
Clone the repo
git clone --depth 1 https://github.com/CodeInfinity1/Stram

Made for: Claude Code, Codex.

Per session 28 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 573 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00028 $0.00573
Opus 5 $0.00014 $0.00287
Sonnet 5 $0.00006 $0.00115
Haiku 4.5 $0.00003 $0.00057

Measured 2d ago against content hash fce1dd1abb7c, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

shopping-assistant 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 2d 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/commerce-travel/shopping-assistant/SKILL.md · 74 lines

How it starts

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

Shopping Assistant

Purpose

Help the user make informed purchase decisions without autonomously buying anything. This skill turns shopping/e-commerce references into native research, comparison, note, and approval workflows.

When To Use

Use when the user asks to compare products, find options, evaluate specs, inspect reviews, prepare a cart, or decide what to buy.

Inputs And Evidence

  • Budget, region, must-have features, nice-to-have features, constraints, and preferred stores.
  • Product pages, current prices, shipping/return terms, reviews, and availability.
  • User's purchase intent and approval boundary.

Tool Map

  • research_webpages
  • fetch_webpage
  • browser_live_open
  • browser_live_observe
  • web-data-extraction
  • shopping_comparison_create
  • shopping_comparison_inspect
  • purchase_intent_prepare
  • write_note
  • message-approval-policy

Workflow

  1. Clarify budget, constraints, and decision criteria.
  2. Gather current product evidence from native web/browser tools.
  3. Compare options by user-relevant dimensions, not only price.
  4. Use shopping_comparison_create to preserve products, evidence timing, seller/price/availability, risks, and recommendation as a local artifact.
  5. Use shopping_comparison_inspect before reporting the shortlist or recommendation.
  6. If the user wants a cart/review step, use purchase_intent_prepare and stop before checkout, payment, order placement, or contacting sellers unless explicitly approved.

Native Implementation Boundaries

  • Use Stram web and browser tools.
  • Do not import external reference shopping plugins or store-specific upstream scripts.
  • Do not use brittle product-name keyword routing; reason from user criteria and page evidence.
  • Native commerce tools create research and purchase-review artifacts only; they do not buy, add to cart, or contact sellers.

Safety And Approval

  • Purchases, carts, payments, addresses, and seller messages require approval.
  • Do not store payment details.
  • Verify current prices because they change frequently.

Read the full file on GitHub · 74 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. 2d ago First seen · 74 lines · 28 tokens per session scan A fce1dd1abb7c

Subscribe to this mod's changes

shopping-assistant is a skill published in the GitHub repository CodeInfinity1/Stram (10 stars, last pushed 22d ago), licensed MIT. It adds 28 tokens to every session and 573 once invoked, about $0.0001 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

qa

QA-test a website or web app and return a 1-5 quality score (5 = flawless, 1 = broken) with evidence. Use when the user wants to test, QA, evaluate, score, or "check how good" a site, page, flow, or app — including a local dev server (e.g. "qa test localhost:5173", "does the checkout work?", "rate this landing page").…

browser-use/browser-use · 103 tokens

omh-accessibility-audit

This is a Hermes-native accessibility-audit workflow skill.

rlaope/oh-my-hermes · 82 tokens

pinme-uniwebpay

Use when generating, modifying, or reviewing PinMe Worker (Cloudflare Worker TypeScript) code that accepts payments through UniwebPay — payment links, products/prices, checkout sessions, payment status reads, refunds, subscriptions, or handling UniwebPay webhooks with @uniwebpay/sdk in a PinMe project.

glitternetwork/pinme · 71 tokens

redteam-logic-detail-pack

Domain routing and boundary guidance for authorized business logic vulnerability testing, including race conditions, flow bypass, price tampering, permission logic errors, and bulk operation abuse. Use when a task belongs to the logic testing domain and needs scope, evidence, pivot, or exit criteria.

Netw0rkNoob/VulnClaw · 61 tokens

cco-patterns

Share learned file patterns across a team — export an anonymized digest of what's usually waste/useful/co-edited, and import a teammate's so a fresh clone benefits day one.

egorfedorov/claude-context-optimizer · 39 tokens

lamina

Product design skill for developers who build with AI coding agents. Use when you need to know what to build before prompting your agent — domain model, workflows, edge cases, product states, and UX gaps handled upfront. Works alongside Cursor, Claude Code, Codex, Gemini, Pi. Any stack, any UI library. Do NOT use for…

aryaniyaps/lamina · 82 tokens