Skip to main content
ClaudeWave
thriftell avatar
thriftell

budgetary-clients

View on GitHub

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

PluginsOfficial Registry0 stars0 forksTypeScriptApache-2.0Updated 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 in this repository

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.

Install
Use cases

Plugins overview

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

What people ask about budgetary-clients

What is thriftell/budgetary-clients?

+

thriftell/budgetary-clients is plugins for the Claude AI ecosystem. SDKs and IDE plugins for Budgetary, the pre-flight token-spend estimator for LLM queries. It has 0 GitHub stars and was last updated today.

How do I install budgetary-clients?

+

You can install budgetary-clients by cloning the repository (https://github.com/thriftell/budgetary-clients) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is thriftell/budgetary-clients safe to use?

+

thriftell/budgetary-clients has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains thriftell/budgetary-clients?

+

thriftell/budgetary-clients is maintained by thriftell. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to budgetary-clients?

+

Yes. On ClaudeWave you can browse similar plugins at /categories/plugins, sorted by popularity or recent activity.

Deploy budgetary-clients to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

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>