sales

sales is a command for Claude Code from nasrulhazim/claude. It costs 20 tokens per session (1,748 once invoked), scanned A, original, MIT.

A sales command that prepares a product configuration, pricing document, marketing document, quotation, and summary for a project.

In plain words
What is it for?
Use it to prepare sales materials for a customer type, optionally through a specified sales channel.
Why use it?
It removes the need to run separate steps and create each sales document manually. If the product configuration is missing, it guides its creation first.

Command for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: reads .claude/ paths.

Part of the claude-toolkit plugin — 36 skills, 12 commands, 20 agents shipped together

Good fit Use it to prepare sales materials for a customer type, optionally through a specified sales channel.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/nasrulhazim/claude/sales
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.

Clone the repo
git clone --depth 1 https://github.com/nasrulhazim/claude

Made for: Claude Code.

Or install claude-toolkit, the plugin that ships this one along with the rest of its 36 skills, 12 commands, 20 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 sales

README.md
[![agentmods](https://agentmods.dev/badge/commands/nasrulhazim/claude/sales/github.svg)](https://agentmods.dev/commands/nasrulhazim/claude/sales)
Your own site
<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.

agentmods 80×15 button for sales

Your own site · 80×15
<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>
Per session 20 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,748 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.00020 $0.01748
Opus 5 $0.00010 $0.00874
Sonnet 5 $0.00004 $0.00350
Haiku 4.5 $0.00002 $0.00175

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

Security

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.

commands/sales.md · 228 lines

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

  1. Look for product-config.md in the current project directory.
  2. If it exists, read it and proceed to Step 2.
  3. If it does NOT exist, run the /sales-create-config flow:
    • Load ~/.claude/product-config-template.md as structural reference
    • Gather product information interactively (same rounds as /sales-create-config)
    • Generate product-config.md in the project root
    • Then proceed to Step 2

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:

Read the full file on GitHub · 228 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. 9d ago First seen · 228 lines · 20 tokens per session scan A 486a539bea22

Subscribe to this mod's changes

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.