zuora-tenant-config-design

zuora-tenant-config-design is a skill for Claude Code from zuora/zuora-coding-agent. It costs 28 tokens per session (4,053 once invoked), scanned A, original, MIT.

A planning guide for Zuora, a service businesses use to manage subscription billing, that turns business documents or descriptions into tenant-configuration changes.

In plain words
What is it for?
Inferring Zuora settings from documents, websites, or business descriptions and preparing changes for a later build step.
Why use it?
It translates billing rules such as payment terms, currencies, and validation needs into a reviewed configuration plan before anything is changed.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the zuora-coding-agent plugin — 42 skills, 13 commands shipped together

Good fit Inferring Zuora settings from documents, websites, or business descriptions and preparing changes for a later build step.

Compare 6 skills from other repositories ↓
Install

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.

Claude Code
/plugin marketplace add zuora/zuora-coding-agent
Claude Code
/plugin install zuora-coding-agent

Made for: Claude Code.

Or install zuora-coding-agent, the plugin that ships this one along with the rest of its 42 skills, 13 commands.

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 zuora-tenant-config-design

README.md
[![agentmods](https://agentmods.dev/badge/skills/zuora/zuora-coding-agent/zuora-tenant-config-design/github.svg)](https://agentmods.dev/skills/zuora/zuora-coding-agent/zuora-tenant-config-design)
Your own site
<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.

agentmods 80×15 button for zuora-tenant-config-design

Your own site · 80×15
<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>
Per session 28 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,053 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.00028 $0.04053
Opus 5 $0.00014 $0.02027
Sonnet 5 $0.00006 $0.00811
Haiku 4.5 $0.00003 $0.00405

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

Security

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.

skills/zuora-tenant-config-design/SKILL.md · 326 lines

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 by group_key. Each group has api_paths (the setting API paths to call for get_settings), field_name (human-readable label), field_key, data_type, and options (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.

Read the full file on GitHub · 326 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 · 326 lines · 28 tokens per session scan A dd994c282eb2

Subscribe to this mod's changes

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.

Related

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.

rorkai/app-store-connect-cli-skills · 45 tokens

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).…

CraftOS-dev/CraftBot · 79 tokens

etsy-pricing-strategy

Etsy pricing — cost calculation, competitor pricing, perceived value, shipping cost integration, sales and coupons.

nexscope-ai/eCommerce-Skills · 26 tokens

amazon-wholesale-sourcing

Wholesale product sourcing — supplier discovery, negotiation, MOQ optimization, margin analysis.

nexscope-ai/Amazon-Skills · 20 tokens

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…

waybarrios/opencode-power-pack · 61 tokens

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.

Signal-Execution-Labs/forex-trading-ai-agent · 0 tokens