pi-payments
Handles financial integration for Pi Apps, including SDK-based payment flows and server-side validation.
Install
mkdir -p .claude/skills/pi-payments && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/9723" && unzip -o skill.zip -d .claude/skills/pi-payments && rm skill.zipInstalls to .claude/skills/pi-payments
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Pi Network payment integration - three-phase payment flow, createPayment, server-side approve/complete, PaymentDTO. Use when implementing or debugging Pi payments.Key capabilities
- →Three-phase payment flow
- →Server-side transaction approval
- →Transaction completion
- →Incomplete payment resolution
How it works
It implements a three-phase flow involving frontend SDK interaction and server-side approval/completion to ensure secure Pi transactions.
Inputs & outputs
When to use pi-payments
- →Implementing Pi payment flow in apps
- →Building server-side approve endpoints
- →Completing transactions via SDK
- →Debugging payment failure issues
About pi-payments
This skill assists in building the required three-phase payment flow for Pi Network applications. It handles front-end SDK interaction, server-side transaction approval, and final verification.
Pi Network payment integration - three-phase payment flow, createPayment, server-side approve/complete, PaymentDTO. Use when implementing or debugging Pi payments.
When not to use it
- →Fiat or non-Pi cryptocurrency payments
Prerequisites
Limitations
- →Must use Pi exclusively
- →Server-side completion is mandatory for security
How it compares
It enforces a specific, secure three-phase protocol required for all Pi Network applications.
Compared to similar skills
pi-payments side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| pi-payments (this skill) | 0 | 6mo | Review | Advanced |
| paypal-integration | 10 | 2mo | No flags | Intermediate |
| shopify-apps | 1 | 4mo | Review | Intermediate |
| ccxt-typescript | 1 | 6mo | Review | Beginner |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by aaaa47080
View all by aaaa47080 →You might also like
paypal-integration
wshobson
Integrate PayPal payment processing with support for express checkout, subscriptions, and refund management. Use when implementing PayPal payments, processing online transactions, or building e-commerce checkout flows.
shopify-apps
alinaqi
Shopify app development - Remix, Admin API, checkout extensions
ccxt-typescript
ccxt
CCXT cryptocurrency exchange library for TypeScript and JavaScript developers (Node.js and browser). Covers both REST API (standard) and WebSocket API (real-time). Helps install CCXT, connect to exchanges, fetch market data, place orders, stream live tickers/orderbooks, handle authentication, and manage errors. Use when working with crypto exchanges in TypeScript/JavaScript projects, trading bots, arbitrage systems, or portfolio management tools. Includes both REST and WebSocket examples.
convex
waynesutton
Umbrella skill for all Convex development patterns. Routes to specific skills like convex-functions, convex-realtime, convex-agents, etc.
plaid-fintech
davila7
Expert patterns for Plaid API integration including Link token flows, transactions sync, identity verification, Auth for ACH, balance checks, webhook handling, and fintech compliance best practices. Use when: plaid, bank account linking, bank connection, ach, account aggregation.
payment-integration
mrgoonie
Integrate payments with SePay (VietQR), Polar, Stripe, Paddle (MoR subscriptions), Creem.io (licensing). Checkout, webhooks, subscriptions, QR codes, multi-provider orders.