Back to Registry View Author Profile
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-assistantOr
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
- Prepare
DIGAIDE_API_KEY. - Set
DIGAIDE_API_BASEif you use non-production API endpoint. - Configure your agent runtime hooks.
- Use Digaide API endpoints for initialize, enrich, and wrap flows.
Links
- Website: https://digaide.com
- API: https://api.digaide.com
Metadata
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.