-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathopenclaw.plugin.json
More file actions
51 lines (51 loc) · 1.45 KB
/
openclaw.plugin.json
File metadata and controls
51 lines (51 loc) · 1.45 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
49
50
51
{
"id": "xclawrouter",
"name": "XClawRouter",
"description": "Smart LLM router for OKX — agentic wallet, 55+ models, x402 micropayments on Base + Solana",
"skills": ["./skills"],
"contracts": {
"tools": [
"blockrun_predexon_events",
"blockrun_predexon_leaderboard",
"blockrun_predexon_markets",
"blockrun_predexon_smart_money",
"blockrun_predexon_smart_activity",
"blockrun_predexon_wallet",
"blockrun_predexon_wallet_pnl",
"blockrun_predexon_matching_markets",
"blockrun_stock_price",
"blockrun_stock_history",
"blockrun_stock_list",
"blockrun_crypto_price",
"blockrun_fx_price",
"blockrun_commodity_price",
"blockrun_image_generation",
"blockrun_image_edit",
"blockrun_video_generation"
],
"webSearchProviders": ["blockrun-exa"],
"imageGenerationProviders": ["blockrun"],
"videoGenerationProviders": ["blockrun"],
"musicGenerationProviders": ["blockrun"]
},
"configSchema": {
"type": "object",
"properties": {
"onchainosBin": {
"type": "string",
"description": "Path to OKX's onchainos CLI. Defaults to `onchainos` on PATH."
},
"routing": {
"type": "object",
"description": "Override default routing configuration"
}
}
},
"uiHints": {
"onchainosBin": {
"label": "onchainos CLI path",
"sensitive": false,
"placeholder": "onchainos"
}
}
}