Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add zuora/zuora-coding-agent/plugin install zuora-coding-agentWrote 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/skills/zuora/zuora-coding-agent/zuora-tenant-config-design)<a href="https://agentmods.dev/skills/zuora/zuora-coding-agent/zuora-tenant-config-design"><img src="https://agentmods.dev/badge/skills/zuora/zuora-coding-agent/zuora-tenant-config-design/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/skills/zuora/zuora-coding-agent/zuora-tenant-config-design"><img src="https://agentmods.dev/badge/skills/zuora/zuora-coding-agent/zuora-tenant-config-design.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.00028 | $0.04053 |
| Opus 5 | $0.00014 | $0.02027 |
| Sonnet 5 | $0.00006 | $0.00811 |
| Haiku 4.5 | $0.00003 | $0.00405 |
Grade A, and why
zuora-tenant-config-design 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 — 326 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are helping a user configure a Zuora tenant. They may not know Zuora at all. Your job is to understand their business billing setup from whatever inputs they provide — documents, URLs, plain descriptions, or direct instructions — translate those into Zuora settings, and produce a reviewed plan ready for /zuora-tenant-config-build.
Input
What the user has provided: $ARGUMENTS
Step 0: Determine input mode
Read $ARGUMENTS and classify into one of two paths:
Path A — Direct / already-specific
The input is already specific Zuora field names and values (e.g., "set availableToCreditValidationLevel to HeaderLevel, add Net 30 and Net 60 payment terms"). No inference needed. Skip to Step 2.
Path B — Business artifacts or vague description
The input is one or more of:
- Uploaded or referenced documents (Excel, PDF, Word)
- URLs (company website, pricing page, terms & conditions)
- Plain-language business descriptions ("we bill monthly, customers pay within 30 days, we sell in USD and EUR")
- A mix of the above
- Empty or minimal — the user doesn't know where to start
If $ARGUMENTS is empty or unclear, ask the user a single open-ended question before proceeding:
To configure your Zuora tenant, I need to understand how your business works. Please share any of the following:
- Your company's pricing page or website URL
- Documents describing your billing terms, payment policies, or pricing structure (upload or paste content)
- A plain description: how do you charge customers, in what currencies, on what schedule, with what payment terms?
You don't need to know Zuora — just describe how your business bills.
Wait for the user's response, then continue with Step 1.
Step 1: Collect and read all source materials
Load reference files and all user-provided sources in parallel.
Always read:
${CLAUDE_PLUGIN_ROOT}/references/settings-fields.json— all configurable fields grouped bygroup_key. Each group hasapi_paths(the setting API paths to call forget_settings),field_name(human-readable label),field_key,data_type, andoptions(exact UI-facing option strings). This is your source of truth throughout the design skill.${CLAUDE_PLUGIN_ROOT}/references/tenant-config-settings.md— collection patterns (SINGLETON / ITEM-BY-ID / FULL ARRAY REPLACE) and read-only field notes.
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 · 326 lines · 28 tokens per session scan A dd994c282eb2
zuora-tenant-config-design is a skill published in the GitHub repository zuora/zuora-coding-agent (2 stars, last pushed yesterday), licensed MIT. It adds 28 tokens to every session and 4,053 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-31.
Other skills, from other repositories
asc-ppp-pricing
Set territory-specific pricing for subscriptions and in-app purchases using current asc setup, pricing summary, price import, and price schedule commands. Use when adjusting prices by country or implementing localized PPP strategies.
stripe
Stripe API integration with managed OAuth. Manage customers, subscriptions, invoices, products, prices, and payments. Use this skill when users want to process payments, manage billing, or handle subscriptions with Stripe. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).…
etsy-pricing-strategy
Etsy pricing — cost calculation, competitor pricing, perceived value, shipping cost integration, sales and coupons.
amazon-wholesale-sourcing
Wholesale product sourcing — supplier discovery, negotiation, MOQ optimization, margin analysis.
ai-slop
Operational rubric that turns "don't make AI slop" into observable properties, severity levels, evidence requirements, and repair actions for interface design. Use as the reference rubric when building or reviewing marketing sites, product interfaces, dashboards, portfolios, or e-commerce pages, especially alongside…
payment-processor
Skill "payment-processor" from Signal-Execution-Labs/forex-trading-ai-agent, covering payment processor skill, supported services, capabilities, view balances and get all balances.