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.
Files changed (50) hide show
  1. package/README.md +35 -8
  2. package/dist/apps/panel/index.html +58 -15
  3. package/dist/src/adapters/pi/extension.js +322 -120
  4. package/dist/src/adapters/pi/extension.js.map +1 -1
  5. package/dist/src/branding.d.ts +9 -0
  6. package/dist/src/branding.js +24 -1
  7. package/dist/src/branding.js.map +1 -1
  8. package/dist/src/chat.d.ts +3 -0
  9. package/dist/src/chat.js +17 -6
  10. package/dist/src/chat.js.map +1 -1
  11. package/dist/src/cli.js +20 -8
  12. package/dist/src/cli.js.map +1 -1
  13. package/dist/src/core/docx.js +2 -2
  14. package/dist/src/core/docx.js.map +1 -1
  15. package/dist/src/index.d.ts +2 -0
  16. package/dist/src/index.js +2 -0
  17. package/dist/src/index.js.map +1 -1
  18. package/dist/src/panel/extension.js +3 -1
  19. package/dist/src/panel/extension.js.map +1 -1
  20. package/dist/src/panel/server.d.ts +2 -0
  21. package/dist/src/panel/server.js +66 -9
  22. package/dist/src/panel/server.js.map +1 -1
  23. package/dist/src/setup.d.ts +1 -1
  24. package/dist/src/setup.js +12 -4
  25. package/dist/src/setup.js.map +1 -1
  26. package/dist/src/skills/recommended.d.ts +84 -0
  27. package/dist/src/skills/recommended.js +339 -0
  28. package/dist/src/skills/recommended.js.map +1 -0
  29. package/dist/src/style/cli-ui.js +2 -1
  30. package/dist/src/style/cli-ui.js.map +1 -1
  31. package/dist/src/telemetry/export.d.ts +24 -0
  32. package/dist/src/telemetry/export.js +264 -0
  33. package/dist/src/telemetry/export.js.map +1 -0
  34. package/dist/src/tui/skill-manager.d.ts +49 -0
  35. package/dist/src/tui/skill-manager.js +133 -0
  36. package/dist/src/tui/skill-manager.js.map +1 -0
  37. package/dist/src/updates/registry.d.ts +1 -0
  38. package/dist/src/updates/registry.js +19 -0
  39. package/dist/src/updates/registry.js.map +1 -1
  40. package/dist/src/updates/update.d.ts +32 -4
  41. package/dist/src/updates/update.js +163 -6
  42. package/dist/src/updates/update.js.map +1 -1
  43. package/package.json +4 -3
  44. package/scripts/rebrand-pi.mjs +16 -12
  45. package/skills/core/citation-audit/SKILL.md +9 -9
  46. package/skills/core/evidence-capture/SKILL.md +9 -9
  47. package/skills/core/manifest.json +15 -15
  48. package/skills/core/research-brief/SKILL.md +8 -8
  49. package/skills/core/research-intake/SKILL.md +9 -9
  50. package/skills/recommended/catalog.json +163 -43
@@ -1,52 +1,172 @@
1
1
  {
2
2
  "schemaVersion": "psyclaw/recommended-skills/v1",
3
- "documentVersion": "0.2.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
- { "id": "markitdown", "name": "MarkItDown", "kind": "skill", "stage": "统一", "description": "把 PDF、Word、PPT、Excel、HTML 等转换为结构化 Markdown。", "sourceRef": "https://github.com/microsoft/markitdown" },
8
- { "id": "markitdown-pro", "name": "MarkItDown Pro", "kind": "skill", "stage": "统一", "description": "字幕优先、转录回退,把 B 站课程和讲座转成带来源状态的 Markdown。", "sourceRef": "https://github.com/LHT666-hub/markItdown-pro" },
9
- { "id": "session-handoff", "name": "Session Handoff", "kind": "skill", "stage": "接力", "description": "把长任务的目标、进度、阻塞和下一步写成可核验的交接状态。", "sourceRef": "https://github.com/LHT666-hub/session-handoff" },
10
- { "id": "paper-search-mcp", "name": "Paper Search MCP", "kind": "mcp", "stage": "检索", "description": "统一 arXiv、PubMed、OpenAlex、Crossref 等开放来源的论文检索和去重。", "sourceRef": "https://github.com/openags/paper-search-mcp" },
11
- { "id": "zotero-translators", "name": "Zotero Translators", "kind": "skill", "stage": "题录", "description": "从出版社和数据库页面提取规范题录、DOI、PDF 和补充材料。", "sourceRef": "https://github.com/zotero/translators" },
12
- { "id": "scansci-pdf", "name": "ScanSci PDF", "kind": "skill", "stage": "获取", "description": "按开放来源、官方接口和用户授权会话尝试获取论文全文。", "sourceRef": "https://github.com/Rimagination/scansci-pdf" },
13
- { "id": "scholarbridge", "name": "ScholarBridge", "kind": "skill", "stage": "质控", "description": "连接文献清单、PDF 完整性校验、哈希去重和 Zotero 交接。", "sourceRef": "https://github.com/LHT666-hub/ScholarBridge" },
14
- { "id": "mentorforge", "name": "MentorForge", "kind": "skill", "stage": "蒸馏", "description": "从学者主页、论文和全文信号卡中提炼可追问的科研方法论。", "sourceRef": "https://github.com/qwqalice/MentorForge" },
15
- { "id": "supervisor-skills", "name": "Supervisor-Skills", "kind": "skill", "stage": "写作", "description": "覆盖 idea、调研、写作、图表、评审和投稿前检查的科研规范。", "sourceRef": "https://github.com/HKUSTDial/Supervisor-Skills" },
16
- { "id": "openkb", "name": "OpenKB", "kind": "skill", "stage": "知识库", "description": "把异构资料编译成可链接、可检索、可持续更新的 Wiki。", "sourceRef": "https://github.com/VectifyAI/OpenKB" },
17
- { "id": "corpus2skill", "name": "Corpus2Skill", "kind": "skill", "stage": "知识库", "description": "将大规模语料编译成可导航的 Skill 树和文档索引。", "sourceRef": "https://github.com/dukesun99/Corpus2Skill" },
18
- { "id": "academic-reference-matcher", "name": "Academic Reference Matcher", "kind": "skill", "stage": "核验", "description": "逐条拆分 Claim、检索来源并输出 Claim–Reference 对照表。", "sourceRef": "https://github.com/keros68/academic-reference-matcher" },
19
- { "id": "pskoett-ai-skills", "name": "pskoett AI Skills", "kind": "skill", "stage": "进化", "description": "把失败和纠正沉淀为候选经验,经过验证后晋升为规则或回归测试。", "sourceRef": "https://github.com/pskoett/pskoett-ai-skills" },
20
- { "id": "omnidistill", "name": "OmniDistill", "kind": "skill", "stage": "蒸馏", "description": "以证据账本统一 Knowledge、Heuristics、Workflows、Anti-patterns 和 Boundaries。", "sourceRef": "https://github.com/LHT666-hub/OmniDistill" },
21
- { "id": "smartplot", "name": "SmartPlot", "kind": "tool", "stage": "绘图", "description": "科研绘图、样式统一、多面板组图和可见确认的 MCP 控制。", "sourceRef": "https://smartplot.app" },
22
- { "id": "ars-academic-research-skill", "name": "ARS Academic Research Skill", "kind": "skill", "stage": "科研总线", "description": "用户补充的学术研究技能集合;来源和版本待确认,先作为候选入口。", "sourceRef": "user-provided / source-to-confirm", "status": "discover-only" },
23
- { "id": "nature-skill-suite", "name": "Nature Skill Suite", "kind": "skill-pack", "stage": "Nature", "description": "Nature 系列科研检索、写作、润色、读文、图表、统计、数据和审稿工作流。", "sourceRef": "local: nature-* skills", "status": "discover-only" },
24
- { "id": "playwright-mcp", "name": "Microsoft Playwright MCP", "kind": "mcp", "stage": "Web Bridge", "description": "结构化浏览器操作;可使用独立浏览器,也可通过 Chrome 扩展连接已有标签页和登录状态。", "sourceRef": "https://github.com/microsoft/playwright-mcp", "status": "discover-only" },
25
- { "id": "browserbase-stagehand-mcp", "name": "Browserbase / Stagehand MCP", "kind": "mcp", "stage": "Web Bridge", "description": "通过自然语言控制浏览器,支持托管或本地 MCP;适合需要长时间网页交互的任务。", "sourceRef": "https://github.com/browserbase/mcp-server-browserbase", "status": "discover-only" },
26
- { "id": "computer-use-mcp", "name": "Computer Use MCP", "kind": "mcp", "stage": "Computer Use", "description": "Windows、macOS、Linux 原生窗口、截图、鼠标键盘和应用控制;必须单独审批权限。", "sourceRef": "https://github.com/zavora-ai/computer-use-mcp", "status": "discover-only" },
27
- { "id": "orca-computer-use", "name": "Orca Computer Use", "kind": "integration", "stage": "Computer Use", "description": "本机已有的桌面可视化控制能力,通过 Orca 的版本化 CLI 读取窗口、无障碍树和截图并执行安全操作。", "sourceRef": "local: computer-use skill / ORCA CLI", "status": "available-if-orca" }
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
- {"id":"markitdown","sourceKind":"github","ref":"fd239d5d2be43d9b68329730206b9312c7d5a388","license":"MIT","command":"python -m pip install markitdown","target":".psyclaw/imports/recommended/markitdown","dependencies":["Python >=3.10"],"status":"review-required","requiresApproval":true,"blockedReason":"Package install is not content-pinned; verify the PyPI version before execution."},
31
- {"id":"markitdown-pro","sourceKind":"github","ref":"a601bb294f57dc03a681d2b9fa91d4bb5627bd2f","license":"MIT","command":"git clone https://github.com/LHT666-hub/markItdown-pro .psyclaw/imports/recommended/markitdown-pro && git -C .psyclaw/imports/recommended/markitdown-pro checkout a601bb294f57dc03a681d2b9fa91d4bb5627bd2f","target":".psyclaw/imports/recommended/markitdown-pro","dependencies":["Git","Python runtime per repository metadata"],"status":"review-required","requiresApproval":true,"blockedReason":"Repository license is verified, but dependency lock and Skill entrypoint still require preflight."},
32
- {"id":"paper-search-mcp","sourceKind":"github","ref":"c8b642183bb725f0a7faec89e58b558df09079d1","license":"MIT","command":"git clone https://github.com/openags/paper-search-mcp .psyclaw/mcp-src/paper-search-mcp && git -C .psyclaw/mcp-src/paper-search-mcp checkout c8b642183bb725f0a7faec89e58b558df09079d1","target":".psyclaw/mcp/paper-search-mcp.json","dependencies":["Git","Python/uv per repository metadata"],"status":"review-required","requiresApproval":true,"blockedReason":"Verify package entrypoint and lockfile before registering a stdio server."},
33
- {"id":"session-handoff","sourceKind":"github","ref":"e18e41900953e0126b6beb0b24387bbaf2178f44","license":"MIT","command":"git clone https://github.com/LHT666-hub/session-handoff .psyclaw/imports/recommended/session-handoff && git -C .psyclaw/imports/recommended/session-handoff checkout e18e41900953e0126b6beb0b24387bbaf2178f44","target":".psyclaw/imports/recommended/session-handoff","dependencies":["Git"],"status":"review-required","requiresApproval":true,"blockedReason":"Verify SKILL.md and dependency tree before activation."},
34
- {"id":"zotero-translators","sourceKind":"github","ref":"master","license":"unknown","command":"git clone https://github.com/zotero/translators .psyclaw/imports/recommended/zotero-translators && git -C .psyclaw/imports/recommended/zotero-translators checkout master","target":".psyclaw/imports/recommended/zotero-translators","dependencies":["Git","Zotero-compatible translator runtime"],"status":"blocked","requiresApproval":true,"blockedReason":"License and immutable commit were not verified in the current preflight."},
35
- {"id":"scansci-pdf","sourceKind":"github","ref":"master","license":"Apache-2.0","command":"git clone https://github.com/Rimagination/scansci-pdf .psyclaw/imports/recommended/scansci-pdf && git -C .psyclaw/imports/recommended/scansci-pdf checkout master","target":".psyclaw/imports/recommended/scansci-pdf","dependencies":["Git","repository runtime requirements"],"status":"review-required","requiresApproval":true,"blockedReason":"Immutable commit and executable Skill entrypoint still require preflight."},
36
- {"id":"scholarbridge","sourceKind":"github","ref":"8e16393534068f4f1e18dfe5ce3b1c15a94a02c4","license":"unknown","command":"git clone https://github.com/LHT666-hub/ScholarBridge .psyclaw/imports/recommended/scholarbridge && git -C .psyclaw/imports/recommended/scholarbridge checkout 8e16393534068f4f1e18dfe5ce3b1c15a94a02c4","target":".psyclaw/imports/recommended/scholarbridge","dependencies":["Git"],"status":"blocked","requiresApproval":true,"blockedReason":"Repository license is not declared by GitHub metadata."},
37
- {"id":"mentorforge","sourceKind":"github","ref":"14de3bc28ee7e74273c69fc3e4672426f4b335d0","license":"MIT","command":"git clone https://github.com/qwqalice/MentorForge .psyclaw/imports/recommended/mentorforge && git -C .psyclaw/imports/recommended/mentorforge checkout 14de3bc28ee7e74273c69fc3e4672426f4b335d0","target":".psyclaw/imports/recommended/mentorforge","dependencies":["Git"],"status":"review-required","requiresApproval":true,"blockedReason":"Verify Skill entrypoint and runtime dependencies before activation."},
38
- {"id":"supervisor-skills","sourceKind":"github","ref":"aff5de9e5b902df0ef51e955d4c78b22793d763a","license":"NOASSERTION","command":"git clone https://github.com/HKUSTDial/Supervisor-Skills .psyclaw/imports/recommended/supervisor-skills && git -C .psyclaw/imports/recommended/supervisor-skills checkout aff5de9e5b902df0ef51e955d4c78b22793d763a","target":".psyclaw/imports/recommended/supervisor-skills","dependencies":["Git"],"status":"blocked","requiresApproval":true,"blockedReason":"License requires human review before installation."},
39
- {"id":"openkb","sourceKind":"github","ref":"master","license":"Apache-2.0","command":"git clone https://github.com/VectifyAI/OpenKB .psyclaw/imports/recommended/openkb && git -C .psyclaw/imports/recommended/openkb checkout master","target":".psyclaw/imports/recommended/openkb","dependencies":["Git","repository runtime requirements"],"status":"review-required","requiresApproval":true,"blockedReason":"Immutable commit and dependency lock still require preflight."},
40
- {"id":"corpus2skill","sourceKind":"github","ref":"e1f036154014d3833f0dabb831115be52ba98aa4","license":"unknown","command":"git clone https://github.com/dukesun99/Corpus2Skill .psyclaw/imports/recommended/corpus2skill && git -C .psyclaw/imports/recommended/corpus2skill checkout e1f036154014d3833f0dabb831115be52ba98aa4","target":".psyclaw/imports/recommended/corpus2skill","dependencies":["Git"],"status":"blocked","requiresApproval":true,"blockedReason":"License is not verified."},
41
- {"id":"academic-reference-matcher","sourceKind":"github","ref":"189a5ddbeaca8e1a594c28ac5d4c694741c01db9","license":"MIT","command":"git clone https://github.com/keros68/academic-reference-matcher .psyclaw/imports/recommended/academic-reference-matcher && git -C .psyclaw/imports/recommended/academic-reference-matcher checkout 189a5ddbeaca8e1a594c28ac5d4c694741c01db9","target":".psyclaw/imports/recommended/academic-reference-matcher","dependencies":["Git"],"status":"review-required","requiresApproval":true,"blockedReason":"Verify entrypoint and dependency lock before activation."},
42
- {"id":"pskoett-ai-skills","sourceKind":"github","ref":"20e64cec1529d9c371fdcc20c751b7ef10b68af7","license":"unknown","command":"git clone https://github.com/pskoett/pskoett-ai-skills .psyclaw/imports/recommended/pskoett-ai-skills && git -C .psyclaw/imports/recommended/pskoett-ai-skills checkout 20e64cec1529d9c371fdcc20c751b7ef10b68af7","target":".psyclaw/imports/recommended/pskoett-ai-skills","dependencies":["Git"],"status":"blocked","requiresApproval":true,"blockedReason":"License is not verified."},
43
- {"id":"omnidistill","sourceKind":"github","ref":"109141d0f55c0dbaac2563bcf700d6ef99c39f6b","license":"unknown","command":"git clone https://github.com/LHT666-hub/OmniDistill .psyclaw/imports/recommended/omnidistill && git -C .psyclaw/imports/recommended/omnidistill checkout 109141d0f55c0dbaac2563bcf700d6ef99c39f6b","target":".psyclaw/imports/recommended/omnidistill","dependencies":["Git"],"status":"blocked","requiresApproval":true,"blockedReason":"License is not verified."},
44
- {"id":"smartplot","sourceKind":"website","ref":null,"license":"unknown","command":null,"target":null,"dependencies":[],"status":"blocked","requiresApproval":true,"blockedReason":"Source is a website rather than a verified package repository."},
45
- {"id":"ars-academic-research-skill","sourceKind":"user-provided","ref":null,"license":"unknown","command":null,"target":".psyclaw/imports/recommended/ars-academic-research-skill","dependencies":[],"status":"blocked","requiresApproval":true,"blockedReason":"User-provided source/ref is still required."},
46
- {"id":"nature-skill-suite","sourceKind":"local","ref":null,"license":"unknown","command":"copy reviewed nature-* skills into .psyclaw/imports/recommended/nature-skill-suite","target":".psyclaw/imports/recommended/nature-skill-suite","dependencies":["local skill source"],"status":"review-required","requiresApproval":true,"blockedReason":"Each local Skill needs independent source, version, hash, license and dependency evidence."},
47
- {"id":"playwright-mcp","sourceKind":"github","ref":"7e0457a7cbf88823bf0146d12c46ae12c6818247","license":"Apache-2.0","command":"npx -y @playwright/mcp@latest","target":".psyclaw/mcp/playwright-mcp.json","dependencies":["Node.js >=18","npm or pnpm"],"status":"review-required","requiresApproval":true,"blockedReason":"npm package version must be pinned before execution; browser-session access requires a separate approval."},
48
- {"id":"browserbase-stagehand-mcp","sourceKind":"github","ref":"3e6f53461949037d5e65dd425da3ceb1263f11d6","license":"Apache-2.0","command":"npm install --save-dev @browserbasehq/stagehand","target":".psyclaw/mcp/browserbase-stagehand-mcp.json","dependencies":["Node.js","Browserbase credentials if hosted"],"status":"blocked","requiresApproval":true,"blockedReason":"Repository is archived and hosted use requires credentials; do not enable automatically."},
49
- {"id":"computer-use-mcp","sourceKind":"github","ref":"main","license":"MIT","command":"git clone https://github.com/zavora-ai/computer-use-mcp .psyclaw/imports/recommended/computer-use-mcp && git -C .psyclaw/imports/recommended/computer-use-mcp checkout main","target":".psyclaw/mcp/computer-use-mcp.json","dependencies":["Git","OS accessibility permissions"],"status":"review-required","requiresApproval":true,"blockedReason":"Immutable commit and desktop control permissions require preflight."},
50
- {"id":"orca-computer-use","sourceKind":"local","ref":null,"license":"unknown","command":"use installed Orca computer-use integration after capability check","target":".psyclaw/mcp/orca-computer-use.json","dependencies":["Orca CLI"],"status":"review-required","requiresApproval":true,"blockedReason":"Local Orca version and manifest must be checked at runtime."}
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
  }