PinMe UniwebPay
Builds PinMe Cloudflare Worker code that accepts payments through UniwebPay.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 13, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 67c4972
Verbatim git-clone + cp install ran with zero fixes; single-file SKILL.md, strict-YAML frontmatter, narrow/specific trigger description. Tested on handler construction only with placeholder env.* bindings — NO payment, transaction, or crypto transfer was executed and no real key entered; genuine live use needs a PinMe project with a provisioned UniwebPay wallet/account (env.UNIWEB_SECRET injected at deploy). A/B: both arms produced working createPaymentLink Worker handlers, but the skill's output encoded UniwebPay's actual conventions the base could only guess at — the exact 10-currency card set and 10-minor-unit minimum (base guessed a 4-currency subset and amount>0), and the documented two-arg client constructor with baseUrl/payUrl.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 7/10
- Docs & honesty 4/5
What PinMe UniwebPay does
Use when generating, modifying, or reviewing PinMe Worker (Cloudflare Worker TypeScript) code that accepts payments through UniwebPay — payment links, products/prices, checkout sessions, payment status reads, refunds, subscriptions, or handling UniwebPay webhooks with @uniwebpay/sdk in a PinMe project.
How to install PinMe UniwebPay
git clone https://github.com/glitternetwork/pinme
cd pinme
mkdir -p ~/.claude/skills
cp -r skills/pinme-uniwebpay ~/.claude/skills/pinme-uniwebpay
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger PinMe UniwebPay
-
/pinme-uniwebpayBuilds PinMe Cloudflare Worker code that accepts payments through UniwebPay.
It also activates on plain-language prompts like these:
-
Add a UniwebPay checkout session to this worker -
Handle UniwebPay webhooks in this PinMe project -
Create a payment link using the UniwebPay SDK
Frequently asked questions
- Is the PinMe UniwebPay skill free?
- Yes. The skill itself is free from glitternetwork/pinme. SkillProof publishes the install command and an independent test verdict at no cost.
- Does PinMe UniwebPay work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 13, 2026. Verdict: Tested · Works. Verbatim git-clone + cp install ran with zero fixes; single-file SKILL.md, strict-YAML frontmatter, narrow/specific trigger description. Tested on handler construction only with placeholder env.* bindings — NO payment, transaction, or crypto transfer was executed and no real key entered; genuine live use needs a PinMe project with a provisioned UniwebPay wallet/account (env.UNIWEB_SECRET injected at deploy). A/B: both arms produced working createPaymentLink Worker handlers, but the skill's output encoded UniwebPay's actual conventions the base could only guess at — the exact 10-currency card set and 10-minor-unit minimum (base guessed a 4-currency subset and amount>0), and the documented two-arg client constructor with baseUrl/payUrl.
- What is the PinMe UniwebPay SkillProof Score?
- 8.4/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 7/10, docs & honesty 4/5.
- How do I install PinMe UniwebPay?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use PinMe UniwebPay with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.