con un clic
memory
Two-layer memory system with grep-based recall.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Two-layer memory system with grep-based recall.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
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.
| 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.