Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

openclaw-memory-local

openclaw-memory-local contient 4 skills collectées depuis rockywuest, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
4
Stars
3
mis à jour
2026-03-30
Forks
1
Couverture métier
1 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

auto-checkpoint
Développeurs de logiciels

Injects last operational state into every agent session and creates backups before context compaction. Reads a checkpoint file (e.g. state/current.md) and injects it as context so the agent always knows where it left off. Warns when the checkpoint is stale. Use when building persistent agents that need continuity across sessions, context compactions, or restarts.

2026-03-30
memory-qdrant
Développeurs de logiciels

Semantic memory recall for AI agents using a local Qdrant vector database. Searches past conversations, matches keywords against a facts file, and routes queries to relevant knowledge files. Use when building agents that need long-term memory, fact verification, or domain-specific knowledge retrieval — all without sending data to the cloud.

2026-03-30
nox-auto-capture
Développeurs de logiciels

Automatically captures corrections, decisions, facts, and lessons from agent conversations and stores them in a local Qdrant vector database. Filters system noise with 30+ skip patterns, deduplicates via SHA256, and only captures user messages. Use when building agents that should learn from conversations without manual memory management.

2026-03-30
nox-preference-learner
Développeurs de logiciels

Train your agent by talking. Detects approval/disapproval signals in conversations and builds a behavioral preference database. Injects learned preferences into agent context before each response. RLHF-lite without model fine-tuning — the agent adapts its behavior based on accumulated human feedback patterns.

2026-03-30