بنقرة واحدة
memory
Category-based atomic memory system with explicit typed operations.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Category-based atomic memory system with explicit typed operations.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Search and install agent skills from ClawHub, the public skill registry.
Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Publish static files and sites to here.now for instant public URLs.
Schedule reminders and recurring tasks.
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 | Category-based atomic memory system with explicit typed operations. |
| always | true |
Memory is stored as atomic markdown files with YAML frontmatter in category directories:
memory/facts/ — Long-term truths (preferences, project context, relationships)memory/decisions/ — Locked architectural or behavioral choices (immutable)memory/goals/ — Outcome-oriented objectivesmemory/tasks/ — Concrete actionable items with lifecyclememory/reflections/ — Subjective observations (append-only)Each file contains one memory item with metadata in YAML frontmatter.
Use the typed memory functions to write durable knowledge:
Write a long-term truth. Only write if explicitly stated or unambiguous.
Record a locked choice. Decisions are immutable — never edited, only superseded.
Define an outcome-oriented objective. May be refined or marked achieved.
Create an actionable item. Tasks have lifecycle: todo → in_progress → done.
Record subjective observations. Append-only — never edited or deleted.
Search across memory categories. Deterministic: filenames → frontmatter → content.
Read items from a specific category with optional filtering.
List all memory items, optionally filtered by category.
Facts: Long-term truths. Written only if explicit. Rarely deleted.
Decisions: Immutable choices. Never edited. Only superseded by new decisions referencing the old. Never deleted.
Goals: Durable objectives. May be refined or marked achieved. Not silently removed.
Tasks: Actionable items with lifecycle. State transitions only. Completed tasks archived, not deleted.
Reflections: Subjective observations. Append-only. Never edited or deleted.
Memory is explicit and deterministic. No LLM summarization. No automatic extraction from conversations. Write memory only when the user explicitly states durable information.