integration-paypal

Connect PayPal REST apps to a self-hosted Hermes agent over SSH.

13|1|Updated Jun 1, 2026
One-click install
npx skills add https://github.com/paarths-collab/hstack --skill integration-paypal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: integration-paypal
Source: https://github.com/paarths-collab/hstack/tree/main/skills/integration-paypal
Command: npx skills add https://github.com/paarths-collab/hstack --skill integration-paypal

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual work of wiring PayPal into a self-hosted Hermes agent, so an AI agent can authenticate, verify credentials, and reach PayPal services safely over SSH.

Core Features & Use Cases

  • Connects a REST app to Hermes using client ID, client secret, and sandbox or live environment settings.
  • Supports PayPal workflows such as orders, captures, payouts, invoices, subscriptions, and transaction search.
  • Handles the operational steps that matter in production: secret storage, OAuth2 token minting, gateway reloads, idempotent setup, verification, and rollback-safe recovery.
  • Use it when you want an AI coding agent to wire PayPal into an existing remote Hermes deployment without exposing secrets in chat.

Quick Start

Ask the skill to connect PayPal to your Hermes server after you provide the client ID, client secret, and environment.

Frequently Asked Questions about integration-paypal

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect PayPal to a self-hosted Hermes agent over SSH?

To connect PayPal to a self-hosted Hermes agent over SSH, you provide your client ID, client secret, and sandbox or live environment settings. The setup handles OAuth2 token minting and gateway reloads so the AI agent can safely authenticate and reach PayPal services.

Can I use PayPal subscriptions and payouts with an AI coding agent?

Yes, you can manage PayPal subscriptions and payouts with an AI coding agent. This integration supports orders, captures, invoices, payouts, and transaction search workflows by wiring the REST app directly into your remote Hermes deployment.

How does OAuth2 token minting work when wiring PayPal into Hermes?

OAuth2 token minting securely authenticates your PayPal REST app with the Hermes agent using your stored client credentials. It ensures idempotent configuration and safe token generation without exposing your secrets in the chat interface.

What is the best way to securely store PayPal client credentials for an AI agent?

Securely storing PayPal client credentials for an AI agent involves applying SSH-based setup and secret storage protocols. This approach prevents exposing client secrets in chat while enabling rollback-safe recovery and gateway verification.

Does PayPal MCP wiring support sandbox and live environments?

Yes, PayPal MCP wiring supports both sandbox and live environments. You can configure the REST connection using your specific environment settings, with a REST fallback available if MCP wiring encounters issues during gateway reloads.

Why do I need idempotent configuration and rollback-safe recovery for PayPal transactions?

Idempotent configuration and rollback-safe recovery are needed for PayPal transactions to prevent duplicate operations and ensure system stability. These operational steps allow safe gateway reloads and verification during production setup.