-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
48 lines (48 loc) · 1.58 KB
/
Copy pathplugin.json
File metadata and controls
48 lines (48 loc) · 1.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "codex-ledger",
"version": "0.2.1",
"description": "Local-first Codex usage analytics and observability.",
"author": {
"name": "Daniel Chen",
"url": "https://github.com/ctdaniel"
},
"homepage": "https://github.com/ctdaniel/codex-ledger",
"repository": "https://github.com/ctdaniel/codex-ledger",
"license": "MIT",
"keywords": [
"codex",
"usage",
"analytics",
"observability",
"tokens",
"local-first"
],
"extensions": {
"com.openai": {
"interface": {
"displayName": "Ledger for Codex",
"shortDescription": "See where Codex usage goes.",
"longDescription": "Generate a private local dashboard for Codex usage, including projects, models, sessions, token trends, context-growth signals, and observed quota snapshots.",
"developerName": "Daniel Chen",
"category": "Developer Tools",
"defaultPrompt": [
"Open my Codex usage dashboard.",
"Analyze my Codex usage for the last 7 days.",
"Which sessions have the fastest context growth?",
"Why was my most expensive Codex session so large?"
],
"brandColor": "#0A84FF",
"websiteURL": "https://github.com/ctdaniel/codex-ledger",
"screenshots": [
"./assets/dashboard.jpg"
],
"capabilities": [
"Analyze local Codex usage",
"Inspect session and context-growth signals",
"Compare projects, models, tasks, trends, and expensive turns"
]
}
}
}
}