← Back to Skills Marketplace
bernardtai

Digaide Assistant

by Bernardtai · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
92
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install digaide-assistant
Description
Persistent identity and memory context layer for AI agents across platforms.
README (SKILL.md)

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

Usage Guidance
This skill is internally consistent with its stated purpose: it needs a DIGAIDE_API_KEY and will call Digaide's API (curl). Before installing, verify you trust digaide.com and are comfortable with sending conversational/context data to their API; review their privacy and retention policies. Note the SKILL.md mentions an optional DIGAIDE_API_BASE environment variable that is not declared in the registry metadata—if you need to use a non-production endpoint, ensure you set that variable explicitly. Limit the API key's scope/permissions if possible, and consider rotating the key if you later uninstall the skill. Finally, confirm whether your agent will include sensitive user data in calls to the remote memory service and adjust behavior or data scrub policies accordingly.
Capability Analysis
Type: OpenClaw Skill Name: digaide-assistant Version: 1.0.0 The skill bundle provides documentation and configuration for integrating the Digaide memory layer into an AI agent. It requires a standard API key (DIGAIDE_API_KEY) and the curl utility to interact with its legitimate service endpoints (api.digaide.com). No executable code or malicious instructions were found in SKILL.md or _meta.json.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
Name/description describe a remote memory/identity service. Requiring DIGAIDE_API_KEY and curl is proportionate for a service that calls an external API to provide memory/enrichment.
Instruction Scope
SKILL.md stays within the stated purpose (initialize/enrich/wrap flows, configure runtime hooks). It references setting DIGAIDE_API_BASE (a non-production endpoint) which is not declared in requires.env — a minor mismatch but not inherently malicious.
Install Mechanism
No install spec and no code files — instruction-only behavior is low-risk. The skill expects curl on PATH, which is a reasonable, low-friction dependency for calling remote APIs.
Credentials
Only DIGAIDE_API_KEY is declared as required, which is proportional for the service. SKILL.md additionally mentions DIGAIDE_API_BASE (optional) but does not declare it; this is a documentation mismatch to be aware of.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent presence or system-wide config access. Autonomous invocation is allowed by default but not combined with other red flags here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install digaide-assistant
  3. After installation, invoke the skill by name or use /digaide-assistant
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of digaide-memory-layer version 1.0.0. - Provides a persistent identity and long-term memory context layer for AI agents. - Supports consistent user identity across sessions and platforms. - Enables memory-enriched responses and behavior alignment with selected personas. - Improves long-running task experience with progress-aware workflows. - Requires DIGAIDE_API_KEY and curl for setup.
Metadata
Slug digaide-assistant
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Digaide Assistant?

Persistent identity and memory context layer for AI agents across platforms. It is an AI Agent Skill for Claude Code / OpenClaw, with 92 downloads so far.

How do I install Digaide Assistant?

Run "/install digaide-assistant" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Digaide Assistant free?

Yes, Digaide Assistant is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Digaide Assistant support?

Digaide Assistant is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Digaide Assistant?

It is built and maintained by Bernardtai (@bernardtai); the current version is v1.0.0.

💬 Comments