Skip to main content
ClaudeWave
thriftell avatar
thriftell

budgetary-clients

Ver en GitHub

SDKs and IDE plugins for Budgetary, the pre-flight token-spend estimator for LLM queries.

PluginsRegistry oficial0 estrellas0 forksTypeScriptApache-2.0Actualizado today
Install as a Claude Code plugin
Method: Clone
Claude Code
/plugin marketplace add thriftell/budgetary-clients
/plugin install budgetary-clients
1. Inside Claude Code, add the marketplace and install the plugin with the commands above.
2. Follow any post-install configuration from the README.
3. Restart the session if commands or hooks do not show up immediately.

1 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.

Instalar
Casos de uso

Resumen de Plugins

# Budgetary clients

[![License: Apache-2.0](https://img.shields.io/badge/License-Apache--2.0-blue.svg)](./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.

Featured on ClaudeWave: thriftell/budgetary-clients
[![Featured on ClaudeWave](https://claudewave.com/api/badge/thriftell-budgetary-clients)](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

Alternativas a budgetary-clients