-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathskills.json
More file actions
51 lines (51 loc) · 2.09 KB
/
Copy pathskills.json
File metadata and controls
51 lines (51 loc) · 2.09 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
{
"version": 1,
"skills": [
{
"slug": "daily-hexagram",
"name": "每日一卦",
"description": "周易每日占卜,基于时间+个人种子生成专属卦象。AI深度解读八维度运势(事业/爱情/财运/考试/健康/出行/官司/家宅)+今日宜忌+开运指引,完整报告800字以上。",
"summary": "周易每日一卦占卜,八维度运势解读",
"version": "1.3.1",
"zip_url": "https://github.com/godcong/yi/releases/download/v1.3.1/daily-hexagram.skill",
"sha256": "TBD",
"homepage": "https://github.com/godcong/yi",
"tags": ["周易", "占卜", "卦象", "运势", "每日一卦", "易经"],
"categories": ["lifestyle", "entertainment"],
"platforms": {
"linux-amd64": {
"url": "https://github.com/godcong/yi/releases/download/v1.3.1/daily-hexagram-linux-amd64.skill",
"sha256": "TBD"
},
"darwin-amd64": {
"url": "https://github.com/godcong/yi/releases/download/v1.3.1/daily-hexagram-darwin-amd64.skill",
"sha256": "TBD"
},
"darwin-arm64": {
"url": "https://github.com/godcong/yi/releases/download/v1.3.1/daily-hexagram-darwin-arm64.skill",
"sha256": "TBD"
},
"windows-amd64": {
"url": "https://github.com/godcong/yi/releases/download/v1.3.1/daily-hexagram-windows-amd64.skill",
"sha256": "TBD"
},
"windows-arm64": {
"url": "https://github.com/godcong/yi/releases/download/v1.3.1/daily-hexagram-windows-arm64.skill",
"sha256": "TBD"
},
"linux-arm64": {
"url": "https://github.com/godcong/yi/releases/download/v1.3.1/daily-hexagram-linux-arm64.skill",
"sha256": "TBD"
},
"linux-386": {
"url": "https://github.com/godcong/yi/releases/download/v1.3.1/daily-hexagram-linux-386.skill",
"sha256": "TBD"
},
"windows-386": {
"url": "https://github.com/godcong/yi/releases/download/v1.3.1/daily-hexagram-windows-386.skill",
"sha256": "TBD"
}
}
}
]
}