One-click install
npx skills add https://github.com/elathoxu-crypto/memphis --skill memphis-cognitive-engine
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Memphis Cognitive Engine
Source: https://github.com/elathoxu-crypto/memphis/tree/main/skills/memphis-cognitive
Command: npx skills add https://github.com/elathoxu-crypto/memphis --skill memphis-cognitive-engine

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @elathoxu-crypto/memphis, node, git, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill turns your OpenClaw agent into a cognitive partner, enabling you to record, detect, predict, and sync decisions and memory across multiple instances.

Core Features & Use Cases

  • Decision Tracking & Prediction: Record decisions, detect decisions from git, and predict future decisions.
  • Memory Management: Save thoughts, decisions, ideas, and search through them using semantic search.
  • Cognitive Models: Utilize 5 cognitive models for decision tracking and prediction.
  • Multi-Agent Network: Connect multiple Memphis instances to share knowledge and collaborate.
  • Use Case: A developer can use this Skill to track their decisions, detect patterns in their code, and predict future improvements.

Quick Start

Use the memphis-cognitive skill to record your first decision with the command: memphis decide "Use TypeScript" "TypeScript" -r "Type safety"

Frequently Asked Questions about Memphis Cognitive Engine

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track AI agent decisions and memory locally for OpenClaw?

Track AI agent decisions and memory locally by installing the Memphis Cognitive Engine, which automates decision tracking, memory management, and cognitive analysis directly within OpenClaw agents. It operates as a local-first system requiring Node.js.

Can I sync memory and decisions across multiple AI agents?

Yes, you can sync memory and decisions across multiple AI agents by utilizing the multi-agent network feature. This connects multiple Memphis instances to share knowledge, collaborate, and maintain synchronized memory across different agent environments.

How do I record a decision using cognitive memory management?

Record a decision using cognitive memory management by executing the command `memphis decide "Use TypeScript" "TypeScript" -r "Type safety"` in your terminal. This saves the decision with its reasoning into the local memory system for future semantic search.

Does the Memphis Cognitive Engine require any specific dependencies to function?

Yes, the Memphis Cognitive Engine requires the Memphis CLI, Node.js, and Git to function properly. These dependencies enable local-first memory management, automated decision tracking from git, and semantic search operations.

How does semantic search work for AI agent memory management?

Semantic search for AI agent memory management works by indexing saved thoughts, decisions, and ideas to allow pattern recognition and predictive analysis. The Memphis Cognitive Engine uses cognitive models to search through this knowledge graph intelligently.

Can I detect and predict decisions from git history automatically?

Yes, you can detect and predict decisions from git history automatically. The Memphis Cognitive Engine integrates with git to analyze past decisions, recognize patterns, and proactively suggest future decisions using its cognitive models.