LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

Skills tagged: memory management

Browse skills that share this tag.

  • cpp-coding - C++ Coding Standards and Best Practices Guide
    C++coding standardscode reviewRAII

    ★ 9 · Updated 2026-06-30

    Provides modern C++ coding standards covering RAII, smart pointers, error handling, concurrency, performance, and safety for implementation, refactoring, and code review.

    ⚙ Enforce modern C++ coding standards⚙ Review C++ code quality⚙ Guide C++ code refactoring
  • cpp-coroutines - C++20 Coroutines Skill
    C++20C++23coroutinesdebugging

    ★ 30 · Updated 2026-06-30

    Understand and debug C++20 coroutine mechanics including co_await, co_yield, co_return, promise_type, and frame memory layout

    ⚙ explain co_await⚙ explain co_yield⚙ explain co_return
  • synabun - Memory-powered command hub
    command hubmemory managementbrainstormingsearch

    ★ 68 · Updated 2026-06-30

    Brainstorm ideas, audit memories, memorize context, and search memories via interactive command hub

    ⚙ brainstorm ideas⚙ audit memories⚙ memorize context
  • get-available-resources - Detect System Resources and Computing Recommendations
    system resourcesGPU detectionperformance optimizationparallel computing

    ★ 2 · Updated 2026-06-15

    Detect CPU, GPU, memory, and disk resources, then generate JSON file with strategic computing recommendations

    ⚙ detect CPU cores⚙ detect GPU availability⚙ detect memory capacity
  • exp-write - Experience & Knowledge Memory Writing Skill
    memory managementexperience trackingknowledge basedocumentation

    ★ 135 · Updated 2026-06-15

    Writes experience and knowledge memories to spec/context/ directory and updates index files

    ⚙ write experience memory files⚙ write knowledge memory files⚙ update experience index
  • semantic-kernel - Build AI Applications with Semantic Kernel
    AI orchestrationLLM frameworkplugin systemmemory management

    ★ 602 · Updated 2026-05-11

    Build AI applications with plugins, planners, memory systems, and orchestration

    ⚙ create kernel⚙ add AI service⚙ invoke prompt
  • ios-reviewer - iOS Swift Code Review Assistant
    iOSSwiftSwiftUIUIKit

    ★ 18 · Updated 2026-05-11

    Reviews iOS Swift code for SwiftUI, UIKit, Combine, and Swift Concurrency best practices

    ⚙ Review SwiftUI patterns⚙ Check UIKit lifecycle⚙ Analyze Combine usage
  • ios-reviewer - iOS Swift Code Review and Best Practices Checker
    iOSSwiftcode reviewSwiftUI

    ★ 602 · Updated 2026-05-11

    Reviews iOS Swift code for SwiftUI, UIKit, Combine, and Swift Concurrency best practices

    ⚙ Analyze iOS project structure⚙ Review SwiftUI view patterns⚙ Check UIKit lifecycle patterns
  • smart-memory-system - RAG-based Smart Memory for OpenClaw
    semantic searchmemory managementRAGvector embedding

    ★ 33 · Updated 2026-05-09

    Provides semantic search, memory optimization, and conversation enhancement for OpenClaw using RAG technology.

    ⚙ perform semantic search⚙ enhance conversations⚙ cluster similar memories
  • auto-memory - Auto-Memory Extraction Agent
    memory managementconversation analysislearning extractionpreference tracking

    ★ 372 · Updated 2026-05-09

    Extract durable learnings and preferences from conversations for memory capture.

    ⚙ extract durable learnings⚙ extract user preferences⚙ classify conversation content
  • apple-ml - Apple Silicon ML code patterns
    machine learningApple SiliconPyTorchMLX

    ★ 0 · Updated 2026-03-25

    Write PyTorch and MLX code for Apple Silicon M-series hardware without CUDA

    ⚙ select device⚙ set memory limit⚙ monitor memory
  • Vram-GPU-OOM - GPU VRAM Management for Multi-Service Sharing
    GPUmemory managementmodel loadingservice coordination

    ★ 18 · Updated 2026-03-23

    Manage GPU VRAM sharing across services with OOM retry and auto-unload

    ⚙ load model⚙ catch OOM error⚙ retry model load
  • Vram-GPU-OOM - GPU VRAM Sharing and OOM Management
    GPUmemory managementOOMmodel loading

    ★ 602 · Updated 2026-03-22

    Manage GPU VRAM sharing with OOM retry and auto-unload for multiple services

    ⚙ catch OOM errors⚙ retry model loading⚙ wait between retries
  • auto-memory - Auto Memory Management for Projects
    memory managementknowledge basepersistent storageproject organization

    ★ 139 · Updated 2026-03-22

    Manage persistent knowledge base across Claude Code sessions with structured memory files

    ⚙ create memory directory⚙ create MEMORY.md file⚙ create topic files
  • clawvault - Structured memory for OpenClaw agents
    memory managementcheckpoint recoverymarkdown storagesemantic search

    ★ 0 · Updated 2026-03-20

    Structured memory system with checkpoint/recover, markdown storage, and semantic search for OpenClaw agents

    ⚙ initialize vault⚙ restore session context⚙ end session
  • curating-memories - Memory Curation for Knowledge Base Quality
    memory managementknowledge curationquality controldata maintenance

    ★ 300 · Updated 2026-02-23

    Maintain memory quality through updating, marking obsolete, and linking related knowledge

    ⚙ update memory content⚙ mark memories obsolete⚙ link related memories
  • godot-performance-optimization - Expert performance profiling and optimization for Godot games
    game developmentperformance optimizationprofilingGodot engine

    ★ 738 · Updated 2026-02-14

    Profile and optimize Godot game performance including frame drops, memory leaks, and draw calls

    ⚙ profile game performance⚙ identify performance bottlenecks⚙ implement object pooling
  • c-pro - Expert C programming for systems and performance-critical code
    C programmingsystems programmingmemory managementperformance optimization

    ★ 23 · Updated 2026-02-12

    Writes efficient C code with proper memory management, pointer arithmetic, and system calls

    ⚙ write C code⚙ manage memory⚙ use pointer arithmetic