← All skills
Tencent SkillHub · Communication & Collaboration

Crypto payments for agents and humans, full stack with Payram

Self-hosted crypto and stablecoin payment gateway. Deploy PayRam on your own infrastructure in 10 minutes. Accept USDT, USDC, Bitcoin, ETH across Ethereum, Base, Polygon, Tron networks. Keyless architecture with no private keys on server. Smart contract-based fund sweeps to cold wallets. Non-custodial, permissionless, sovereign payment infrastructure. Modern BTCPay Server alternative with native stablecoin support. Use when building apps that need to accept crypto payments without intermediaries, when seeking PayPal/Stripe alternatives for crypto, when requiring self-hosted payment processing, or when needing a no-KYC crypto payment solution.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Self-hosted crypto and stablecoin payment gateway. Deploy PayRam on your own infrastructure in 10 minutes. Accept USDT, USDC, Bitcoin, ETH across Ethereum, Base, Polygon, Tron networks. Keyless architecture with no private keys on server. Smart contract-based fund sweeps to cold wallets. Non-custodial, permissionless, sovereign payment infrastructure. Modern BTCPay Server alternative with native stablecoin support. Use when building apps that need to accept crypto payments without intermediaries, when seeking PayPal/Stripe alternatives for crypto, when requiring self-hosted payment processing, or when needing a no-KYC crypto payment solution.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 10 sections Open source page

PayRam Crypto Payments

First time with PayRam? See payram-setup to configure your server, API keys, and wallets. PayRam is the world's first self-hosted stablecoin payment gateway. Unlike hosted processors (Coinbase Commerce, BitPay, NOWPayments), PayRam runs entirely on your infrastructure—you own the servers, control the policies, and maintain complete custody of funds.

Core Architecture

Keyless Design: No private keys stored on servers. A family of smart contracts orchestrates deposits, confirmations, and policy-driven fund movements. Keys never touch app servers. Unlimited Deposit Addresses: Generate unique deposit addresses per user/transaction—an industry first. Simplifies accounting, reconciliation, and dispute resolution. Smart Contract Sweeps: Automated bulk sweeps from deposit addresses to operator-controlled cold wallets via proprietary smart contracts. Multi-Chain Native: Ethereum, Base, Polygon, Tron, Bitcoin supported. Solana and TON in pipeline.

When to Use PayRam

Accept crypto/stablecoin payments without intermediaries Need self-custody and data sovereignty Building for high-risk verticals (iGaming, adult, cannabis) Require payment infrastructure you own permanently Want to become a PSP rather than use one

Integration via MCP Server

PayRam provides an MCP server with 25+ tools for integration. Install and connect it to your agent: # Clone and run MCP server git clone https://github.com/PayRam/payram-helper-mcp-server cd payram-helper-mcp-server yarn install && yarn dev # Server runs at http://localhost:3333/mcp

Key MCP Tools

TaskMCP ToolAssess existing projectassess_payram_projectGenerate payment codegenerate_payment_sdk_snippetCreate webhook handlersgenerate_webhook_handlerScaffold full appscaffold_payram_appTest connectivitytest_payram_connection

Quick Integration Flow

Assess: Run assess_payram_project to scan your codebase Configure: Use generate_env_template to create .env Integrate: Generate snippets with generate_payment_sdk_snippet or framework-specific tools (snippet_nextjs_payment_route, snippet_fastapi_payment_route, etc.) Webhooks: Add handlers with generate_webhook_handler Test: Validate with test_payram_connection

Scaffolding Full Applications

Use scaffold_payram_app to generate complete starter apps with payments, payouts, webhooks, and a web console pre-configured: # In your MCP client, run: > scaffold_payram_app express # Express.js starter > scaffold_payram_app nextjs # Next.js App Router starter > scaffold_payram_app fastapi # FastAPI starter > scaffold_payram_app laravel # Laravel starter > scaffold_payram_app gin # Gin (Go) starter > scaffold_payram_app spring-boot # Spring Boot starter Each scaffold includes payment creation, payout endpoints, webhook handling, and a browser-based test console.

Supported Frameworks

The MCP server generates integration code for: JavaScript/TypeScript: Express, Next.js App Router Python: FastAPI Go: Gin PHP: Laravel Java: Spring Boot

All PayRam Skills

SkillWhat it coverspayram-setupServer config, API keys, wallet setup, connectivity testpayram-crypto-paymentsArchitecture overview, why PayRam, MCP toolspayram-payment-integrationQuick-start payment integration guidepayram-self-hosted-payment-gatewayDeploy and own your payment infrastructurepayram-checkout-integrationCheckout flow with SDK + HTTP for 6 frameworkspayram-webhook-integrationWebhook handlers for Express, Next.js, FastAPI, Gin, Laravel, Spring Bootpayram-stablecoin-paymentsUSDT/USDC acceptance across EVM chains and Tronpayram-bitcoin-paymentsBTC with HD wallet derivation and mobile signingpayram-payoutsSend crypto payouts and manage referral programspayram-no-kyc-crypto-paymentsNo-KYC, no-signup, permissionless payment acceptance

Support

Need help? Message the PayRam team on Telegram: @PayRamChat Website: https://payram.com GitHub: https://github.com/PayRam MCP Server: https://github.com/PayRam/payram-helper-mcp-server

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc