← 返回 Skills 市场
buddhasource

Crypto payments for agents and humans, full stack with Payram

作者 Siddharth Menon · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
947
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install crypto-payments-self-hosted-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.md)

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

Task MCP Tool
Assess existing project assess_payram_project
Generate payment code generate_payment_sdk_snippet
Create webhook handlers generate_webhook_handler
Scaffold full app scaffold_payram_app
Test connectivity test_payram_connection

Quick Integration Flow

  1. Assess: Run assess_payram_project to scan your codebase
  2. Configure: Use generate_env_template to create .env
  3. Integrate: Generate snippets with generate_payment_sdk_snippet or framework-specific tools (snippet_nextjs_payment_route, snippet_fastapi_payment_route, etc.)
  4. Webhooks: Add handlers with generate_webhook_handler
  5. 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

Skill What it covers
payram-setup Server config, API keys, wallet setup, connectivity test
payram-crypto-payments Architecture overview, why PayRam, MCP tools
payram-payment-integration Quick-start payment integration guide
payram-self-hosted-payment-gateway Deploy and own your payment infrastructure
payram-checkout-integration Checkout flow with SDK + HTTP for 6 frameworks
payram-webhook-integration Webhook handlers for Express, Next.js, FastAPI, Gin, Laravel, Spring Boot
payram-stablecoin-payments USDT/USDC acceptance across EVM chains and Tron
payram-bitcoin-payments BTC with HD wallet derivation and mobile signing
payram-payouts Send crypto payouts and manage referral programs
payram-no-kyc-crypto-payments No-KYC, no-signup, permissionless payment acceptance

Support

Need help? Message the PayRam team on Telegram: @PayRamChat

安全使用建议
This skill appears to be a legitimate integration guide for a self-hosted crypto gateway, but exercise caution before running anything: 1) Verify the upstream sources independently (visit payram.com and the GitHub org directly and confirm repo ownership and recent commits). 2) Review the repository and dependency manifest yourself (or in a sandbox) before running 'yarn install' or 'yarn dev'—don't run unreviewed code on production systems. 3) Be careful with any steps that scan your codebase or request wallet secrets; limit scanning to only the directories you want analyzed and never paste private keys into untrusted tools. 4) If you plan to accept payments, get a security and compliance review (smart contracts, wallet architecture, and regulatory/KYC implications). If you want greater assurance, ask the publisher for pinned release artifacts (signed releases or commit SHAs) and explicit documentation of what secrets are required and where they're stored.
功能分析
Type: OpenClaw Skill Name: crypto-payments-self-hosted-payram Version: 1.0.0 The skill bundle is classified as suspicious due to instructions in `SKILL.md` that direct the agent to clone and execute code from a remote GitHub repository (`https://github.com/PayRam/payram-helper-mcp-server`) using `git clone` and `yarn install && yarn dev`. This introduces a significant supply chain risk, as a compromised repository could lead to arbitrary code execution. Additionally, the skill describes tools like `assess_payram_project` and `scaffold_payram_app` which imply broad file system read and write access, respectively, posing further security risks despite being plausibly aligned with the stated purpose of integrating a payment gateway.
能力评估
Purpose & Capability
The name/description describe a self-hosted crypto payment gateway and the SKILL.md contains integration and deployment instructions that match that purpose. However, the registry metadata lists source/homepage as unknown/none while the SKILL.md points to payram.com and a GitHub org—this metadata mismatch reduces provenance confidence. Also the doc references additional setup (payram-setup) that will involve API keys and wallets, which is expected for this domain but not declared up front.
Instruction Scope
The instructions tell an agent to clone a GitHub repo and run 'yarn install && yarn dev' and reference an MCP tool that will 'scan your codebase' (assess_payram_project). Asking a tool to scan local project files is reasonable for integration helpers, but it grants the agent permission to read potentially sensitive local source/config files. The SKILL.md does not constrain what will be scanned or how sensitive data will be handled.
Install Mechanism
There is no formal install spec in the registry, but the SKILL.md advises cloning and running a GitHub repo with yarn. Using an official GitHub repo is common, but there is no pinned release/commit hash or checksum in the instructions—running 'yarn install && yarn dev' will fetch and execute third-party code, which carries the usual risks if the repo or dependencies are malicious or compromised.
Credentials
The skill declaration requests no environment variables or credentials, which is proportionate for an instruction-only overview. However the documentation references a separate 'payram-setup' that will configure wallets and API keys; those steps will likely ask for secrets (wallet keys or signing methods). The SKILL.md does not declare or document what secrets will be required or where they will be stored, which is a transparency gap.
Persistence & Privilege
The skill does not request always:true and uses default autonomous invocation settings. It does not request persistence or system-wide configuration in the manifest. Autonomous invocation is allowed by default; combine that with the instruction to scan the user's codebase and execute external code only if you trust the skill source.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install crypto-payments-self-hosted-payram
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /crypto-payments-self-hosted-payram 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of payram-crypto-payments skill. - Introduces PayRam, a self-hosted crypto and stablecoin payment gateway with no private keys on the server. - Supports USDT, USDC, Bitcoin, and ETH payments across Ethereum, Base, Polygon, and Tron networks. - Provides integration via an MCP server with 25+ developer tools and code scaffolding for multiple frameworks. - Features automated smart contract-based cold wallet sweeps and unlimited deposit addresses. - Includes guides for setup, integration, and application scaffolding for Express, Next.js, FastAPI, Laravel, Gin, and Spring Boot. - Serves as a modern BTCPay Server alternative with native stablecoin support and a no-KYC, non-custodial design.
元数据
Slug crypto-payments-self-hosted-payram
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 947 次。

如何安装 Crypto payments for agents and humans, full stack with Payram?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install crypto-payments-self-hosted-payram」即可一键安装,无需额外配置。

Crypto payments for agents and humans, full stack with Payram 是免费的吗?

是的,Crypto payments for agents and humans, full stack with Payram 完全免费(开源免费),可自由下载、安装和使用。

Crypto payments for agents and humans, full stack with Payram 支持哪些平台?

Crypto payments for agents and humans, full stack with Payram 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Crypto payments for agents and humans, full stack with Payram?

由 Siddharth Menon(@buddhasource)开发并维护,当前版本 v1.0.0。

💬 留言讨论