wormhole
星标11
分支2
更新时间2026年1月25日 08:49
Sync work between AI agents. Log actions, manage sessions, detect conflicts.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Sync work between AI agents. Log actions, manage sessions, detect conflicts.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | wormhole |
| description | Sync work between AI agents. Log actions, manage sessions, detect conflicts. |
Shared memory for AI agents. Log work so other agents know what you did.
| Situation | Tool |
|---|---|
| Starting work | start_session |
| After edits/commands | log |
| Resuming work | get_recent |
| Before editing | check_conflicts |
| Done | end_session |
log({ action: "file_edit", agent_id: "claude-code", project_path: ".", content: { file_path: "src/x.ts", description: "Added auth" }})
Actions: file_edit, cmd_run, decision, test_result, todos
start_session({ project_path: ".", agent_id: "claude-code", name: "bugfix-auth" })
end_session({ session_id: "abc", summary: "Fixed timeout" })
get_recent({ project_path: "." })
check_conflicts({ project_path: ".", files: ["src/auth.ts"] })
get_recent when resuming