surecart

surecart is a skill for Claude Code from yasirshabbirservices/Bricks-Builder-MCP. It costs 149 tokens per session (2,778 once invoked), scanned A, original, MIT.

A development guide for SureCart, a WordPress ecommerce plugin that handles products, orders, customers and subscriptions through an online service. It covers storefront pages, checkout, carts and integrations with page builders.

In plain words
What is it for?
Use it to build or modify product pages, collections, checkout forms, customer dashboards, carts and SureCart integrations in a WordPress site.
Why use it?
It helps developers work within SureCart's WordPress structure instead of guessing how its data, blocks, shortcodes and web endpoints fit together.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Use it to build or modify product pages, collections, checkout forms, customer dashboards, carts and SureCart integrations in a WordPress site.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/yasirshabbirservices/bricks-builder-mcp/surecart
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 yasirshabbirservices/Bricks-Builder-MCP --skill surecart
Clone the repo
git clone --depth 1 https://github.com/yasirshabbirservices/Bricks-Builder-MCP

Made for: Claude Code.

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 surecart

README.md
[![agentmods](https://agentmods.dev/badge/skills/yasirshabbirservices/bricks-builder-mcp/surecart/github.svg)](https://agentmods.dev/skills/yasirshabbirservices/bricks-builder-mcp/surecart)
Your own site
<a href="https://agentmods.dev/skills/yasirshabbirservices/bricks-builder-mcp/surecart"><img src="https://agentmods.dev/badge/skills/yasirshabbirservices/bricks-builder-mcp/surecart/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 surecart

Your own site · 80×15
<a href="https://agentmods.dev/skills/yasirshabbirservices/bricks-builder-mcp/surecart"><img src="https://agentmods.dev/badge/skills/yasirshabbirservices/bricks-builder-mcp/surecart.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 149 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,778 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.00149 $0.02778
Opus 5 $0.00075 $0.01389
Sonnet 5 $0.00030 $0.00556
Haiku 4.5 $0.00015 $0.00278

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

Security

Grade A, and why

surecart 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 10d 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.

.claude/skills/surecart/SKILL.md · 242 lines

How it starts

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

SureCart WordPress Plugin Development

SureCart is a headless ecommerce platform — a WordPress plugin that syncs with api.surecart.com. Products, orders, customers, and subscriptions live on the SaaS backend; the plugin provides WordPress post types, blocks, shortcodes, REST endpoints, and page builder integrations for the storefront.

Quick reference

What Where
Plugin root wp-content/plugins/surecart/
PHP namespace SureCart\ (PSR-4 from app/src/)
Config/providers app/config.php (70+ service providers)
Hooks app/hooks.php
Models app/src/Models/ (124+ API-backed models)
REST controllers app/src/Controllers/Rest/ (90+ endpoints)
Blocks packages/blocks-next/build/blocks/ (153 blocks)
Bricks integration app/src/Integrations/Bricks/
Shortcodes app/src/WordPress/Shortcodes/
Routes app/routes/ (web, admin, ajax)

Post types & taxonomies

CPTs:

  • sc_product — Product listings (synced from API). Supports: title, excerpt, custom-fields, editor, thumbnail, page-attributes.
  • sc_form — Reusable checkout/payment forms.
  • sc_cart — Cart page configuration.
  • sc_upsell_page — Upsell funnel pages.

Taxonomies:

  • sc_collection — Product collections/categories (non-hierarchical on sc_product).
  • sc_store — Multi-store taxonomy.

sc_product meta keys

Meta key Type Purpose
product object Full product data from API
sc_id string SureCart platform product ID
min_price_amount / max_price_amount string Price range (cents)
available_stock string Stock quantity
stock_enabled boolean Whether stock tracking is on
allow_out_of_stock_purchases boolean Allow backorders
featured / recurring / shipping_enabled boolean Product flags

Gallery data: REST field gallery (array of media objects). Falls back to product media from API if WP meta gallery is empty.

Bricks Builder integration

Read the full file on GitHub · 242 lines

Files

What ships with it

2 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. 10d ago First seen · 242 lines · 149 tokens per session scan A 23b2b2134a61

Subscribe to this mod's changes

surecart is a skill published in the GitHub repository yasirshabbirservices/Bricks-Builder-MCP (2 stars, last pushed 2mo ago), licensed MIT. It adds 149 tokens to every session and 2,778 once invoked, about $0.0007 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

ebay-sold-listings-search

All process output to user (progress updates, process notifications) follows the user's language.

browser-act/skills · 221 tokens

1688-product-detail

Extracts comprehensive wholesale product data from 1688.com product detail pages: title, tiered pricing, SKU variants with dimensions/weight, product images, seller info, shop scores, buyer protection, cross-border flags, product attributes, coupon/promotion data, and review stats. Use when user mentions 1688…

browser-act/skills · 212 tokens

amazon-listing-competitor-analysis-skill

This skill helps users analyze Amazon competitor listings by ASIN and produce structured competitive intelligence plus strategic opportunity points for their own go-to-market. The Agent should proactively apply this skill when users want to analyze a competitor Amazon listing by ASIN, understand what a top-ranked…

browser-act/skills · 172 tokens

amazon-search-listing

Amazon search and category listing scraper: extract product listings from any Amazon search results page, keyword search URL, or category browse page and return per-item cards (asin, title, url, image, price, listPrice, stars, reviewCount, badges, isAmazonChoice, isBestSeller, isSponsored, delivery, boughtInPast…

browser-act/skills · 341 tokens

ebay-search-listing

Extracts product listings from any eBay search or category page URL, returning per-item cards (itemNumber, url, title, subtitle, caption, price, priceWithCurrency, currency, wasPrice, bids, shipping, seller, sellerFeedbackCount, sellerPositiveRating, reviewsCount, starRating, image) plus pagination state (currentPage…

browser-act/skills · 221 tokens

etsy-keyword-search

Etsy keyword search scraper: given a search keyword and optional page number, returns paginated product listings with listingId, shopId, title, url, image, salePrice, originalPrice, currency, rating, reviewCount, shopName, isAd, freeShipping, badge from etsy.com search results. Use when user mentions Etsy, etsy.com…

browser-act/skills · 187 tokens