psyclaw 0.29.13 → 0.29.15

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 CHANGED
@@ -4,7 +4,7 @@ PsyClaw 是面向社会科学研究的智能体工作台。它把研究项目、
4
4
 
5
5
  PsyClaw 自有代码使用 MIT 许可证;随 npm 包内置的 Academic Research Skills 位于 `vendor/ars`,保持上游署名并单独遵循 CC BY-NC 4.0,仅限非商业用途。
6
6
 
7
- 当前版本:`0.29.13`。正式命令、用户配置目录和后续发布统一使用 `psyclaw`。
7
+ 当前版本:`0.29.15`。正式命令、用户配置目录和后续发布统一使用 `psyclaw`。
8
8
 
9
9
  ## 发布流程
10
10
 
@@ -21,19 +21,19 @@ RELEASE_MESSAGE="release: describe the change" pnpm release:push
21
21
  需要 Node.js `>=22.19.0`。官方 npm 源:
22
22
 
23
23
  ```powershell
24
- npm install -g psyclaw@0.29.13
24
+ npm install -g psyclaw@0.29.15
25
25
  ```
26
26
 
27
27
  如果本机 npm 配置把 registry 误写成带有 `~/` 的地址,请显式指定官方源:
28
28
 
29
29
  ```bash
30
- npm install -g psyclaw@0.29.13 --registry=https://registry.npmjs.org/
30
+ npm install -g psyclaw@0.29.15 --registry=https://registry.npmjs.org/
31
31
  ```
32
32
 
33
33
  中国大陆网络较慢或无法访问官方源时:
34
34
 
35
35
  ```powershell
36
- npm install -g psyclaw@0.29.13 --registry=https://registry.npmmirror.com
36
+ npm install -g psyclaw@0.29.15 --registry=https://registry.npmmirror.com
37
37
  ```
38
38
 
39
39
  或安装脚本:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "psyclaw",
3
- "version": "0.29.13",
3
+ "version": "0.29.15",
4
4
  "description": "A standalone, evidence-grounded social-science research agent with research contracts, evidence gates, and recoverable workflows",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "schemaVersion": "psyclaw/recommended-skills/v1",
3
- "documentVersion": "0.7.8",
4
- "syncedAt": "2026-09-07",
3
+ "documentVersion": "0.7.9",
4
+ "syncedAt": "2026-09-08",
5
5
  "sourceDocument": "学术AI_Skill分享资料.pdf",
6
6
  "sourceRef": "local-user-curated",
7
7
  "items": [
@@ -105,7 +105,7 @@
105
105
  "stage": "文献前沿",
106
106
  "description": "基于期刊文章清单开展可追溯的前沿追踪、主题映射、关键词分析和未解决问题发现。",
107
107
  "sourceRef": "https://github.com/kingfly51/journal-frontier-radar",
108
- "installHint": "安装仓库中的 skills/journal-frontier-radar 完整目录,包含 SKILL.md 及其脚本;该 Skill 要求使用 Kimi WebBridge 进行期刊检索。"
108
+ "installHint": "安装仓库中的 skills/journal-frontier-radar 完整目录,包含 SKILL.md 及其脚本。启用前须先安装推荐外部工具 Kimi WebBridge(官方 daemon + Chrome/Edge 扩展),并用 `kimi-webbridge status` 确认 extension_connected: true;不要把本机 Downloads 解压扩展当 PsyClaw Plugin 安装。"
109
109
  },
110
110
  {
111
111
  "id": "manuscript-statistical-forensics",
@@ -189,6 +189,16 @@
189
189
  }
190
190
  ],
191
191
  "externalTools": [
192
+ {
193
+ "id": "kimi-webbridge",
194
+ "name": "Kimi WebBridge",
195
+ "kind": "external-tool",
196
+ "installable": true,
197
+ "stage": "浏览器桥接",
198
+ "description": "月之暗面官方本机浏览器桥:daemon(127.0.0.1:10086)+ Chrome/Edge 扩展。让 Agent 操作用户真实浏览器与登录态,供 Journal Frontier Radar 等文献调研 Skill 联网检索;不是 PsyClaw Plugin,也不是可 clone 进 .psyclaw 的 Skill 包。",
199
+ "sourceRef": "https://www.kimi.com/zh-cn/features/webbridge",
200
+ "installHint": "按官网安装,不要把 Downloads 解压扩展当 PsyClaw Plugin。1) macOS/Linux 执行 `curl -fsSL https://cdn.kimi.com/webbridge/install.sh | bash`(Windows 按官网指引);2) 从 Chrome Web Store 或 Edge Add-ons 安装 Kimi WebBridge 扩展并保持浏览器运行;商店不可用时才从官网下载后手动「加载已解压的扩展程序」;3) 运行 `kimi-webbridge status`,确认 extension_connected: true;4) 安装脚本若写入宿主 Skill 目录(常见为 ~/.claude/skills/kimi-webbridge),保留即可,供 Agent 调用本机 daemon。完成后报告 daemon 路径、扩展连接状态与验证命令输出。"
201
+ },
192
202
  {
193
203
  "id": "markitdown",
194
204
  "name": "MarkItDown",