원클릭으로
memory
Two-layer memory system with grep-based recall.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Two-layer memory system with grep-based recall.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Browser automation CLI wrapper for AI agents. Use when the user needs to automate web browser tasks like navigating websites, taking screenshots, filling forms, clicking elements, extracting page content, or performing web scraping. Supports headless browser operations via agent-browser CLI.
Schedule reminders and recurring tasks with the `cron` tool.
Standardize lifecycle operations for the local feibot gateway service via launchd. Supports multiple instances, listing all instances, and provides guidance on allowFrom configuration.
Send local files to Feishu/Lark by calling the `feishu_send_file` tool. Use when the user asks to deliver an existing workspace file (for example a blog post markdown or a Python script) to Feishu instead of pasting text.
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.
Maintain HEARTBEAT.md as an ad-hoc review queue, not a fixed scheduler.
SOC 직업 분류 기준
| name | memory |
| description | Two-layer memory system with grep-based recall. |
| always | true |
memory/MEMORY.md — Approved long-term facts (preferences, project context, relationships). Always loaded into your context.memory/HISTORY.md — Nightly-maintained session summaries keyed by session_id. NOT loaded into context. Search it only when the user asks about prior sessions or past events.memory/REVIEW.md — Optional reflection notes from the nightly report. These are not approved memory.grep -i "keyword" memory/HISTORY.md
Use the exec tool to run grep. Combine patterns: grep -iE "meeting|deadline" memory/HISTORY.md
Write important facts only after explicit user approval using edit_file or write_file:
Do not add:
Session logs can be summarized into HISTORY.md by a nightly reflection job. The report may mention possible durable memory items and may write optional notes to memory/REVIEW.md, but it must not update MEMORY.md automatically.
If the user wants memory updates, they should ask explicitly in natural language during a later turn.