SDKs and IDE plugins for Budgetary, the pre-flight token-spend estimator for LLM queries.
/plugin marketplace add thriftell/budgetary-clients
/plugin install budgetary-clients1 items en este repositorio
Get a Budgetary pre-flight token-spend estimate for a task before running it. Use whenever the user wants to know how many tokens a task is likely to consume before doing it.
Resumen de Plugins
# Budgetary clients
[](./LICENSE)
**Budgetary tells you how many tokens an LLM query will cost — before you run it.**
Budgetary is a hosted API at `https://api.budgetary.tools` that returns probabilistic pre-inference token-spend estimates for LLM queries. This repository holds the open-source clients that talk to it: language SDKs and editor plugins.
## Quick example
```ts
import { BudgetaryClient } from "@budgetary/sdk";
const budgetary = new BudgetaryClient({ apiKey: process.env.BUDGETARY_API_KEY! });
const estimate = await budgetary.estimate("Summarize the attached PDF in three bullets.");
```
> The SDK in this release is a stub — the call above illustrates the shape of the API surface, not a working implementation.
## Install
See [docs/installation.md](docs/installation.md) for per-client setup:
- TypeScript / JavaScript SDK — `@budgetary/sdk` on npm
- Python SDK — `budgetary` on PyPI
- VS Code extension (dashboard)
- Claude Code plugin
- Codex plugin
## API
Bearer-auth HTTP API at `https://api.budgetary.tools`. The wire contract is published at [docs/api-contract.md](docs/api-contract.md).
## Status
**Early access.** The hosted API is live, but client interfaces may change between releases until they reach 1.0. Pin exact versions in production.
## License
[Apache-2.0](./LICENSE). Copyright Budgetary.
Lo que la gente pregunta sobre budgetary-clients
¿Qué es thriftell/budgetary-clients?
+
thriftell/budgetary-clients es plugins para el ecosistema de Claude AI. SDKs and IDE plugins for Budgetary, the pre-flight token-spend estimator for LLM queries. Tiene 0 estrellas en GitHub y se actualizó por última vez today.
¿Cómo se instala budgetary-clients?
+
Puedes instalar budgetary-clients clonando el repositorio (https://github.com/thriftell/budgetary-clients) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar thriftell/budgetary-clients?
+
thriftell/budgetary-clients aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.
¿Quién mantiene thriftell/budgetary-clients?
+
thriftell/budgetary-clients es mantenido por thriftell. La última actividad registrada en GitHub es de today, con 0 issues abiertos.
¿Hay alternativas a budgetary-clients?
+
Sí. En ClaudeWave puedes explorar plugins similares en /categories/plugins, ordenados por popularidad o actividad reciente.
Despliega budgetary-clients en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/thriftell-budgetary-clients)<a href="https://claudewave.com/repo/thriftell-budgetary-clients"><img src="https://claudewave.com/api/badge/thriftell-budgetary-clients" alt="Featured on ClaudeWave: thriftell/budgetary-clients" width="320" height="64" /></a>Más Plugins
Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.
Academic Research Skills for Claude Code: research → write → review → revise → finalize
A Claude Code plugin that shows what's happening - context usage, active tools, running agents, and todo progress
Create beautiful slides on the web using a coding agent's frontend skills
PM Skills Marketplace: 100+ agentic skills, commands, and plugins — from discovery to strategy, execution, launch, and growth.
A 100% free modern JS SaaS boilerplate (React, NodeJS, Prisma). Full-featured: Auth (email, google, github, slack, MS), Email sending, Background jobs, Landing page, Payments (Stripe, Polar.sh), Shadcn UI, S3 file upload. AI-ready with tailored AGENTS.md, skills, and Claude Code plugin. One cmd deploy. Powered by Wasp full-stack framework.