What problem does it solve?
This Skill removes the manual overhead of wiring Stripe into a self-hosted Hermes agent, making it safe to add payment and billing capabilities over SSH without exposing secret keys.
Core Features & Use Cases
- Restricted-key enforcement: Refuses unrestricted Stripe secret keys and requires a least-privilege restricted key for safer access.
- End-to-end MCP setup: Stores the token on the VPS, registers Stripe's remote MCP server, reloads Hermes, and verifies the integration.
- Operational safety: Confirms test versus live mode, supports optional connected-account headers, performs a live API smoke test, and includes rollback steps.
- Use case: Connect Stripe so your AI agent can manage customers, invoices, subscriptions, refunds, and payments from a self-hosted Hermes deployment.
Quick Start
Ask the skill to connect Stripe to your Hermes VPS using a restricted Stripe API key and complete the full MCP setup, verification, and smoke test.