← 返回 Skills 市场
Digaide Assistant
作者
Bernardtai
· GitHub ↗
· v1.0.0
· MIT-0
92
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install digaide-assistant
功能描述
Persistent identity and memory context layer for AI agents across platforms.
使用说明 (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
- 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
安全使用建议
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.
功能分析
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.
能力标签
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install digaide-assistant - 安装完成后,直接呼叫该 Skill 的名称或使用
/digaide-assistant触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Digaide Assistant 是什么?
Persistent identity and memory context layer for AI agents across platforms. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 92 次。
如何安装 Digaide Assistant?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install digaide-assistant」即可一键安装,无需额外配置。
Digaide Assistant 是免费的吗?
是的,Digaide Assistant 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Digaide Assistant 支持哪些平台?
Digaide Assistant 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Digaide Assistant?
由 Bernardtai(@bernardtai)开发并维护,当前版本 v1.0.0。
推荐 Skills