agreement-setup

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

A setup workflow for a bKash recurring-payment agreement. The customer authorizes once, after which the merchant can use the agreement for later charges.

In plain words
What is it for?
It is for creating, checking, and storing a customer's bKash agreement for recurring payments.
Why use it?
It avoids asking the customer to enter payment authorization details for every repeat charge and helps confirm that the agreement is active.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Good fit It is for creating, checking, and storing a customer's bKash agreement for recurring payments.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/theyahia/wwmcp/agreement-setup
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 agreement-setup
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 agreement-setup

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/theyahia/wwmcp/agreement-setup"><img src="https://agentmods.dev/badge/skills/theyahia/wwmcp/agreement-setup.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 433 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 warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Data Exfiltration · line 49
    Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
    Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
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.00433
Opus 5 $0.00010 $0.00217
Sonnet 5 $0.00004 $0.00087
Haiku 4.5 $0.00002 $0.00043

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

Security

Grade A, and why

agreement-setup 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 4d 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/agreement-setup/SKILL.md · 51 lines

What it actually says

/agreement-setup — bKash agreement (recurring)

Algorithm

  1. Collect payerReference (the customer's phone number or your internal customer ID) and callbackURL (where bKash sends the customer back after they authorize).
  2. Call agreement_create with payerReference, callbackURL and optionally merchantAssociationInfo. It returns an agreementID and a bKash URL.
  3. Send the customer to that URL. They authorize once; after that you can charge without re-entering credentials.
  4. When the customer returns, call agreement_query with the agreementID to confirm it is active. Store the agreementID against the customer on your side.
  5. To charge against an active agreement, run the normal payment path (create_payment then execute_payment) using the same payerReference.

Response format

## bKash agreement

**agreementID**: AGR2026X0091
**payerReference**: 01712345678
**Status**: Completed
**Created**: 2026-09-03

Authorization link (send to customer):
https://checkout.sandbox.bka.sh/agreement/...

Notes

  • An agreement is per customer, not per order. Creating a second one for the same payerReference gives you a duplicate you have to reconcile — call agreement_query first if you think one already exists.
  • There is no agreement-cancel tool in this server. If the customer wants to revoke, that is done on the bKash side — say so rather than looking for a tool.
  • Sandbox and production agreementIDs are not interchangeable.

Examples

/agreement-setup 01712345678 https://shop.example/bkash/return
/agreement-setup customer_4417 https://api.example/callbacks/bkash
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. 4d ago First seen · 51 lines · 20 tokens per session scan A 503a0483b542

Subscribe to this mod's changes

agreement-setup is a skill published in the GitHub repository theYahia/WWmcp (29 stars, last pushed 2d ago), licensed MIT. It adds 20 tokens to every session and 433 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

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-link-cli

Agent payments via Stripe Link — cards, SPT, approvals.

NousResearch/hermes-agent · 17 tokens

stripe-best-practices

Guides Stripe integration decisions across API selection (Checkout Sessions vs PaymentIntents), Connect platform setup (Accounts v2, controller properties), billing/subscriptions, tax and registrations (Stripe Tax, automatictax, product tax codes), Treasury financial accounts, integration options (Checkout, Payment…

stripe/ai · 135 tokens

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

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

amazon-returns-recovery

Suede-affiliated Amazon money-recovery audit for restocking fees, short or denied refunds, and Amazon-billed subscriptions. Use when the user mentions a restocking fee, a short or denied Amazon refund, or a forgotten Prime Video Channel, Audible, Kindle Unlimited, or Prime charge, or asks whether Amazon still owes or…

JasonColapietro/suede-creator-skills · 138 tokens