fluveo
v0.1.0Agent skills for integrating with the Fluveo payments API (Stripe-shaped /v1) over raw HTTP: payment intents, refunds, hosted checkout, payment links, customers, billing, balance.
By FluveoLicense: MIT0 GitHub starsUpdated 15 hours ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 2, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install fluveo for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install fluveo@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/leanrails-inc/fluveo-aiClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .claude-plugin/plugin.json├── skills/fluveo-docs/SKILL.md└── skills/fluveo-integrate/SKILL.md
Included Skills2
Look up the exact Fluveo /v1 API contract (which endpoints exist, their request parameters, and response fields) from the bundled OpenAPI subset. Use when you need to verify whether a Fluveo endpoint or parameter is supported, when the fluveo-integrate skill says "check the contract", when the user asks "does Fluveo support X", or before writing any Fluveo API call you are not certain about.
Integrate a merchant's software with the Fluveo payments API over raw HTTP (no SDK). Use whenever the user wants to accept payments, charge a card, take a payment, create a payment intent, confirm or capture a payment, authorize now and capture later, refund a payment (full or partial), build a checkout, use hosted checkout or Checkout Sessions, create a payment link, save a customer or card, list charges, check balance or balance transactions, create products, prices, invoices or subscriptions, migrate from Stripe to Fluveo, or mentions Fluveo, api.fluveo.dev, sk_test keys, Stripe-compatible payments, PaymentIntent, refund, checkout session, or payment link. Also use when handling Fluveo API errors, idempotency keys, retries, 3DS / requires_action, or asking what Fluveo does or does not support.
Plugin manifests1
{
"name": "fluveo",
"version": "0.1.0",
"description": "Agent skills for integrating with the Fluveo payments API (Stripe-shaped /v1) over raw HTTP: payment intents, refunds, hosted checkout, payment links, customers, billing, balance.",
"author": {
"name": "Fluveo"
},
"homepage": "https://api.fluveo.dev",
"repository": "https://github.com/leanrails-inc/fluveo-ai",
"license": "MIT",
"keywords": [
"fluveo",
"payments",
"stripe-compatible",
"checkout",
"refunds",
"payment-intents"
],
"skills": "./skills/"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[fluveo on Agent Plugins Marketplace](https://pluginsmp.com/plugins/fluveo)