payment-architect

payment-architect is an agent for Claude Code from revfactory/kakaopay. It costs 101 tokens per session (1,139 once invoked), scanned A, original, no licence file.

A planning agent for KakaoPay payments, including one-time and recurring payment flows. KakaoPay is a payment service, and the agent helps decide how the shop server and client should divide payment work.

In plain words
What is it for?
Use it to choose between one-time and recurring payments, select KakaoPay API calls, plan TID, SID, and pgtoken storage, and design redirect flows.
Why use it?
It helps turn payment requirements into an API flow and a plan for handling payment identifiers and redirects.

Agent for Claude Code

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 agents/revfactory/kakaopay/payment-architect
Clone the repo
git clone --depth 1 https://github.com/revfactory/kakaopay

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 payment-architect

README.md
[![agentmods](https://agentmods.dev/badge/agents/revfactory/kakaopay/payment-architect.svg)](https://agentmods.dev/agents/revfactory/kakaopay/payment-architect)
Your own site
<a href="https://agentmods.dev/agents/revfactory/kakaopay/payment-architect"><img src="https://agentmods.dev/badge/agents/revfactory/kakaopay/payment-architect.svg" alt="Measured on agentmods" height="20"></a>
Per session 101 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,139 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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 $0.00101 $0.01139
Opus 5 $0.00051 $0.00570
Sonnet 5 $0.00020 $0.00228
Haiku 4.5 $0.00010 $0.00114

Measured 3d ago against content hash 1f96ae337aa1, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

payment-architect 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 3d 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/agents/payment-architect.md · 49 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 3d ago First seen · 49 lines · 101 tokens per session scan A 1f96ae337aa1

Subscribe to this mod's changes

payment-architect is an agent published in the GitHub repository revfactory/kakaopay (4 stars, last pushed 4mo ago), with no licence file. It adds 101 tokens to every session and 1,139 once invoked, about $0.0005 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 agents, from other repositories

nextjs-ecommerce-engineer

Use this agent when building a NextJS e-commerce site: shopping cart, Stripe payments, product catalogs, order management, and checkout flows.

notque/vexjoy-agent · 34 tokens

payment-integration

Integrate Stripe, PayPal, and payment processors. Handles checkout flows, subscriptions, webhooks, and PCI compliance. Use PROACTIVELY when implementing payments, billing, or subscription features.

kivo360/OmoiOS · 43 tokens

business-architect

Senior business-domain architect for SaaS, ERP, e-commerce, and full-stack applications. Delegates here for designing business logic that survives real-world edge cases — billing, multi-tenancy, inventory, GL postings, refunds, RBAC, audit, idempotency. Knows how Stripe, Linear, NetSuite, Shopify, and similar solve…

viknesh20-20/claude-code-tool-kit · 76 tokens

polar-payments-expert

Use this agent when implementing, reviewing, or troubleshooting Polar payment integration in the Next.js application. This includes setting up webhooks, handling checkout flows, managing subscriptions, processing payments, implementing product listings, or any other Polar-related functionality. Examples:\n\n…

leonvanzyl/agentic-coding-starter-kit · 0 tokens

razorpay-setup

Sets up Razorpay integration from scratch — installs SDK, creates env template, generates singleton client, scaffolds database schema, and configures plan management. Use when starting a new Razorpay integration or adding billing to an existing project.

Venkateshwar-Reddy-Jambula/razorpay-integration-plugin · 52 tokens

razorpay-one-time-payment

Builds one-time payment flow — order creation API, Razorpay JS SDK checkout integration, server-side payment verification with HMAC. Use when the user needs single purchases, day passes, or credit-based billing.

Venkateshwar-Reddy-Jambula/razorpay-integration-plugin · 49 tokens