b2b-markets

b2b-markets is a skill for Claude Code from khadinakbarlabs/shopify-app-builder. It costs 140 tokens per session (8,428 once invoked), scanned B, original, MIT.

A Shopify B2B and Markets guide covers selling to businesses, regional storefronts, multiple currencies, wholesale pricing, and payment terms. Shopify is an online commerce platform; B2B means selling from one business to another.

In plain words
What is it for?
Use it when building wholesale catalogs, company-specific pricing, multi-region or multi-currency stores, business customer accounts, or integrations for B2B events.
Why use it?
It helps avoid confusion when business customers, company locations, regional catalogs, currencies, languages, and delayed payment terms need different rules.

Skill for Claude Code

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

Part of the shopify-app-builder plugin — 32 skills, 9 commands, 5 agents shipped together

Good fit Use it when building wholesale catalogs, company-specific pricing, multi-region or multi-currency stores, business customer accounts, or integrations for B2B events.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/khadinakbarlabs/shopify-app-builder/b2b-markets
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 khadinakbarlabs/shopify-app-builder --skill b2b-markets
Clone the repo
git clone --depth 1 https://github.com/khadinakbarlabs/shopify-app-builder

Made for: Claude Code.

Or install shopify-app-builder, the plugin that ships this one along with the rest of its 32 skills, 9 commands, 5 agents.

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 b2b-markets

README.md
[![agentmods](https://agentmods.dev/badge/skills/khadinakbarlabs/shopify-app-builder/b2b-markets/github.svg)](https://agentmods.dev/skills/khadinakbarlabs/shopify-app-builder/b2b-markets)
Your own site
<a href="https://agentmods.dev/skills/khadinakbarlabs/shopify-app-builder/b2b-markets"><img src="https://agentmods.dev/badge/skills/khadinakbarlabs/shopify-app-builder/b2b-markets/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 b2b-markets

Your own site · 80×15
<a href="https://agentmods.dev/skills/khadinakbarlabs/shopify-app-builder/b2b-markets"><img src="https://agentmods.dev/badge/skills/khadinakbarlabs/shopify-app-builder/b2b-markets.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 140 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 8,428 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. 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.00140 $0.08428
Opus 5 $0.00070 $0.04214
Sonnet 5 $0.00028 $0.01686
Haiku 4.5 $0.00014 $0.00843

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

Security

Grade B, and why

b2b-markets scanned grade B with 1 finding 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.

Sends data to an external URLmediumData exfiltration

A POST to an outside endpoint may be telemetry or may be exfiltration; either way the mod talks to somewhere, and you should know where.

const response = await fetch('https://example.myshopify.com/api/2026-01/graphql.json', { method: 'POST',
skills/b2b-markets/SKILL.md · 1,473 lines

How it starts

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

Shopify B2B + Markets

When to use this skill

Call this skill when:

  • Merchant is setting up wholesale, B2B, or bulk ordering
  • Building company catalogs, price lists, or location-based pricing
  • Implementing payment terms (NET 30, NET 60, etc.) or vaulted card checkout
  • Handling Shopify Markets setup, multi-region, multi-currency, or multi-language storefronts
  • Using @inContext directive for currency/language-specific Storefront API queries
  • Displaying multi-currency prices in Liquid, handling exchange rates, or market-aware inventory
  • Building customer account UI extensions for B2B contacts
  • Webhook listeners for B2B events: company.created, companyLocation.created, companyContact.created, draftOrder.created
  • Checking which features require B2B Plus plan vs Shopify Markets standard vs core Shopify

B2B on Shopify: the fundamentals

Shopify B2B Plus enables merchants to:

  • Create companies (e.g., "Acme Corp") with multiple company locations (warehouses, branches)
  • Assign catalogs (product + pricing rules) to each location
  • Set price lists with percentage or fixed discounts, currency-specific pricing, date ranges
  • Define payment terms (NET 30, NET 60, custom) and enable vaulted card recurring payments
  • Create draft orders for company contacts, convert to paid orders with payment terms
  • Use customer account B2B login (company contact sign-in) with location-switching UI

B2B Plus-only features:

  • Company object and CompanyLocation hierarchy
  • PriceList and Catalog system
  • PaymentTerms (NET 30+, custom days)
  • DraftOrder for B2B checkout
  • Customer Account B2B extensions (login UI, location switching)

Core Shopify (all plans can do):

  • Multiple currencies (requires Shopify Markets)
  • Shopify Markets regions, domains, subfolders
  • @inContext for Storefront API (language/country override)

When to recommend B2B Plus:

  • Merchant has >2 wholesale partners
  • Needs tiered pricing by location or customer segment
  • Wants self-service company portal (contact management, order history, payment vaults)
  • Needs recurring NET-term invoicing (vaulted cards)

Read the full file on GitHub · 1,473 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. 10d ago First seen · 1,473 lines · 140 tokens per session scan B 9a96f37bc431

Subscribe to this mod's changes

b2b-markets is a skill published in the GitHub repository khadinakbarlabs/shopify-app-builder (1 stars, last pushed 1mo ago), licensed MIT. It adds 140 tokens to every session and 8,428 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it B with 1 finding (sends data to an external url). 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

review-rewrite-content

Use when Indonesian, English, or code-mixed notes, experiences, scripts, or drafts need coordinated story structure, hook improvement, headline options, anti-AI-slop editing, Jabodetabek register adaptation, platform formatting, a scored content audit, multi-variant comparison, or an end-to-end content review without…

konten-studio/jekardah-writer · 73 tokens

tutur-jabodetabek-urban

Produce, adapt, or review colloquial Indonesian urban styles for Jabodetabek, including Jaksel code-mix, Jaktim/Jakarta direct casual speech, Bekasi commuter and youth slang tone, and neutral Jakarta-area gaul, without stereotyping communities or claiming a single authentic local dialect.

konten-studio/jekardah-writer · 72 tokens

listinggood-amazon-eu-localization

Use this skill when sellers need to localize Amazon listings for the EU marketplaces DE (Germany), ES (Spain), FR (France), IT (Italy) — not just translate. Covers native-language requirements, per-marketplace keyword differences, character/title limits, mandatory EU compliance markings (CE, 欧代/EU Responsible Person…

DedeGroup/listinggood-skills · 214 tokens

localized-pricing

Guide for implementing localized pricing, adaptive currency, and purchasing power parity with Dodo Payments.

dodopayments/dodo-agent-plugin · 21 tokens

nft-standards

Implement NFT standards (ERC-721, ERC-1155) with proper metadata handling, minting strategies, and marketplace integration. Use when creating NFT contracts, building NFT marketplaces, or implementing digital asset systems.

wshobson/agents · 48 tokens

chinese-documentation

A Chinese technical-documentation style guide covering spacing, punctuation, numbers, terminology, and links when Chinese and English appear together.

jnMetaCode/superpowers-zh · 62 tokens