quote-builder

quote-builder is a skill for Claude Code from MarcoZorn/agencykit. It costs 38 tokens per session (2,411 once invoked), scanned A, original, MIT.

A quote-making tool for turning project scope, prices and delivery costs into a client quote and a separate internal check.

In plain words
What is it for?
Use it to price agency or freelance work, list deliverables and quantities, set payment terms, define included revisions and flag margins below 40 percent.
Why use it?
It reduces the risk of sending a quote that looks acceptable but leaves too little profit. It also keeps payment and revision rules clear.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: reads .claude/ paths; mentions Codex; built for openclaw.

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/marcozorn/agencykit/quote-builder
Any agent
npx skills add MarcoZorn/agencykit --skill quote-builder
Clone the repo
git clone --depth 1 https://github.com/MarcoZorn/agencykit

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 quote-builder

README.md
[![agentmods](https://agentmods.dev/badge/skills/marcozorn/agencykit/quote-builder.svg)](https://agentmods.dev/skills/marcozorn/agencykit/quote-builder)
Your own site
<a href="https://agentmods.dev/skills/marcozorn/agencykit/quote-builder"><img src="https://agentmods.dev/badge/skills/marcozorn/agencykit/quote-builder.svg" alt="Measured on agentmods" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,411 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.1 $0.00038 $0.02411
Opus 5 $0.00019 $0.01205
Sonnet 5 $0.00008 $0.00482
Haiku 4.5 $0.00004 $0.00241

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

Security

Grade A, and why

quote-builder 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 6d 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/quote-builder/SKILL.md · 180 lines

How it starts

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

Quote Builder

When to use this skill

English: "quote", "estimate", "how much", "pricing", "proposal", "put together a price".

Italiano: "preventivo", "stima", "quanto costa", "offerta", "listino".

What this skill does

Builds two versions of a quote from the same numbers: a clean client-facing quote with line items, payment terms and a revision policy, and an internal version that runs a margin check and warns you before you underprice the job. It stops the classic agency mistake — sending a number that looks fine to the client and quietly loses you money.

Inputs required

  1. Scope — the deliverables and quantities (e.g. 12 reels/month, 1 shooting day, 3 revisions).
  2. Your prices — unit price per line, or ask the skill to propose a structure you then adjust.
  3. Internal cost estimate — your real cost to deliver (crew, hours, tools, ad spend passthrough). Needed for the margin check. If withheld, the skill produces the client quote but marks the margin UNKNOWN and warns you.
  4. Payment terms — default 50% upfront, 50% on delivery.
  5. Revision policy — default 2 included, extra billed at an hourly rate you provide.
  6. Currency and whether prices are net of tax/VAT.

Output format

  1. CLIENT QUOTE — clean, itemised, sendable. No internal costs, no margins.
  2. INTERNAL VERSION — same lines plus cost, gross margin % per line and overall, and a warning if margin < 40%.

Human gate

This output is a draft. Review all pricing, margins, and payment terms before sending to the client. The internal margin check surfaces the judgment call — a person signs off.

Brand voice

If a BRAND.md file exists in this skill's folder (.claude/skills/quote-builder/BRAND.md) or in .claude/brand/BRAND.md (global fallback), read it before generating output and apply its tone, terminology, and examples to all text you produce. A skill-local BRAND.md overrides the global one; if neither exists, use a clean, professional default voice.

Read the full file on GitHub · 180 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. 6d ago First seen · 180 lines · 38 tokens per session scan A 9eb8027b8b12

Subscribe to this mod's changes

quote-builder is a skill published in the GitHub repository MarcoZorn/agencykit (6 stars, last pushed 2mo ago), licensed MIT. It adds 38 tokens to every session and 2,411 once invoked, about $0.0002 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

monetization

Estrategia e implementacao de monetizacao para produtos digitais - Stripe, subscriptions, pricing experiments, freemium, upgrade flows, churn prevention, revenue optimization e modelos de negocio SaaS.

LiHongwei-cn/lihongwei-cn · 43 tokens

x402

Set up Browser Use Cloud payments with x402 — pay per request from a crypto wallet (USDC on Base mainnet), no signup or API key. Two setups it works out up front — "just use it" (set up a wallet so you or Claude Code can run cloud browser tasks paid from the wallet — Claude writes and runs throwaway scripts, nothing…

browser-use/browser-use · 175 tokens

geo-proposal

Auto-generate a professional, client-ready GEO service proposal from audit data. Creates a full proposal in markdown and PDF including executive summary, findings, recommended service packages (Basic/Standard/Premium), pricing, timeline, and terms. Use when user says "proposal", "proposta", "offerta", "preventivo"…

zubair-trabzada/geo-seo-claude · 83 tokens

tinker-training-cost

Calculates training costs for Tinker fine-tuning jobs. Use when estimating costs for Tinker LLM training, counting tokens in datasets, or comparing Tinker model training prices. Tokenizes datasets using the correct model tokenizer and provides accurate cost estimates.

synthetic-sciences/openscience · 55 tokens

business-design

Read financials, map competitive landscapes, and argue design decisions in the language of value. Use when defending design to commercial stakeholders. For the live negotiation itself, use design-negotiation (designer-toolkit).

Owl-Listener/designer-skills · 47 tokens

app-planner

Guides you through comprehensive iOS/Swift app planning and analysis. Use for new apps (concept to architecture) or existing apps (audit current state, plan improvements, evaluate tech stack). Covers product planning, technical decisions, UI/UX design, and distribution strategy.

rshankras/claude-code-apple-skills · 58 tokens