-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathskill.json
More file actions
76 lines (76 loc) · 1.8 KB
/
skill.json
File metadata and controls
76 lines (76 loc) · 1.8 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "yield-agent",
"version": "0.1.5",
"description": "On-chain yield discovery, transaction building, and portfolio management via the Yield.xyz API across 80+ networks.",
"author": "yield-xyz",
"license": "Apache-2.0",
"homepage": "https://yield.xyz",
"keywords": [
"yield",
"staking",
"lending",
"defi",
"on-chain",
"web3",
"portfolio",
"transactions"
],
"sbom": {
"files": [
{
"path": "SKILL.md",
"required": true,
"description": "Main skill definition and index"
},
{
"path": "references/safety.md",
"required": true,
"description": "Pre-execution safety checks and constraints"
},
{
"path": "references/superskill.md",
"required": false,
"description": "40 advanced agent capabilities add-on"
},
{
"path": "references/openapi.yaml",
"required": true,
"description": "OpenAPI spec — source of truth for all types and schemas"
}
]
},
"openclaw": {
"emoji": "📈",
"category": "finance",
"requires": {
"bins": ["curl", "jq"]
},
"triggers": [
"find yields",
"stake",
"lend",
"deposit",
"yield farming",
"check balance",
"claim rewards",
"exit position",
"withdraw",
"APY",
"staking",
"lending",
"vault",
"restaking",
"on-chain yield"
]
},
"api": {
"baseUrl": "https://api.yield.xyz",
"authHeader": "x-api-key",
"apiKey": "b40dd85f-d89e-48da-a2b3-ec04fae106dc",
"_apiKeyNote": "Free shared key for getting started. Replace with your own from dashboard.yield.xyz for production use."
},
"state": {
"dir": "state/",
"files": ["yield-cache.json", "yield-safety.json"]
}
}