dsh plugins中文
← Back to popular plugin directory

Knowledge Graph Memory Plugin

adoresever/graph-memory · skills

A knowledge-graph context engine for OpenClaw that extracts conversation triples, compresses context, and reuses experience across sessions.

★ 513GitHub stars
77Forks
2026-08-15Last updated
TypeScriptLanguage
MITLicense

Project overview

Traceable, searchable, cross-session memory for AI agents. One memory core, native to DeepSeek Harness, with the OpenClaw plugin entry retained.

Compaction answers “how much of this conversation still fits?” Graph Memory answers “which past knowledge is worth recalling now?”

Reusable conversation knowledge becomes typed nodes: TASK: goals, execution, and outcomes; SKILL: validated reusable methods; EVENT: errors, fixes, decisions, changes, and facts.

Install command

dsh plugin --profile web add github:adoresever/graph-memory
View GitHub repository ↗Back to popular plugin directory