원클릭으로
memory
Always-on prompt memory for stable facts and preferences.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Always-on prompt memory for stable facts and preferences.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Recall past conversations through the session_search tool instead of grepping transcript files.
Reference guidance for OpenViking setup and layered-memory migration in Aeloon. Runtime usage should rely on provider-native viking_* tools, not this skill.
Search and install agent skills from ClawHub, the public skill registry.
Schedule reminders and recurring tasks.
Convert local PDF/DOCX documents to text for analysis
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.
| name | memory |
| description | Always-on prompt memory for stable facts and preferences. |
| always | false |
memory/MEMORY.md — Prompt memory for stable project and environment facts.memory/USER.md — Prompt memory for stable user preferences and long-lived personalization data.memory/HISTORY.md — Retired compatibility path. Runtime does not initialize or update it.memory ToolUse the first-class memory tool for durable notes that should ride in the prompt every turn:
Do not store:
Use transcript-recall tooling for past conversations when available. session_search is the primary cross-session recall interface. HISTORY.md is retired from runtime behavior and should only matter for legacy/manual inspection.
Keep prompt memory small, durable, and high-signal so it remains safe to inject every turn.
Do not confuse:
<workspace>/USER.md — bootstrap context file<workspace>/memory/USER.md — prompt-memory file managed by the memory tool