بنقرة واحدة
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