PL

Platform Payment Flows

Handles business logic for post fees, tipping, and PRO membership upgrades within the platform.

Install

mkdir -p .claude/skills/platform-payment-flows && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/14190" && unzip -o skill.zip -d .claude/skills/platform-payment-flows && rm skill.zip

Installs to .claude/skills/platform-payment-flows

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.

Platform-specific payment business logic, including Post Fees, Tipping, and PRO Membership upgrades.
100 charsno explicit “when” trigger
Intermediate

Key capabilities

  • Handle paid post creation workflows
  • Enable direct user-to-user tipping
  • Manage PRO membership upgrade logic
  • Validate transaction hash format on the backend
  • Prevent replay attacks using unique transaction hashes
  • Integrate with frontend SDK for payment initiation

How it works

The skill outlines the business logic for platform payments, involving client-side payment initiation via SDK and server-side verification and fulfillment for features like paid posts, tipping, and PRO membership.

Inputs & outputs

You give it
A request to implement or understand payment flows for post creation, tipping, or PRO membership
You get back
Details on workflow, database integration, validation, and API endpoints for platform payments

When to use Platform Payment Flows

  • Implementing paid post creation workflows
  • Enabling direct tipping between users
  • Managing PRO membership upgrade logic
  • Validating payment transaction hashes on the backend

About Platform Payment Flows

This skill provides the server and client-side logic for managing financial transactions in the platform. It specifically handles paid post creation, direct user-to-user tipping, and PRO membership upgrades by coordinating between the frontend SDK and backend databases.

Platform-specific payment business logic, including Post Fees, Tipping, and PRO Membership upgrades.

When not to use it

  • When the platform does not involve Pi payments
  • When the business logic is not related to post fees, tipping, or PRO membership
  • When the payment model is not client-side initiation and server-side verification

Limitations

  • The skill is specific to Pi payments.
  • The skill focuses on post fees, tipping, and PRO membership upgrades.
  • The skill's on-chain verification is a future improvement, currently relying on optimistic verification.

How it compares

This skill provides a structured, platform-specific implementation of payment flows, detailing workflows, database interactions, and security measures, which is more complete than a generic payment gateway integration.

Compared to similar skills

Platform Payment Flows side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
Platform Payment Flows (this skill)06moNo flagsIntermediate
supabase-python04moReviewAdvanced
pagination16moNo flagsIntermediate
moai-domain-backend13moReviewAdvanced

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry