Source: raw/x-account-nousresearch-2066647737613832624.md
Author: @NousResearch (Nous Research) | URL: https://x.com/NousResearch/status/2066647737613832624 | Posted: 2026-06-15
In partnership with Stripe, Hermes Agent now ships a first-party suite of Stripe payment skills, giving the agent real-world spending power — buying on the open web, paying per-call for APIs, and provisioning its own SaaS. The skills install from the official catalog under the official/payments/ namespace and carry a built-in safety model: configurable human-approval gates, credentials kept out of the transcript, and one-time credentials cleaned up after use. This is the payments counterpart to the vetted-install discipline Hermes already applies to MCP servers and skill bundles.
Evidence note: this is a first-party @NousResearch announcement; the capability and safety claims are vendor assertions, and the raw capture is an x_search synthesis of the post — exact wording, media, and per-skill specifics should be confirmed against the linked post and the docs catalog before relying on details.
Key Takeaways
- Agent commerce, three capabilities. The Stripe skill suite lets Hermes (1) buy things on the open web, (2) use pay-per-call APIs, and (3) provision its own SaaS — the agent can transact, not just read.
- First-party, with a Stripe partnership. Shipped by Nous Research “in partnership with Stripe” — these are official skills, not community wrappers.
- Three named skills.
stripe-link-cli,mpp-agent, andstripe-projects, installed individually from the official catalog. - Install pattern.
hermes skills install official/payments/<skill>— the samehermes skills installsurface as the rest of the official skills catalog, scoped to theofficial/payments/namespace. - Built-in safety model — three controls:
- Configurable human-approval gates — spend actions can require human sign-off.
- Credentials never enter the transcript — payment secrets stay out of the model’s context and logs.
- One-time credentials cleaned up after use — ephemeral credentials are removed post-transaction.
- Docs home. The payments skills live in the optional-skills catalog:
hermes-agent.nousresearch.com/docs/reference/optional-skills-catalog#payments. - Consistent with the rest of Hermes. The approval-gate + credential-isolation model extends the same least-privilege discipline documented in the Hermes Security Model, which already names the Stripe key as a credential kept invisible to tool subprocesses.
Related
- Hermes Agent
- Hermes Security Model — the credential-scoping + human-approval discipline this payments safety model extends
- Hermes MCP Catalog — the analogous vetted-install surface on the MCP side (
hermes mcp installvshermes skills install) - Hermes Skill Bundles — the official skills catalog (optional vs bundled) these payment skills install from
- Hermes User Stories — operators already running Stripe dashboards + a Stripe dispute skill in production; this suite formalizes agent-side commerce
- Hermes Accelerated Business Hackathon — Custodian, Mom-n-Pop Skills, CashFromChaos — three hackathon winners (Nous + NVIDIA + Stripe) building real-money Hermes agents, validating this skill suite’s real-world commerce use case
Try It
- Browse the catalog. Read the payments section of the optional-skills catalog:
hermes-agent.nousresearch.com/docs/reference/optional-skills-catalog#payments. - Install a payment skill:
hermes skills install official/payments/stripe-link-cli hermes skills install official/payments/mpp-agent hermes skills install official/payments/stripe-projects - Set the approval gate before any live spend. Configure the human-approval gate so transactions require sign-off until you trust the workflow.
- Verify credential hygiene. Confirm payment credentials never appear in the transcript and that one-time credentials are cleaned up after use before running an unattended commerce loop.
- See the install follow-up post: https://x.com/NousResearch/status/2066647740801593377
Open Questions
mpp-agentacronym. The source names the skill but does not expand “MPP”; the distinct responsibilities ofmpp-agentvsstripe-link-clivsstripe-projectsare not detailed in the post.- Release binding. Which Hermes version the payments suite ships in is not stated in the source.
- Provenance. The raw capture is an x_search synthesis of the @NousResearch post; exact wording, per-skill scope, and the approval-gate configuration mechanics should be confirmed against the linked docs catalog and post before reproduction.