← 返回 Skills 市场
phernandez

Memory Schema

作者 Paul Hernandez · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
231
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install memory-schema
功能描述
Schema lifecycle management for Basic Memory: discover unschemaed notes, infer schemas, create and edit schema definitions, validate notes, and detect drift....
安全使用建议
This skill is internally consistent with schema management, but before using it: (1) confirm your agent runtime actually provides the referenced note APIs (search_notes, schema_infer, write_note, schema_validate, schema_diff); otherwise the instructions will be ineffective; (2) understand the skill will read and write your memory/notes—back up important notes before bulk schema edits; (3) test schema inference and validation on a small sample to avoid accidental breaking changes, and start with settings.validation: warn before switching to error mode; (4) because it is instruction-only (no install), the SKILL.md is the whole attack surface—it requests no credentials, but only install/use skills you trust to modify your notes.
功能分析
Type: OpenClaw Skill Name: memory-schema Version: 0.1.0 The skill bundle provides instructions for managing structured note schemas (Picoschema) within a knowledge management system. It defines workflows for inferring, creating, and validating schemas using internal tools like `schema_infer` and `schema_validate` (SKILL.md). No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
The name/description (schema lifecycle for Basic Memory) matches the SKILL.md actions: discovering unschemaed notes, inferring schemas, writing schema notes, validating notes, and detecting drift. The functions referenced (search_notes, schema_infer, write_note, schema_validate, schema_diff) are consistent with the stated purpose.
Instruction Scope
Instructions stay within schema management: they describe how to find notes, infer schemas from note content, write schema notes to schema/, validate notes, and detect drift. They do not ask to read unrelated files, request secrets, or transmit data to external endpoints. Note: the SKILL.md assumes the agent runtime exposes specific note-management APIs (search_notes, write_note, etc.); if those APIs are missing or behave differently, the skill's behavior will be undefined.
Install Mechanism
There is no install spec and no code files; this lowers risk because nothing is downloaded or written by an installer. The entire runtime surface is the SKILL.md instructions.
Credentials
The skill declares no environment variables, no credentials, and no config paths. The operations described logically require read/write access to the agent's memory/notes (expected for this purpose) but request no unrelated secrets.
Persistence & Privilege
always is false and the skill does not request persistent or elevated platform privileges. It is user-invocable and can run autonomously per platform defaults, which is expected for a utility skill of this kind.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install memory-schema
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /memory-schema 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of memory-schema skill for managing structured note schemas in Basic Memory. - Discover unschemaed notes by identifying recurring structures. - Automatically infer and suggest schema definitions from note clusters. - Create, edit, and version schemas using Picoschema syntax with support for types, enums, arrays, and relations. - Validate notes against schemas, detecting missing fields, unknown fields, type mismatches, and invalid enum values. - Detect and report schema drift to keep schemas aligned with evolving note structures. - Provide guidance on safe schema evolution and best practices for schema management.
元数据
Slug memory-schema
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Memory Schema 是什么?

Schema lifecycle management for Basic Memory: discover unschemaed notes, infer schemas, create and edit schema definitions, validate notes, and detect drift.... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 231 次。

如何安装 Memory Schema?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install memory-schema」即可一键安装,无需额外配置。

Memory Schema 是免费的吗?

是的,Memory Schema 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Memory Schema 支持哪些平台?

Memory Schema 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Memory Schema?

由 Paul Hernandez(@phernandez)开发并维护,当前版本 v0.1.0。

💬 留言讨论