ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

digaide-memory-layer

Persistent identity and memory context layer for AI agents across platforms.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bernardtai/digaide-assistant
Or

Digaide Memory Layer

Digaide provides a persistent identity and long-term memory layer for AI agents.

What this skill helps with

  • Keep one user identity across sessions and platforms.
  • Enrich context with memory before response generation.
  • Keep assistant behavior consistent with selected persona.
  • Improve long task UX with progress-aware workflows.

Setup

  1. Prepare DIGAIDE_API_KEY.
  2. Set DIGAIDE_API_BASE if you use non-production API endpoint.
  3. Configure your agent runtime hooks.
  4. Use Digaide API endpoints for initialize, enrich, and wrap flows.

Links

Metadata

Stars4473
Views1
Updated2026-05-01
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-bernardtai-digaide-assistant": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.