-
Notifications
You must be signed in to change notification settings - Fork 598
Expand file tree
/
Copy pathopenclaw.plugin.json
More file actions
62 lines (62 loc) · 1.86 KB
/
openclaw.plugin.json
File metadata and controls
62 lines (62 loc) · 1.86 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
52
53
54
55
56
57
58
59
60
61
62
{
"id": "clawrouter",
"name": "ClawRouter",
"description": "Smart LLM router — 55+ models, x402 micropayments, 92% cost savings. Phone lookup + AI voice calls (Twilio + Bland.ai). Surf crypto-data API (84 endpoints, on-chain SQL, 100M+ labeled wallets) via skill.",
"skills": ["./skills"],
"activation": {
"onStartup": true
},
"enabledByDefault": true,
"providers": ["blockrun"],
"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_predexon_endpoint_call",
"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",
"blockrun_phone_lookup",
"blockrun_phone_lookup_fraud",
"blockrun_phone_numbers_buy",
"blockrun_phone_numbers_renew",
"blockrun_phone_numbers_list",
"blockrun_phone_numbers_release",
"blockrun_voice_call",
"blockrun_voice_status"
],
"webSearchProviders": ["blockrun-exa"]
},
"configSchema": {
"type": "object",
"properties": {
"walletKey": {
"type": "string",
"description": "EVM wallet private key (0x...). Optional — auto-generated if not set."
},
"routing": {
"type": "object",
"description": "Override default routing configuration"
}
}
},
"uiHints": {
"walletKey": {
"label": "Wallet Private Key",
"sensitive": true,
"placeholder": "0x... (optional — auto-generated)"
}
}
}