在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用note
星标0
分支0
更新时间2026年1月31日 05:03
Log a summary of this session to Roam Research
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Log a summary of this session to Roam Research
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | note |
| description | Log a summary of this session to Roam Research |
| allowed-tools | Bash, Read, Glob |
Log the current session to Roam Research by running ai-logger.
The session ID is provided in the command context above (look for session-id in the command-message).
To find the transcript path, the pattern is:
~/.claude/projects/{project-path-with-slashes-replaced-by-dashes}/{session-id}.jsonl
For example, if cwd is /home/user/Projects/myapp and session ID is abc-123, the transcript is at:
~/.claude/projects/-home-user-Projects-myapp/abc-123.jsonl
Run ai-logger with the discovered values:
ai-logger log \
--source claude-code \
--session-id "<session-id-from-context>" \
--transcript "<computed-transcript-path>" \
--cwd "$(pwd)" \
--machine "$(hostname)"
After running, confirm to the user that the session was logged (or report any errors).