Save the current pipeline state to the Memory Bank as a checkpoint. Use when the user wants to save progress or before closing a session. Triggers: 'checkpoint', 'save', 'save progress', 'record'.
將目前的 pipeline 進度和分析狀態存入 Memory Bank,以便跨 session 恢復。
## 目前狀態
- Pipeline Phase: {current_phase}
- 專案: {project_name}
- 資料集: {dataset_id}
- 最後操作: {last_tool_call}
- 未完成項目: {pending_items}
## 關鍵發現
- {finding_1}
- {finding_2}
## 已完成
- Phase 0-N: {completed_phases}
- 分析: {completed_analyses}
## 進行中
- {current_task}
## 待辦
- {next_steps}
decision_log.jsonl 擷取重要決策deviation_log.jsonl 擷取偏離紀錄下次 session 開始時:
get_pipeline_status() 確認 pipeline 狀態Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer