Archive session learnings, debugging solutions, and deployment logs to .archive/yyyy-mm-dd/ as indexed markdown with searchable tags. Use when completing a significant task, resolving a tricky bug, deploying, or when the user says "archive this". Maintains .archive/MEMORY.md index for cross-session knowledge reuse.
Capture, index, and reuse project knowledge across sessions.
Search: grep -ri "keyword" .archive/
Index: .archive/MEMORY.md
.archive/MEMORY.md — check for related existing archives.archive/YYYY-MM-DD/ directory if neededreferences/TEMPLATE.md).archive/MEMORY.md: add one-line entry under the right categoryrelated field in frontmatter.archive/MEMORY.md to find relevant entries.archive/ must be in .gitignore — local-only notescloudwatch-logging.md not session.md)tags, category, and optional relatednpx skills add ReScienceLab/archive下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
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