-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
30 lines (30 loc) · 1.06 KB
/
plugin.json
File metadata and controls
30 lines (30 loc) · 1.06 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
{
"name": "@targe/plugin-eliza",
"description": "Targe LLM token sharing marketplace — pay-per-token LLM access via USDC on Base. No API key required. Share idle keys and earn.",
"version": "1.0.0",
"author": "Targe",
"license": "MIT",
"repository": "https://github.com/pabloleaf/plugin-targe",
"keywords": ["targe", "llm", "usdc", "base", "x402", "micropayments", "anthropic", "openai", "google"],
"agentCapabilities": [
"Call Claude, GPT, Gemini via pool proxy (USDC per token)",
"Register idle LLM key to earn USDC",
"Check wallet balance and deposit address",
"Check key earnings"
],
"requiredEnvVars": [
{
"name": "TARGE_PRIVATE_KEY",
"description": "Agent's Base wallet private key. This wallet earns from key sharing AND pays for pool calls — same address, no transfer needed.",
"required": true,
"sensitive": true
}
],
"optionalEnvVars": [
{
"name": "TARGE_BASE_URL",
"description": "Override Targe API base URL. Default: https://api.targe.io",
"required": false
}
]
}