aihot
查询 AIHOT 的中文 AI 资讯、精选、当前热点和日报。用户询问今天或最近的 AI 新闻、AI 圈动态、大模型或产品发布、OpenAI/Anthropic/Google 最新消息、AI 论文、AI 日报、AIHOT 精选、当前最热事件,或需要同步当前全部精选时使用。必须通过 aihot.news 的匿名只读…
Create a compact handoff document for another agent, machine, or fresh session. Supports temporary handoff files and persistent Obsidian `07_交接台` task handoffs with external large artifacts under iCloud `AgentArtifacts/`.
$ npx -y skills add codingSamss/all-my-ai-needs --skill handoff --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/handoffContext preview
The summary Claude sees to decide when to auto-load this skill.
Create a compact handoff document for another agent, machine, or fresh session. Supports temporary handoff files and persistent Obsidian `07_交接台` task handoffs with external large artifacts under iCloud `AgentArtifacts/`.
name: handoff description: Create a compact handoff document for another agent, machine, or fresh session. Supports temporary handoff files and persistent Obsidian `07_交接台` task handoffs with external large artifacts under iCloud `AgentArtifacts/`.
Write a concise Markdown handoff so a fresh agent can continue the work without re-reading the whole conversation. Match the user's current language by default; in Chinese conversations, write the handoff in Chinese while keeping commands, file paths, URLs, issue IDs, commit hashes, and skill names in their original form.
根据用户意图选择落点:
持久交接的标准结构:
07_交接台/
01_Inbox/
02_Active/<category>/<task_id>/
00_Task.md
01_Assets.md
YYYY-MM-DD-HHMM__<topic-slug>.md
03_Blocked/<category>/<task_id>/
04_Archive/YYYY-MM/<task_id>/
90_Templates/大型产物、视频、压缩包、下载物和中间处理文件不要放进 Obsidian Vault;统一放到 iCloud Drive 顶级目录 `AgentArtifacts/`,并在 `01_Assets.md` 中索引:
iCloud Drive/AgentArtifacts/
01_Active/<category>/<task_id>/
raw/
working/
outputs/
exports/1. 从用户请求中识别下一轮会话的重点;如果用户没给重点,就根据当前任务推断最可能的继续方向。 2. 判断 handoff 类型: 临时交接、当前 workspace 项目制品,或 `07_交接台` 持久接力。 3. 若是持久接力,选择分类并使用稳定 `task_id`:
4. 只收集继续工作必需的上下文:
5. 如果当前任务涉及 Git repo,只运行只读检查,例如 `git status --short` 和有针对性的 `git diff --stat`。不要 stage、commit、sync 或 push。 6. 脱敏 secrets、token、凭据、私有 API key 和敏感个人信息。如果某个值对下一步重要,用占位符替代,并说明下一位 agent 应从哪里获取。 7. 持久接力时更新 `00_Task.md` 的当前状态和最新 handoff,新增本次 `YYYY-MM-DD-HHMM__<topic-slug>.md`(`topic-slug` 为本次交接重点的英文短 slug;机器与 agent 写进 frontmatter 的 `machine` / `agent`,不进文件名);旧 handoff 按 append-only 处理,不回写。 8. 如果写入 Obsidian Vault 中的 `.md`,最后执行 `touch "<file>"` 触发 Obsidian/iCloud 感知。 9. 汇报保存路径,并说明是否有敏感信息被有意脱敏。
# Handoff:<简短主题> ## 目标 <下一位 agent 或下一轮会话要完成什么。> ## 当前状态 <工作现在处于什么状态,包括已经完成了什么。> ## 关键上下文 <仍然重要的决定、约束、假设和用户偏好。> ## 相关制品 - <Path or URL>: <why it matters> ## 变更文件 <仅在相关时总结 repo 状态。引用 diff,不要粘贴大段 patch。> ## 验证结果 - <Command or check>: <result> ## 待确认问题 - <问题或阻塞点;如果没有,写“暂无”。> ## 建议技能 - <$skill-name>: <why the next agent should use it> ## 下一步 1. <第一个具体动作> 2. <第二个具体动作> 3. <如有必要,第三个具体动作>
`00_Task.md`:
--- type: handoff-task status: active category: media task_id: 2026-06-29-openmontage-douyin-tutorial owner_machine: home-mac created: 2026-06-29 external_assets: iCloud Drive/AgentArtifacts/01_Active/media/2026-06-29-openmontage-douyin-tutorial/ --- # <任务名> ## 当前结论 ## 当前状态 ## 下一步 ## 最新交接 ## 关键文件 ## 外部资产 ## 未验证 / 风险
单次 handoff:
--- type: handoff-session task_id: 2026-06-29-openmontage-douyin-tutorial machine: home-mac agent: codex created: 2026-06-29 14:51 --- # Handoff ## 一句话结论 ## 本次完成 ## 下一步可直接执行 ## 关键路径 ## 阻塞 / 待确认 ## 给下一个 agent 的指令
跨 Claude Code 与 Codex 两套 agent 的 skill 能力真源与同步规则。写入由 agent 执行,人只审校与决策。 把 Claude Code 与 Codex 的可复用能力收敛到一个仓库,按 platform-first 维护:每个平台独立持有自己的 skills/ 与运行约定,同名 skill 允许在两端并存,不强行抽象去重。 仓库要解决的是多端 AI 配置的漂移——GitHub 仓库、本地工作区、本地 CLI
Repo: codingSamss/all-my-ai-needs
查询 AIHOT 的中文 AI 资讯、精选、当前热点和日报。用户询问今天或最近的 AI 新闻、AI 圈动态、大模型或产品发布、OpenAI/Anthropic/Google 最新消息、AI 论文、AI 日报、AIHOT 精选、当前最热事件,或需要同步当前全部精选时使用。必须通过 aihot.news 的匿名只读…
通过 Apifox CLI 管理 Apifox 项目资源。触发场景:运行接口自动化测试/测试套件,查询/创建/更新/删除接口、环境、Schema、Mock、分支等项目资源,导入导出 API 文档,查看测试报告,管理 Runner、定时任务、通知等 CI/CD 配置。CLI 输出为结构化 JSON,常含…
Apifox 接口测试用例:test-case 与 test-data 的查询、创建、更新、删除、分类和运行;处理测试步骤、断言、提取变量、前后置处理器、数据集,以及“CLI 创建后前端测试步骤无法展示”等问题。
Read Bilibili (B站) content. Actions: search videos, view hot/rank feeds, read video details, prepare audio, and read subtitles through OpenCLI. Keywords:…
Organize X/Twitter bookmark folders (collections) via GraphQL with Chrome cookie auth. Actions: list folders, list folder contents, add/remove/move a bookmark…
Read X/Twitter content via Bird CLI. Actions: read tweets, search, view all bookmarks or bookmark folders, trending, news, timeline, mentions, lists. Keywords:…