refund-flow

refund-flow is a skill for Claude Code from theYahia/WWmcp. It costs 20 tokens per session (461 once invoked), scanned A, original, MIT.

A procedure for safely refunding bKash payments. bKash is a payment service, and the procedure verifies a completed payment before submitting and checking a refund.

In plain words
What is it for?
Use it to find a payment or transaction, confirm the amount, submit a full or partial refund with its item identifier, and check the refund status.
Why use it?
It prevents refunds for incomplete payments and ensures the required payment, transaction, amount, and item identifiers are available. It also accounts for refunds that remain pending.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Good fit Use it to find a payment or transaction, confirm the amount, submit a full or partial refund with its item identifier, and check the refund status.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/theyahia/wwmcp/refund-flow
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 theYahia/WWmcp --skill refund-flow
Clone the repo
git clone --depth 1 https://github.com/theYahia/WWmcp

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 refund-flow

README.md
[![agentmods](https://agentmods.dev/badge/skills/theyahia/wwmcp/refund-flow/github.svg)](https://agentmods.dev/skills/theyahia/wwmcp/refund-flow)
Your own site
<a href="https://agentmods.dev/skills/theyahia/wwmcp/refund-flow"><img src="https://agentmods.dev/badge/skills/theyahia/wwmcp/refund-flow/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 refund-flow

Your own site · 80×15
<a href="https://agentmods.dev/skills/theyahia/wwmcp/refund-flow"><img src="https://agentmods.dev/badge/skills/theyahia/wwmcp/refund-flow.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 20 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 461 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.00020 $0.00461
Opus 5 $0.00010 $0.00230
Sonnet 5 $0.00004 $0.00092
Haiku 4.5 $0.00002 $0.00046

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

Security

Grade A, and why

refund-flow 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.

servers/bkash/.claude/skills/refund-flow/SKILL.md · 47 lines

What it actually says

/refund-flow — bKash refund

Algorithm

  1. Identify the payment. If the user gave a paymentID, call query_payment with it. If they gave a transaction reference, call search_transaction with the trxID.
  2. Check the returned status. Refund only a completed payment. If the status is anything else, stop and report it — do not attempt the refund.
  3. Confirm the refundable amount with the user. bKash needs amount as a string, plus the sku of the item being refunded.
  4. Call refund_payment with paymentID, trxID, amount, sku and optionally reason.
  5. Call query_refund with paymentID, trxID and sku to read back the refund status. Refunds are not always instant — if it is still pending, say so.

Response format

## bKash refund

**Original**: TR0011ON1565343075976 / trxID 8H7D9K2L01 — 1,500 BDT (Completed)
**Refunded**: 500 BDT (partial)
**Reason**: damaged item
**Refund status**: Completed

Notes

  • Both paymentID and trxID are required by refund_payment — get trxID from query_payment or search_transaction first, never guess it.
  • sku is mandatory. If the merchant has no SKUs, use the order number, but be consistent — query_refund matches on the same sku.
  • Partial refunds: pass the partial amount. Repeat refunds on the same sku are how bKash models multiple partials; check query_refund before sending another.

Examples

/refund-flow TR0011ON1565343075976 500 SKU-114 "damaged item"
/refund-flow trxID 8H7D9K2L01 1500 ORDER-88
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 · 47 lines · 20 tokens per session scan A 8907aec72901

Subscribe to this mod's changes

refund-flow is a skill published in the GitHub repository theYahia/WWmcp (28 stars, last pushed 2d ago), licensed MIT. It adds 20 tokens to every session and 461 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-09-06.

Related

Other skills, from other repositories

okx-cex-portfolio

This skill should be used when the user asks about 'account balance', 'how much USDT do I have', 'my funding account', 'show my positions', 'open positions', 'position P&L', 'unrealized PnL', 'closed positions', 'position history', 'realized PnL', 'account bills', 'transaction history', 'trading fees', 'fee tier'…

okx/agent-trade-kit · 236 tokens

invompt-local-beta-invoice

Create or manage an Invompt invoice, quote, estimate, or pro forma from natural-language intent in any language, including short follow-ups that reuse earlier facts. Use for explicit billing-document requests across Latin, Cyrillic, RTL, Indic, CJK, and Southeast Asian scripts. Do not use for price or budgeting advice…

Invompt/invompt-mcp · 86 tokens

lemonsqueezy

Operate Lemon Squeezy — the Merchant of Record for digital products and SaaS — via its JSON:API REST endpoints. Covers stores, products, variants, checkouts, orders, subscriptions, customers, and license keys. Use when the user wants MoR billing (EU VAT, chargebacks, sales tax all handled for 5% + fees) instead of…

mnlt/teleport · 84 tokens

stripe

Operate Stripe's REST API — customers, payments (PaymentIntents / Charges), refunds, subscriptions, invoices, Checkout Sessions, products/prices, payouts, disputes. Use when the user wants to query or mutate Stripe data programmatically without the MCP server or the Dashboard.

mnlt/teleport · 56 tokens

javascript-typescript

Professional JavaScript and TypeScript development skill covering modern ES6+, TypeScript, Node.js, Express, React, testing frameworks, and best practices. Use this skill when developing JavaScript/TypeScript applications, building React/Node.js projects, implementing RESTful APIs, or need guidance on modern JS/TS…

ProjAnvil/MindForge · 69 tokens

industry-research

An industry-research workflow that maps how an industry works from suppliers to customers, then examines individual companies within it. The value-investing analysis looks at business quality, risks, and price.

xbtlin/ai-berkshire · 36 tokens