-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopenclaw.plugin.json
More file actions
41 lines (41 loc) · 1.01 KB
/
openclaw.plugin.json
File metadata and controls
41 lines (41 loc) · 1.01 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
{
"id": "solana-rent-free-dev",
"name": "Light Protocol",
"description": "Rent-free Solana development skills: DeFi, payments, token distribution, pda's, zk or privacy program guide, testing, and more",
"version": "1.0.0",
"homepage": "https://www.zkcompression.com",
"repository": "https://github.com/Lightprotocol/skills",
"author": {
"name": "Light Protocol",
"url": "https://github.com/Lightprotocol"
},
"license": "MIT",
"requires": {
"env": [],
"bins": ["node", "solana", "anchor", "cargo", "light"],
"config": []
},
"install": [
{
"kind": "node",
"package": "skills",
"bins": ["skills"]
}
],
"skills": [
"skills/token-distribution",
"skills/ask-mcp",
"skills/data-streaming",
"skills/light-sdk",
"skills/light-token-client",
"skills/solana-compression",
"skills/payments",
"skills/testing",
"skills/zk-nullifier"
],
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}