Loading...
Loading...
Use when working with the Commet CLI -- logging in, linking projects, pulling types for autocomplete, scaffolding new projects from templates (fixed, seats, metered, credits, balance-ai, balance-fixed), or managing organizations.
npx skill4agent add commet-labs/commet-skills commet-clinpm install -g commetcommet login # Authenticate in browser
commet link # Link project to organization
commet pull # Generate .commet/types.d.tscommet pullplanCodefeatureseatTypeawait commet.usage.track({
externalId: "user_123",
feature: "api_calls", // autocomplete from pulled types
});
await commet.subscriptions.create({
externalId: "user_123",
planCode: "pro", // autocomplete from pulled types
});| Command | Description |
|---|---|
| Authenticate with Commet (opens browser) |
| Remove credentials |
| Show auth status and current organization |
| Link project to an organization |
| Unlink project |
| Switch to a different organization |
| Show project and auth status |
| Generate |
| List features for the linked organization |
| List seat types |
| List plans |
| Scaffold new project from a billing template |
commet create my-app| Template | Billing Model |
|---|---|
| Fixed subscriptions with boolean features |
| Per-seat billing for team collaboration |
| Usage-based with included amounts and overage |
| Credit-based consumption with packs and top-ups |
| AI product with automatic token cost tracking |
| Prepaid balance with fixed unit prices |
commet createcommet logout.commet/types.d.tscommet pullsandbox.commet.cocommet.cocommet pullcommet pull