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 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.
Plugins overview
# 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.
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.
[](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>More 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.