← Back to Skills Marketplace
5735
Downloads
3
Stars
1
Active Installs
8
Versions
Install in OpenClaw
/install chargebee
Description
Chargebee API integration with managed OAuth. Install only if you need Chargebee billing administration. Connect with least-privilege access, verify the inte...
Usage Guidance
Install only if you need an agent to administer Chargebee. Use a least-privilege Chargebee/Maton connection, keep MATON_API_KEY and connection URLs private, always specify and verify the intended Maton-Connection value, and approve only specific billing write actions after reviewing the target resource and financial impact.
Capability Analysis
Type: OpenClaw Skill
Name: chargebee
Version: 1.0.7
The Chargebee skill is a standard API integration that uses the maton.ai gateway to manage OAuth and proxy requests to Chargebee. The SKILL.md file includes responsible security guidelines for the AI agent, such as defaulting to read-only operations and requiring explicit user approval with financial impact summaries before performing any mutations. No indicators of data exfiltration, malicious execution, or obfuscation were found.
Capability Assessment
Purpose & Capability
The skill's stated purpose is Chargebee billing administration, and its documented capabilities to manage customers, subscriptions, invoices, hosted pages, and portal sessions fit that purpose; these are high-impact billing functions but clearly described.
Instruction Scope
The instructions explicitly limit use to documented Chargebee endpoints, require verifying the Maton connection ID, default to read-only checks, and require explicit user confirmation with financial-impact details before writes, cancels, or deletes.
Install Mechanism
The artifact contains only a single SKILL.md file and no install scripts, executable files, background workers, or hidden setup behavior.
Credentials
Network access and MATON_API_KEY are expected for a managed OAuth API gateway, but they grant access to sensitive Chargebee billing data and should be handled as privileged credentials.
Persistence & Privilege
OAuth connections can remain active until deleted or revoked; the skill discloses connection management and tells users to use least-privilege access and revoke unused connections.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install chargebee - After installation, invoke the skill by name or use
/chargebee - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.7
- The skill description and documentation now include prominent security warnings and least-privilege recommendations.
- Added instructions to always verify the intended Chargebee connection ID before every request, especially for write operations.
- Clarified that only the documented API endpoints may be used; arbitrary paths are not supported.
- Required explicit user confirmation with clear resource details and consequences before any write, update, or cancel action.
- Emphasized the default to read-only operations and the need to summarize financial impact for billing changes.
v1.0.6
- Updated all API and connection management endpoint URLs from `gateway.maton.ai` and `ctrl.maton.ai` to `api.maton.ai`
- Clarified that multiple connections require explicit `Maton-Connection` header use
- Added a section on security and user approval for write operations
- Minor response example normalization and wording improvements
- Removed the file LICENSE.txt
v1.0.5
- Added a new `clawdbot` metadata section with required environment variable declaration for `MATON_API_KEY` and an emoji indicator.
- No changes to skill features or usage.
v1.0.4
- Minor documentation update to the troubleshooting and error handling sections.
- Clarified troubleshooting steps for API key errors and invalid app names.
- No changes made to code or functionality.
v1.0.3
- All shell (curl) code samples have been replaced with Python code using the standard library for API usage and connection management.
- Added a new section for troubleshooting "Invalid API key" errors, with step-by-step diagnostic guidance.
- Updated example commands throughout to demonstrate the recommended Python approach, instead of curl.
- No changes to API endpoints or functionality—documentation update only.
v1.0.2
- Added a note in the description directing users to the api-gateway skill for third-party apps other than Chargebee.
- Updated curl code examples to use the $MATON_API_KEY environment variable consistently.
- Added important usage notes about using curl with globbing (`-g` flag) and environment variable expansion when piping output.
- No functional or API changes. Documentation improvements only.
v1.0.1
- Clarified the base URL format, now using /chargebee/{native-api-path} and explaining dynamic subdomain replacement.
- Added instructions for handling multiple Chargebee connections using the Maton-Connection header.
- Expanded example API responses to include connection metadata and timestamps.
- Minor improvements to authentication guidance (now mentions new user signup).
- Documentation improved for clarity and accuracy across connection and usage examples.
v1.0.0
Initial release of Chargebee API integration.
- Integrates Chargebee API with managed OAuth through Maton.
- Manage subscriptions, customers, invoices, items, and hosted checkout pages.
- Includes API reference, cURL and code examples, and environment variable setup.
- Provides instructions for managing Chargebee connections and OAuth authorization.
- Supports filtering, error handling, pagination, and Product Catalog 2.0 endpoints.
Metadata
Frequently Asked Questions
What is Chargebee?
Chargebee API integration with managed OAuth. Install only if you need Chargebee billing administration. Connect with least-privilege access, verify the inte... It is an AI Agent Skill for Claude Code / OpenClaw, with 5735 downloads so far.
How do I install Chargebee?
Run "/install chargebee" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Chargebee free?
Yes, Chargebee is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Chargebee support?
Chargebee is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Chargebee?
It is built and maintained by byungkyu (@byungkyu); the current version is v1.0.7.
More Skills