ai-billing

Installation
SKILL.md

AI Billing

Quick Start

Wrap any Vercel AI SDK model with tracked() to automatically bill for token usage:

import { Commet } from "@commet/node";
import { tracked } from "@commet/ai-sdk";
import { anthropic } from "@ai-sdk/anthropic";
import { generateText } from "ai";

const commet = new Commet({ apiKey: process.env.COMMET_API_KEY! });
Related skills
Installs
22
GitHub Stars
3
First Seen
Apr 3, 2026