ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

memory-analyzer

Analyzes conversation history, extracts user preferences and feedback, updates memory files automatically.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/tevfikgulep/memory-analyzer
Or

Memory Analyzer Skill

Analyzes conversation history and updates memory files automatically.

Usage

Default: Google Gemini 3 Flash Preview

Run memory-analyzer skill with Google model

Or manually:

Run /home/ubuntu/.openclaw/workspace/skills/memory-analyzer/analyzer.py with google/gemini-3-flash-preview model

What It Does

  1. Reads conversation history from sessions/
  2. Extracts user preferences, feedback patterns
  3. Updates memory files:
    • MEMORY.md (long-term memory)
    • AGENTS.md (agent rules)
    • USER.md (user preferences)
    • IDENTITY.md (identity notes)
    • SOUL.md (personality updates)

Trigger

When Tevfik says things like:

  • "Sen bu konuda böyle yap"
  • "Ben şöyle çalışmayı tercih ediyorum"
  • "Bu formatı beğendim/beğenmedim"
  • Any direct feedback or preference

Output

Automatically updates relevant memory files with new insights.

Default Model

google/gemini-3-flash-preview (Configured by Tevfik)

Metadata

Stars946
Views0
Updated2026-02-13
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-tevfikgulep-memory-analyzer": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.