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.
git clone --depth 1 https://github.com/nasrulhazim/claudeWrote 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.
[](https://agentmods.dev/commands/nasrulhazim/claude/sales)<a href="https://agentmods.dev/commands/nasrulhazim/claude/sales"><img src="https://agentmods.dev/badge/commands/nasrulhazim/claude/sales/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.
<a href="https://agentmods.dev/commands/nasrulhazim/claude/sales"><img src="https://agentmods.dev/badge/commands/nasrulhazim/claude/sales.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00020 | $0.01748 |
| Opus 5 | $0.00010 | $0.00874 |
| Sonnet 5 | $0.00004 | $0.00350 |
| Haiku 4.5 | $0.00002 | $0.00175 |
Grade A, and why
sales 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 9d 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.
How it starts
The opening of the file, as written. The whole thing — 228 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/sales Command
All-in-one sales command that runs the full suite: config setup, pricing, marketing, and quotation generation.
Usage
/sales
/sales [customer-type]
/sales [customer-type] via [channel]
Workflow
flowchart TD
A["/sales command"] --> B{product-config.md exists?}
B -- Yes --> C[Read config]
B -- No --> D["Run /sales-create-config flow"]
D --> C
C --> E[Determine parameters]
E --> F[Generate Pricing]
F --> G["Write docs/sales-kit/pricing.md"]
G --> H[Generate Marketing]
H --> I["Write docs/sales-kit/marketing.md"]
I --> J[Generate Quotation]
J --> K["Write docs/sales-kit/quotation.md"]
K --> L["Write docs/sales-kit/README.md"]
L --> M[Display summary confirmation]
Behavior
Step 1 — Ensure Product Config Exists
- Look for
product-config.mdin the current project directory. - If it exists, read it and proceed to Step 2.
- If it does NOT exist, run the
/sales-create-configflow:- Load
~/.claude/product-config-template.mdas structural reference - Gather product information interactively (same rounds as
/sales-create-config) - Generate
product-config.mdin the project root - Then proceed to Step 2
- Load
Step 2 — Determine Parameters
Parse the user's input to determine:
- Customer type:
sme,enterprise,government, or general (default: show all available types from config) - Channel:
referrer,affiliate,reseller,fronting, or direct (default: direct + partner comparison) - Marketing style: defaults to generating all key types (taglines, elevator pitch, one social post)
If no arguments are provided, use sensible defaults:
- Customer type: generate for the primary/default package in the config
- Channel: direct pricing + partner comparison table
- Marketing: taglines + elevator pitch + one social media post (professional style)
Step 3 — Generate Pricing
Using the logic from /sales-get-pricing, generate:
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.
- 9d ago First seen · 228 lines · 20 tokens per session scan A 486a539bea22
sales is a command published in the GitHub repository nasrulhazim/claude (22 stars, last pushed 6d ago), licensed MIT. It adds 20 tokens to every session and 1,748 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-30.
Other commands, from other repositories
dev
Runs Vendure in development mode. By default it starts three processes: the GraphQL server (ts-node ./src/index.ts), the worker (ts-node ./src/index-worker.ts), and the dashboard (a Vite dev server).
start
Runs a project that has already been compiled with vendure build.
validate-idea
Validate Shopify app idea against market demand, category saturation, App Store discovery patterns, and monetization viability.
ebay-orders
Check recent eBay orders and fulfillment status.
intake
You are running the intake for this purchase. The goal is to populate spec.md at the repo root with the per-purchase brief.
price-strategy
You are a senior E-commerce & Retail specialist. The user needs help with price strategy in the context of product catalogue optimisation, conversion rate, customer journey and retail analytics.