psyclaw 0.26.2 → 0.27.0

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 (44) hide show
  1. package/README.md +38 -9
  2. package/dist/src/adapters/pi/extension.js +274 -119
  3. package/dist/src/adapters/pi/extension.js.map +1 -1
  4. package/dist/src/branding.d.ts +9 -0
  5. package/dist/src/branding.js +23 -0
  6. package/dist/src/branding.js.map +1 -1
  7. package/dist/src/chat.d.ts +3 -0
  8. package/dist/src/chat.js +32 -6
  9. package/dist/src/chat.js.map +1 -1
  10. package/dist/src/cli.js +20 -8
  11. package/dist/src/cli.js.map +1 -1
  12. package/dist/src/index.d.ts +2 -0
  13. package/dist/src/index.js +2 -0
  14. package/dist/src/index.js.map +1 -1
  15. package/dist/src/setup.d.ts +4 -1
  16. package/dist/src/setup.js +51 -9
  17. package/dist/src/setup.js.map +1 -1
  18. package/dist/src/skills/recommended.d.ts +75 -0
  19. package/dist/src/skills/recommended.js +291 -0
  20. package/dist/src/skills/recommended.js.map +1 -0
  21. package/dist/src/style/cli-ui.js +4 -3
  22. package/dist/src/style/cli-ui.js.map +1 -1
  23. package/dist/src/telemetry/export.d.ts +24 -0
  24. package/dist/src/telemetry/export.js +264 -0
  25. package/dist/src/telemetry/export.js.map +1 -0
  26. package/dist/src/tui/skill-manager.d.ts +49 -0
  27. package/dist/src/tui/skill-manager.js +133 -0
  28. package/dist/src/tui/skill-manager.js.map +1 -0
  29. package/dist/src/updates/registry.d.ts +1 -0
  30. package/dist/src/updates/registry.js +19 -0
  31. package/dist/src/updates/registry.js.map +1 -1
  32. package/dist/src/updates/update.d.ts +32 -4
  33. package/dist/src/updates/update.js +163 -6
  34. package/dist/src/updates/update.js.map +1 -1
  35. package/dist/src/wizard.js +10 -3
  36. package/dist/src/wizard.js.map +1 -1
  37. package/package.json +4 -3
  38. package/scripts/rebrand-pi.mjs +28 -14
  39. package/skills/core/citation-audit/SKILL.md +9 -9
  40. package/skills/core/evidence-capture/SKILL.md +9 -9
  41. package/skills/core/manifest.json +15 -15
  42. package/skills/core/research-brief/SKILL.md +8 -8
  43. package/skills/core/research-intake/SKILL.md +9 -9
  44. package/skills/recommended/catalog.json +14 -13
@@ -1,11 +1,12 @@
1
1
  {
2
2
  "schemaVersion": "psyclaw/recommended-skills/v1",
3
- "documentVersion": "0.2.0",
3
+ "documentVersion": "0.3.0",
4
+ "syncedAt": "2026-08-29",
4
5
  "sourceDocument": "学术AI_Skill分享资料.pdf",
5
6
  "sourceRef": "local-user-curated",
6
7
  "items": [
7
8
  { "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": "markitdown-bilibili", "name": "MarkItDown + Bilibili", "kind": "skill", "stage": "统一", "description": "字幕优先、转录回退,把 B 站课程和讲座转成带来源状态的 Markdown。", "sourceRef": "https://github.com/LHT666-hub/markItdown-pro" },
9
10
  { "id": "session-handoff", "name": "Session Handoff", "kind": "skill", "stage": "接力", "description": "把长任务的目标、进度、阻塞和下一步写成可核验的交接状态。", "sourceRef": "https://github.com/LHT666-hub/session-handoff" },
10
11
  { "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
12
  { "id": "zotero-translators", "name": "Zotero Translators", "kind": "skill", "stage": "题录", "description": "从出版社和数据库页面提取规范题录、DOI、PDF 和补充材料。", "sourceRef": "https://github.com/zotero/translators" },
@@ -27,26 +28,26 @@
27
28
  { "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" }
28
29
  ],
29
30
  "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."},
31
+ {"id":"markitdown","sourceKind":"github","ref":"9dc0d6579b8739c9d0671ff205e071e3053c7df1","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."},
32
+ {"id":"markitdown-bilibili","sourceKind":"github","sourceUrl":"https://github.com/LHT666-hub/markItdown-pro.git","ref":"a601bb294f57dc03a681d2b9fa91d4bb5627bd2f","skillPath":"markitdown-bilibili","skillName":"markitdown-bilibili","license":"MIT","target":".psyclaw/imports/recommended/markitdown-bilibili","dependencies":["Python >=3.10","markitdown[all]","yt-dlp","FFmpeg (optional for transcription)"],"status":"review-required","requiresApproval":true,"blockedReason":"Runtime dependencies are installed separately and must pass the Skill doctor before conversion."},
33
+ {"id":"paper-search-mcp","sourceKind":"github","ref":"234678ab231074a7977320978ee0496dcdaddd1f","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 234678ab231074a7977320978ee0496dcdaddd1f","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."},
34
+ {"id":"session-handoff","sourceKind":"github","sourceUrl":"https://github.com/LHT666-hub/session-handoff.git","ref":"e18e41900953e0126b6beb0b24387bbaf2178f44","skillPath":"session-handoff","skillName":"session-handoff","license":"MIT","target":".psyclaw/imports/recommended/session-handoff","dependencies":[],"status":"review-required","requiresApproval":true,"blockedReason":"Install manifest and content hash must pass validation before activation."},
35
+ {"id":"zotero-translators","sourceKind":"github","ref":"409a58d4a84c4e2bb5a673aaf018595ba0767b46","license":"unknown","command":"git clone https://github.com/zotero/translators .psyclaw/imports/recommended/zotero-translators && git -C .psyclaw/imports/recommended/zotero-translators checkout 409a58d4a84c4e2bb5a673aaf018595ba0767b46","target":".psyclaw/imports/recommended/zotero-translators","dependencies":["Git","Zotero-compatible translator runtime"],"status":"blocked","requiresApproval":true,"blockedReason":"License was not verified in the current preflight."},
36
+ {"id":"scansci-pdf","sourceKind":"github","ref":"8278ff83d97f3296f8d0a456efe5e0b71b9f2f44","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 8278ff83d97f3296f8d0a456efe5e0b71b9f2f44","target":".psyclaw/imports/recommended/scansci-pdf","dependencies":["Git","repository runtime requirements"],"status":"review-required","requiresApproval":true,"blockedReason":"Executable Skill entrypoint and dependencies still require preflight."},
36
37
  {"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
38
  {"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
39
  {"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."},
40
+ {"id":"openkb","sourceKind":"github","ref":"ff54396e575ee6feb0113b631a34caa082b441cc","license":"Apache-2.0","command":"git clone https://github.com/VectifyAI/OpenKB .psyclaw/imports/recommended/openkb && git -C .psyclaw/imports/recommended/openkb checkout ff54396e575ee6feb0113b631a34caa082b441cc","target":".psyclaw/imports/recommended/openkb","dependencies":["Git","repository runtime requirements"],"status":"review-required","requiresApproval":true,"blockedReason":"Dependency lock still requires preflight."},
41
+ {"id":"corpus2skill","sourceKind":"github","ref":"bdc1e436d97d2b3559b284ff04056178d2677f90","license":"unknown","command":"git clone https://github.com/dukesun99/Corpus2Skill .psyclaw/imports/recommended/corpus2skill && git -C .psyclaw/imports/recommended/corpus2skill checkout bdc1e436d97d2b3559b284ff04056178d2677f90","target":".psyclaw/imports/recommended/corpus2skill","dependencies":["Git"],"status":"blocked","requiresApproval":true,"blockedReason":"License is not verified."},
42
+ {"id":"academic-reference-matcher","sourceKind":"github","sourceUrl":"https://github.com/keros68/academic-reference-matcher.git","ref":"189a5ddbeaca8e1a594c28ac5d4c694741c01db9","skillPath":".","skillName":"academic-reference-matcher","license":"MIT","target":".psyclaw/imports/recommended/academic-reference-matcher","dependencies":[],"status":"review-required","requiresApproval":true,"blockedReason":"Install manifest and content hash must pass validation before activation."},
42
43
  {"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
44
  {"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
45
  {"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
46
  {"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
47
  {"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":"playwright-mcp","sourceKind":"github","ref":"d0c29a5658b93b6e62435ceaf362a7d7dfc3522d","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
49
  {"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":"computer-use-mcp","sourceKind":"github","ref":"5e52308f1ca667cb1433cfd99065fb792db44652","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 5e52308f1ca667cb1433cfd99065fb792db44652","target":".psyclaw/mcp/computer-use-mcp.json","dependencies":["Git","OS accessibility permissions"],"status":"review-required","requiresApproval":true,"blockedReason":"Desktop control permissions require preflight."},
50
51
  {"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."}
51
52
  ]
52
53
  }