doku-payment-gateway

doku-payment-gateway is a skill for Claude Code, Codex from roedyrustam/vibes-plug. It costs 71 tokens per session (2,524 once invoked), scanned A, original, MIT.

An integration guide for DOKU Jokul API v2, a payment service. It documents request signing, checkout and direct payment methods, webhook verification, and sandbox or production setup.

In plain words
What is it for?
Use it when adding DOKU payments such as virtual accounts, QRIS, e-wallets, credit cards, payment links, webhooks, or signature verification.
Why use it?
It explains the security and payment-provider details that can otherwise cause rejected requests, untrusted notifications, or incorrect payment handling.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when adding DOKU payments such as virtual accounts, QRIS, e-wallets, credit cards, payment links, webhooks, or signature verification.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/roedyrustam/vibes-plug/doku-payment-gateway
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 roedyrustam/vibes-plug --skill doku-payment-gateway
Clone the repo
git clone --depth 1 https://github.com/roedyrustam/vibes-plug

Made for: Claude Code, Codex.

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 doku-payment-gateway

README.md
[![agentmods](https://agentmods.dev/badge/skills/roedyrustam/vibes-plug/doku-payment-gateway/github.svg)](https://agentmods.dev/skills/roedyrustam/vibes-plug/doku-payment-gateway)
Your own site
<a href="https://agentmods.dev/skills/roedyrustam/vibes-plug/doku-payment-gateway"><img src="https://agentmods.dev/badge/skills/roedyrustam/vibes-plug/doku-payment-gateway/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 doku-payment-gateway

Your own site · 80×15
<a href="https://agentmods.dev/skills/roedyrustam/vibes-plug/doku-payment-gateway"><img src="https://agentmods.dev/badge/skills/roedyrustam/vibes-plug/doku-payment-gateway.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 71 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,524 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00071 $0.02524
Opus 5 $0.00036 $0.01262
Sonnet 5 $0.00014 $0.00505
Haiku 4.5 $0.00007 $0.00252

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

Security

Grade A, and why

doku-payment-gateway 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 11d 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/doku-payment-gateway/SKILL.md · 234 lines

How it starts

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

DOKU Payment Gateway Integration / Integrasi Payment Gateway DOKU

English | Bahasa Indonesia


English

Orchestration & Integration

Connects and orchestrates with relevant domain skills like brainstorming, zero-to-prod-orchestrator, and project-context-mapper to ensure cohesive execution.

Description

Expert guide for implementing DOKU Payment Gateway (Jokul API v2) integrations based on official DOKU Developers Documentation. Covers authentication headers, SHA-256 Digest generation, HMAC-SHA256 request signature construction, Webhook notification verification, Checkout Payment Links, Direct Payments (Virtual Account, QRIS, E-Wallet, Credit Card), error handling, and sandbox/production deployment.

Trigger Conditions

Activate this skill when the user is:

  • Building or refactoring DOKU Payment Gateway integration in Node.js, TypeScript, Python, Go, PHP, or Java.
  • Implementing HMAC-SHA256 signature calculations or notification signature verification for DOKU API.
  • Setting up DOKU Virtual Account (BCA, Mandiri, BRI, BNI, Permata, DOKU VA), QRIS, E-Wallet (OVO, ShopeePay, DANA, LinkAja), or Credit Card APIs.
  • Debugging DOKU API authorization errors (e.g., Authorization Failed, invalid signature, incorrect timestamp format).

Core Architecture & Credentials

Environment Gateways
Environment Base URL Dashboard Portal
Sandbox https://api-sandbox.doku.com https://sandbox.doku.com
Production https://api.doku.com https://dashboard.doku.com
Mandatory Headers

Every request sent to DOKU API requires the following headers:

  • Client-Id: Merchant Client ID from DOKU Back Office.
  • Request-Id: Unique random string generated for each request (e.g., UUID v4).
  • Request-Timestamp: UTC ISO8601 timestamp string (e.g., 2026-08-07T13:00:00Z).
  • Request-Target: Target API endpoint path (e.g., /checkout/v1/payment or /doku-virtual-account/v2/payment-code).
  • Digest: Base64 encoded SHA-256 hash of the JSON payload string (Omitted for GET requests).
  • Signature: Format HMACSHA256=<base64-signature>.

Read the full file on GitHub · 234 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. 11d ago First seen · 234 lines · 71 tokens per session scan A 839322dc7c8b

Subscribe to this mod's changes

doku-payment-gateway is a skill published in the GitHub repository roedyrustam/vibes-plug (50 stars, last pushed 3d ago), licensed MIT. It adds 71 tokens to every session and 2,524 once invoked, about $0.0004 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-30.

Related

Other skills, from other repositories

slickpay-integrator

An expert in integrating the Algerian SlickPay API (SATIM/EDAHABIA). Handles invoice creation, commission calculation, and webhooks securely.

karim-embarek/antigravity-operator · 36 tokens

cloudbase-wechat-integration

CloudBase WeChat integration guide for Mini Program WeChat Pay, Official Account JSAPI Pay, Native QR-code Pay, Official Account OAuth, openid handling, payment callbacks, and CloudBase Integration Center generated functions. This skill should be used when users ask to add, debug, or extend WeChat payment or…

sutchan/Agent-Skills-Hub · 76 tokens

api-and-interface-design

Guides stable API and interface design. Use when designing APIs, module boundaries, or any public interface. Use when creating REST or GraphQL endpoints, defining type contracts between modules, or establishing boundaries between frontend and backend.

addyosmani/agent-skills · 49 tokens

shopify-apps

Shopify app development - Remix, Admin API, checkout extensions.

alinaqi/maggy · 17 tokens

commerce-app-business-config

Manage custom business configuration in an Adobe Commerce app. Use when the user wants to add, modify, or remove merchant-configurable settings (config fields, admin config, store configuration) exposed through Commerce Admin. Creates typed config fields (text, password, email, url, tel, boolean, list) in…

adobe/skills · 80 tokens

integrations

One-request, complete setup of external services — payment (Stripe, PromptPay, Omise, 2C2P), email, auth, analytics, storage and other integrations, including Thai-market services. Installs SDKs, creates API routes, env templates, and UI components in one pass. Use when the user asks to add payments, email, login…

wasintoh/toh-framework · 95 tokens