Skip to content

Commit 9f359b4

Browse files
Merge branch 'develop'
2 parents e1ba2c1 + 4190d94 commit 9f359b4

2 files changed

Lines changed: 34 additions & 2 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "claude-code-tokenmiser",
3+
"owner": {
4+
"name": "David Whiteside"
5+
},
6+
"metadata": {
7+
"description": "Daily token quota enforcement for Claude Code"
8+
},
9+
"plugins": [
10+
{
11+
"name": "tokenmiser",
12+
"source": ".",
13+
"description": "Enforces a daily token budget for Claude Code. Works with any backend — Bedrock, Vertex, direct API, or subscription.",
14+
"version": "1.0.0",
15+
"author": {
16+
"name": "David Whiteside"
17+
},
18+
"repository": "https://github.com/thedavidwhiteside/claude-code-tokenmiser",
19+
"license": "MIT",
20+
"keywords": ["tokens", "quota", "budget", "bedrock"]
21+
}
22+
]
23+
}

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,19 @@ Usage is stored in `~/.claude-token-quota/YYYY-MM-DD.json` and resets automatica
1919
## Installation
2020

2121
```bash
22-
claude --plugin-dir /path/to/claude-code-tokenmiser
22+
claude plugin marketplace add thedavidwhiteside/claude-code-tokenmiser
23+
claude plugin install tokenmiser@claude-code-tokenmiser
2324
```
2425

25-
That's it. The plugin wires up the hooks and applies default settings automatically.
26+
This permanently installs the plugin. It will be active in all future Claude Code sessions without any extra flags.
27+
28+
### Try before installing
29+
30+
To test without installing permanently:
31+
32+
```bash
33+
claude --plugin-dir /path/to/claude-code-tokenmiser
34+
```
2635

2736
### Configuration
2837

0 commit comments

Comments
 (0)