Skip to content

commet-labs/commet

v1.0.0MIT

Skills for integrating Commet billing using the contracts installed with your SDK.

Commet Skills

Agent Skills for the Commet billing platform. They give an agent repeatable billing workflows while exact APIs, errors, webhooks, and CLI capabilities come from the Commet packages installed in the user's project.

Install

npx skills add commet-labs/skills

Skills

SkillDescription
commetVersion-matched SDK integration across Node, Python, Go, Java, and PHP
billing-behaviorsBusiness behavior — proration, plan changes, subscription lifecycle
commet-cliCLI workflows — diagnostics, setup, sync, forwarding, and resources
commet-webhooksWebhook workflow — contract discovery, verification, idempotency, and handling
ai-billingAI usage billing — measurement, configuration, idempotency, and verification
migrate-commet-v7-to-v8Repository-aware migration from SDK v7 to the direct-response v8 contract
migrate-commet-v8-to-v9Repository-aware migration to independent Offers and top-level Markets

Install a single skill

npx skills add commet-labs/skills --skill commet
npx skills add commet-labs/skills --skill ai-billing
npx skills add commet-labs/skills --skill migrate-commet-v7-to-v8
npx skills add commet-labs/skills --skill migrate-commet-v8-to-v9

commet follows the current stable contract. Versioned migration skills remain scoped to one major boundary and are linked from the matching API changelog.

Installed context

Every Commet SDK ships documentation that matches its installed contract. The skills locate that documentation through the project's package manager and read its machine-readable manifest before changing an integration. Node projects also use the local, read-only commet doctor --output agent report.

The skills intentionally do not copy current method, event, error, payload, or command inventories. Updating a Commet SDK updates its code, types, and documentation together without requiring a matching skill release.

Remote effects require the exact organization and sandbox or live mode. Installing or loading a skill never contacts Commet or changes billing resources.

Portable skills package

The root plugin.json describes this repository as an Agent Plugins skills package. Compatible clients discover the existing workflows in skills/. This portable package includes skills only; configure MCP separately using the connection guide below. The client-specific Codex, Claude Code, and Cursor bundles retain their existing MCP configuration.

MCP connection

The optional plugin bundle connects to https://commet.co/mcp/v2. Use the client's OAuth sign-in to select an organization, or configure an API key as documented in the MCP guide. Installing skills with npx skills add does not connect to MCP.

Prerequisites

Links

License

MIT