psyclaw 0.26.3 → 0.27.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +35 -8
- package/dist/apps/panel/index.html +58 -15
- package/dist/src/adapters/pi/extension.js +322 -120
- package/dist/src/adapters/pi/extension.js.map +1 -1
- package/dist/src/branding.d.ts +9 -0
- package/dist/src/branding.js +24 -1
- package/dist/src/branding.js.map +1 -1
- package/dist/src/chat.d.ts +3 -0
- package/dist/src/chat.js +17 -6
- package/dist/src/chat.js.map +1 -1
- package/dist/src/cli.js +20 -8
- package/dist/src/cli.js.map +1 -1
- package/dist/src/core/docx.js +2 -2
- package/dist/src/core/docx.js.map +1 -1
- package/dist/src/index.d.ts +2 -0
- package/dist/src/index.js +2 -0
- package/dist/src/index.js.map +1 -1
- package/dist/src/panel/extension.js +3 -1
- package/dist/src/panel/extension.js.map +1 -1
- package/dist/src/panel/server.d.ts +2 -0
- package/dist/src/panel/server.js +66 -9
- package/dist/src/panel/server.js.map +1 -1
- package/dist/src/setup.d.ts +1 -1
- package/dist/src/setup.js +12 -4
- package/dist/src/setup.js.map +1 -1
- package/dist/src/skills/recommended.d.ts +84 -0
- package/dist/src/skills/recommended.js +339 -0
- package/dist/src/skills/recommended.js.map +1 -0
- package/dist/src/style/cli-ui.js +2 -1
- package/dist/src/style/cli-ui.js.map +1 -1
- package/dist/src/telemetry/export.d.ts +24 -0
- package/dist/src/telemetry/export.js +264 -0
- package/dist/src/telemetry/export.js.map +1 -0
- package/dist/src/tui/skill-manager.d.ts +49 -0
- package/dist/src/tui/skill-manager.js +133 -0
- package/dist/src/tui/skill-manager.js.map +1 -0
- package/dist/src/updates/registry.d.ts +1 -0
- package/dist/src/updates/registry.js +19 -0
- package/dist/src/updates/registry.js.map +1 -1
- package/dist/src/updates/update.d.ts +32 -4
- package/dist/src/updates/update.js +163 -6
- package/dist/src/updates/update.js.map +1 -1
- package/package.json +4 -3
- package/scripts/rebrand-pi.mjs +16 -12
- package/skills/core/citation-audit/SKILL.md +9 -9
- package/skills/core/evidence-capture/SKILL.md +9 -9
- package/skills/core/manifest.json +15 -15
- package/skills/core/research-brief/SKILL.md +8 -8
- package/skills/core/research-intake/SKILL.md +9 -9
- package/skills/recommended/catalog.json +163 -43
|
@@ -1,52 +1,172 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": "psyclaw/recommended-skills/v1",
|
|
3
|
-
"documentVersion": "0.
|
|
3
|
+
"documentVersion": "0.5.0",
|
|
4
|
+
"syncedAt": "2026-08-30",
|
|
4
5
|
"sourceDocument": "学术AI_Skill分享资料.pdf",
|
|
5
6
|
"sourceRef": "local-user-curated",
|
|
6
7
|
"items": [
|
|
7
|
-
{
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
{
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
{
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
8
|
+
{
|
|
9
|
+
"id": "markitdown-bilibili",
|
|
10
|
+
"name": "MarkItDown + Bilibili",
|
|
11
|
+
"kind": "skill",
|
|
12
|
+
"stage": "材料转换",
|
|
13
|
+
"description": "字幕优先、转录回退,把 B 站课程和讲座转成带来源状态的 Markdown。",
|
|
14
|
+
"sourceRef": "https://github.com/LHT666-hub/markItdown-pro"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"id": "session-handoff",
|
|
18
|
+
"name": "Session Handoff",
|
|
19
|
+
"kind": "skill",
|
|
20
|
+
"stage": "任务接力",
|
|
21
|
+
"description": "把长任务的目标、进度、阻塞和下一步写成可核验的交接状态。",
|
|
22
|
+
"sourceRef": "https://github.com/LHT666-hub/session-handoff"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"id": "zotero-translators",
|
|
26
|
+
"name": "Zotero Translators",
|
|
27
|
+
"kind": "skill",
|
|
28
|
+
"stage": "题录",
|
|
29
|
+
"description": "从出版社和数据库页面提取规范题录、DOI、PDF 和补充材料。",
|
|
30
|
+
"sourceRef": "https://github.com/zotero/translators"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"id": "scansci-pdf",
|
|
34
|
+
"name": "ScanSci PDF",
|
|
35
|
+
"kind": "skill",
|
|
36
|
+
"stage": "全文获取",
|
|
37
|
+
"description": "按开放来源、官方接口和用户授权会话尝试获取论文全文。",
|
|
38
|
+
"sourceRef": "https://github.com/Rimagination/scansci-pdf"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"id": "scholarbridge",
|
|
42
|
+
"name": "ScholarBridge",
|
|
43
|
+
"kind": "skill",
|
|
44
|
+
"stage": "文献质控",
|
|
45
|
+
"description": "连接文献清单、PDF 完整性校验、哈希去重和 Zotero 交接。",
|
|
46
|
+
"sourceRef": "https://github.com/LHT666-hub/ScholarBridge"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"id": "mentorforge",
|
|
50
|
+
"name": "MentorForge",
|
|
51
|
+
"kind": "skill",
|
|
52
|
+
"stage": "方法蒸馏",
|
|
53
|
+
"description": "从学者主页、论文和全文信号卡中提炼可追问的科研方法论。",
|
|
54
|
+
"sourceRef": "https://github.com/qwqalice/MentorForge"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"id": "supervisor-skills",
|
|
58
|
+
"name": "Supervisor-Skills",
|
|
59
|
+
"kind": "skill",
|
|
60
|
+
"stage": "研究写作",
|
|
61
|
+
"description": "覆盖研究构思、调研、写作、图表、评审和投稿前检查的科研工作流。",
|
|
62
|
+
"sourceRef": "https://github.com/HKUSTDial/Supervisor-Skills"
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"id": "openkb",
|
|
66
|
+
"name": "OpenKB",
|
|
67
|
+
"kind": "skill",
|
|
68
|
+
"stage": "知识库",
|
|
69
|
+
"description": "把异构资料编译成可链接、可检索、可持续更新的知识库。",
|
|
70
|
+
"sourceRef": "https://github.com/VectifyAI/OpenKB"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"id": "corpus2skill",
|
|
74
|
+
"name": "Corpus2Skill",
|
|
75
|
+
"kind": "skill",
|
|
76
|
+
"stage": "知识库",
|
|
77
|
+
"description": "将大规模语料编译成可导航的 Skill 树和文档索引。",
|
|
78
|
+
"sourceRef": "https://github.com/dukesun99/Corpus2Skill"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"id": "academic-reference-matcher",
|
|
82
|
+
"name": "Academic Reference Matcher",
|
|
83
|
+
"kind": "skill",
|
|
84
|
+
"stage": "引用核验",
|
|
85
|
+
"description": "逐条拆分 Claim、检索来源并输出 Claim–Reference 对照表。",
|
|
86
|
+
"sourceRef": "https://github.com/keros68/academic-reference-matcher"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"id": "pskoett-ai-skills",
|
|
90
|
+
"name": "pskoett AI Skills",
|
|
91
|
+
"kind": "skill",
|
|
92
|
+
"stage": "经验沉淀",
|
|
93
|
+
"description": "把失败和纠正沉淀为候选经验,经过验证后晋升为规则或回归测试。",
|
|
94
|
+
"sourceRef": "https://github.com/pskoett/pskoett-ai-skills"
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"id": "omnidistill",
|
|
98
|
+
"name": "OmniDistill",
|
|
99
|
+
"kind": "skill",
|
|
100
|
+
"stage": "知识蒸馏",
|
|
101
|
+
"description": "以证据账本统一知识、启发式规则、工作流、反模式和边界。",
|
|
102
|
+
"sourceRef": "https://github.com/LHT666-hub/OmniDistill"
|
|
103
|
+
}
|
|
104
|
+
],
|
|
105
|
+
"externalTools": [
|
|
106
|
+
{
|
|
107
|
+
"id": "markitdown",
|
|
108
|
+
"name": "MarkItDown",
|
|
109
|
+
"kind": "external-tool",
|
|
110
|
+
"stage": "材料转换",
|
|
111
|
+
"description": "把 PDF、Word、PPT、Excel、HTML 等转换为结构化 Markdown。它是独立 Python 工具,不作为 PsyClaw Skill 安装。",
|
|
112
|
+
"sourceRef": "https://github.com/microsoft/markitdown"
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"id": "smartplot",
|
|
116
|
+
"name": "SmartPlot",
|
|
117
|
+
"kind": "external-tool",
|
|
118
|
+
"stage": "科研绘图",
|
|
119
|
+
"description": "科研绘图、样式统一、多面板组图和可见确认工具。它不是 PsyClaw Skill。",
|
|
120
|
+
"sourceRef": "https://smartplot.app"
|
|
121
|
+
}
|
|
28
122
|
],
|
|
29
123
|
"installPrep": [
|
|
30
|
-
{
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
{
|
|
50
|
-
|
|
124
|
+
{
|
|
125
|
+
"id": "markitdown-bilibili",
|
|
126
|
+
"sourceKind": "github",
|
|
127
|
+
"sourceUrl": "https://github.com/LHT666-hub/markItdown-pro.git",
|
|
128
|
+
"ref": "a601bb294f57dc03a681d2b9fa91d4bb5627bd2f",
|
|
129
|
+
"skillPath": "markitdown-bilibili",
|
|
130
|
+
"skillName": "markitdown-bilibili",
|
|
131
|
+
"license": "MIT",
|
|
132
|
+
"target": ".psyclaw/imports/recommended/markitdown-bilibili",
|
|
133
|
+
"dependencies": [
|
|
134
|
+
"Python >=3.10",
|
|
135
|
+
"markitdown[all]",
|
|
136
|
+
"yt-dlp",
|
|
137
|
+
"FFmpeg (optional for transcription)"
|
|
138
|
+
],
|
|
139
|
+
"status": "review-required",
|
|
140
|
+
"requiresApproval": true,
|
|
141
|
+
"blockedReason": "Runtime dependencies are installed separately and must pass the Skill doctor before conversion."
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"id": "session-handoff",
|
|
145
|
+
"sourceKind": "github",
|
|
146
|
+
"sourceUrl": "https://github.com/LHT666-hub/session-handoff.git",
|
|
147
|
+
"ref": "e18e41900953e0126b6beb0b24387bbaf2178f44",
|
|
148
|
+
"skillPath": "session-handoff",
|
|
149
|
+
"skillName": "session-handoff",
|
|
150
|
+
"license": "MIT",
|
|
151
|
+
"target": ".psyclaw/imports/recommended/session-handoff",
|
|
152
|
+
"dependencies": [],
|
|
153
|
+
"status": "review-required",
|
|
154
|
+
"requiresApproval": true,
|
|
155
|
+
"blockedReason": "Install manifest and content hash must pass validation before activation."
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"id": "academic-reference-matcher",
|
|
159
|
+
"sourceKind": "github",
|
|
160
|
+
"sourceUrl": "https://github.com/keros68/academic-reference-matcher.git",
|
|
161
|
+
"ref": "189a5ddbeaca8e1a594c28ac5d4c694741c01db9",
|
|
162
|
+
"skillPath": ".",
|
|
163
|
+
"skillName": "academic-reference-matcher",
|
|
164
|
+
"license": "MIT",
|
|
165
|
+
"target": ".psyclaw/imports/recommended/academic-reference-matcher",
|
|
166
|
+
"dependencies": [],
|
|
167
|
+
"status": "review-required",
|
|
168
|
+
"requiresApproval": true,
|
|
169
|
+
"blockedReason": "Install manifest and content hash must pass validation before activation."
|
|
170
|
+
}
|
|
51
171
|
]
|
|
52
172
|
}
|