-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathopenclaw.plugin.json
More file actions
37 lines (37 loc) · 902 Bytes
/
Copy pathopenclaw.plugin.json
File metadata and controls
37 lines (37 loc) · 902 Bytes
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
{
"id": "solana-rent-free-dev",
"name": "Light Protocol",
"description": "Rent-free Solana development skills: compressed tokens, compressed PDAs, ZK or privacy program guides, and testing",
"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/ask-mcp",
"skills/compressed-pda",
"skills/compressed-token",
"skills/testing",
"skills/zk"
],
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}