stripe-billing-cycle-test

stripe-billing-cycle-test is a skill for Claude Code from hideokamoto/stripe-testing-mcp-tools. It costs 50 tokens per session (843 once invoked), scanned A, original, MIT.

A Stripe test procedure that moves a subscription’s clock forward to check recurring billing. A test clock is a simulated timeline, so renewals and invoices can be triggered in Stripe’s test mode without waiting in real time.

In plain words
What is it for?
Use it to create a test clock, attach test customers and subscriptions, advance time, and inspect the resulting billing cycle in Stripe test mode.
Why use it?
It helps verify that renewals, recurring invoices, payment behaviour, and the next billing date work as expected.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the stripe-test-mcp plugin — 4 skills, 1 MCP server shipped together

Good fit Use it to create a test clock, attach test customers and subscriptions, advance time, and inspect the resulting billing cycle in Stripe test mode.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hideokamoto/stripe-testing-mcp-tools/stripe-billing-cycle-test
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.

Any agent
npx skills add hideokamoto/stripe-testing-mcp-tools --skill stripe-billing-cycle-test
Clone the repo
git clone --depth 1 https://github.com/hideokamoto/stripe-testing-mcp-tools

Made for: Claude Code.

Or install stripe-test-mcp, the plugin that ships this one along with the rest of its 4 skills, 1 MCP server.

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 stripe-billing-cycle-test

README.md
[![agentmods](https://agentmods.dev/badge/skills/hideokamoto/stripe-testing-mcp-tools/stripe-billing-cycle-test/github.svg)](https://agentmods.dev/skills/hideokamoto/stripe-testing-mcp-tools/stripe-billing-cycle-test)
Your own site
<a href="https://agentmods.dev/skills/hideokamoto/stripe-testing-mcp-tools/stripe-billing-cycle-test"><img src="https://agentmods.dev/badge/skills/hideokamoto/stripe-testing-mcp-tools/stripe-billing-cycle-test/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 stripe-billing-cycle-test

Your own site · 80×15
<a href="https://agentmods.dev/skills/hideokamoto/stripe-testing-mcp-tools/stripe-billing-cycle-test"><img src="https://agentmods.dev/badge/skills/hideokamoto/stripe-testing-mcp-tools/stripe-billing-cycle-test.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 843 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.00050 $0.00843
Opus 5 $0.00025 $0.00421
Sonnet 5 $0.00010 $0.00169
Haiku 4.5 $0.00005 $0.00084

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

Security

Grade A, and why

stripe-billing-cycle-test 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 12d 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/stripe-billing-cycle-test/SKILL.md · 75 lines

How it starts

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

Stripe Billing Cycle Test

Standard procedure for validating that a subscription bills correctly on its next cycle by simulating time with a Stripe test clock. All steps run against Stripe test mode only (the MCP rejects live keys).

Order matters

The steps below are strictly ordered. A customer can be attached to a test clock only at creation time, so the clock must exist before the customer, and the customer before the subscription.

Steps

  1. Create the test clock. Tool: create_stripe_test_clock

    • frozen_time (required): Unix timestamp in seconds for the starting time.
    • name (optional): a label to find it later.
    • Keep the returned test clock id for the next steps.
  2. Create a customer attached to that clock. Tool: create_stripe_test_customers

    • test_clock: the id from step 1.
    • number: keep it at most 3 (max 3 customers per clock).
    • payment_method_id (optional but recommended): attach a test payment method (for example pm_card_visa) so the renewal invoice can be paid instead of staying open. Confirm against the Stripe docs which test payment method fits the card behavior you want.
    • Keep the returned customer id(s).
  3. Create the subscription. Tool: create_stripe_test_subscription

    • customer: the id from step 2.
    • items: array of { price, quantity }. The price must be a recurring price id from your test data.
    • proration_behavior (optional): create_prorations, none, or always_invoice.
    • payment_method_id (optional): the same test payment method.
    • This creates the first invoice for the current period.
  4. Advance the clock to the next billing date. Tool: advance_stripe_test_clock

    • test_clock_id: the id from step 1.
    • frozen_time: a Unix timestamp (seconds) after the current frozen time. Advance is forward-only; you cannot move a clock backward. Pick a time just past the subscription's current_period_end to cross the renewal boundary.

Read the full file on GitHub · 75 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. 12d ago First seen · 75 lines · 50 tokens per session scan A 67b14b8797c9

Subscribe to this mod's changes

stripe-billing-cycle-test is a skill published in the GitHub repository hideokamoto/stripe-testing-mcp-tools (9 stars, last pushed 1mo ago), licensed MIT. It adds 50 tokens to every session and 843 once invoked, about $0.0003 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

qa

QA-test a website or web app and return a 1-5 quality score (5 = flawless, 1 = broken) with evidence. Use when the user wants to test, QA, evaluate, score, or "check how good" a site, page, flow, or app — including a local dev server (e.g. "qa test localhost:5173", "does the checkout work?", "rate this landing page").…

browser-use/browser-use · 103 tokens

synthetic-monitoring

AI-powered synthetic monitoring skill for e-commerce websites. Designs automated user journey tests for add-to-cart, checkout, and payment flows with alerting rules and performance baselines.

nexscope-ai/eCommerce-Skills · 0 tokens

visual-regression-testing

AI-powered visual regression testing skill for e-commerce websites. Designs screenshot comparison workflows, mobile/desktop visual checks, and change detection alerts to prevent conversion-killing UI bugs.

nexscope-ai/eCommerce-Skills · 0 tokens

shopify-ab-testing

Run data-driven A/B tests on your Shopify store. Test product pages, pricing, images, copy, checkout flow, and marketing campaigns with proper statistical methodology.

nexscope-ai/eCommerce-Skills · 0 tokens

postgres-commit-history-article

A workflow for comparing PostgreSQL source-code changes between two Git commits and, when useful, writing a Chinese Markdown article about them. PostgreSQL is a database system, and a commit is a saved change in a Git repository.

digoal/blog · 127 tokens

setup-trtmc-environment

Prepare a TensorRT-Model-Connect development or validation environment from a fresh checkout on a host without a known working setup.

NVIDIA/TensorRT-Model-Connect · 32 tokens