charlie-818

Moltpay — AI skill for Claude Code

AI community

Solana payment SDK for AI agents with OpenClaw and LangChain adapters.

How to install Moltpay

This entry records only its repository, not the path inside it, so there is no exact command to give. Open charlie-818/moltpay and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Moltpay does

Solana payment SDK for AI agents with OpenClaw and LangChain adapters.

Alternatives in AI

  • Opencodex — Universal provider proxy for OpenAI Codex & Claude Code — use any LLM (Claude, Gemini, Grok, DeepSeek, Ollama… 12.3k ★
  • Axonhub — ⚡️ Open-source AI Gateway — Use any SDK to call 100+ LLMs 3.2k ★
  • Gemini Skills — Skills for Gemini API, SDK and model interactions 2.3k ★

README

MoltPay

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) [![Node.js](https://img.shields.io/badge/Node.js-%3E%3D18-green.svg)](https://nodejs.org/) [![Solana](https://img.shields.io/badge/Solana-Powered-purple.svg)](https://solana.com/) [![OpenClaw](https://img.shields.io/badge/OpenClaw-Compatible-orange.svg)](https://openclaw.dev/) [![Website](https://img.shields.io/badge/Website-usemoltpay.xyz-red.svg)](https://usemoltpay.xyz)

A payment SDK enabling AI agents to transact value on Solana with enterprise-grade security and multi-framework support.

**Website:** [usemoltpay.xyz](https://usemoltpay.xyz)

Architecture

┌─────────────────────────────────────────────────────────────┐
│                        MoltPay SDK                          │
├─────────────────────────────────────────────────────────────┤
│  Agent Framework Adapters                                   │
│  ┌──────────┐ ┌──────────┐ ┌──────────┐ ┌──────────┐       │
│  │ OpenClaw │ │ LangChain│ │  CrewAI  │ │   MCP    │       │
│  │  Skill   │ │   Tool   │ │   Tool   │ │  Server  │       │
│  └────┬─────┘ └────┬─────┘ └────┬─────┘ └────┬─────┘       │
│       └────────────┴────────────┴────────────┘              │
│                          │                                  │
│  ┌───────────────────────▼──────────────────────────┐      │
│  │              Core Payment Engine                  │      │
│  │  WalletManager │ TransactionBuilder │ Verifier   │      │
│  └───────────────────────┬──────────────────────────┘      │
│                          │                                  │
│  ┌───────────────────────▼──────────────────────────┐      │
│  │              Security Layer                       │      │
│  │  Encryption │ RateLimiter │ FraudDetection       │      │
│  └───────────────────────────────────────────────────┘      │
└─────────────────────────────────────────────────────────────┘

Features

  • **Wallet Manage