← 返回 Skills 市场
taobaoaz

摇摇记忆系统

作者 taobaoaz · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
85
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install yaoyaoya-memory
功能描述
支持多层次记忆管理和标签分类,实现跨会话检索、持久化存储、定期整理及与IMA知识库双向同步。
安全使用建议
This skill implements local memory files plus an IMA sync script that will upload workspace documents to https://ima.qq.com/ using an IMA client_id and api_key. However, the registry metadata did not declare those required credentials. Before installing: 1) Treat the IMA sync as a potential data-exfiltration path — don't enable syncing if your workspace may contain sensitive data. 2) Inspect or create config.json and set knowledge_sync.enabled to false unless you intend to sync; verify the notes_mapping IDs. 3) If you will use sync, supply credentials only if you trust the IMA endpoint and understand what files will be uploaded. 4) Run the skill in a sandbox or with non-sensitive example files first. 5) Preferably ask the publisher for provenance (homepage, source repo) or request that required env vars be declared in the registry metadata.
功能分析
Type: OpenClaw Skill Name: yaoyaoya-memory Version: 1.0.0 The skill implements a memory persistence and synchronization system that manages sensitive information, including user profiles, project decisions, and daily logs. It is classified as suspicious because it includes hardcoded, specific third-party Note IDs (e.g., '7445750904545580') in both `scripts/sync_ima.py` and `SKILL.md`. If these IDs are globally unique within the IMA platform, a user who configures their own API keys but fails to update the mapping would inadvertently transmit their private data to the author's documents. While the network activity to `ima.qq.com` is the stated purpose of the skill, the use of specific default destination IDs for sensitive data constitutes a significant privacy and data leakage risk.
能力评估
Purpose & Capability
The name/description match the included scripts (local memory management + IMA sync). However, the registry metadata declares no required environment variables or credentials while both SKILL.md and scripts clearly expect IMA client_id/api_key (via config.json or env vars). That omission in declared requirements is an inconsistency users should know about.
Instruction Scope
Runtime instructions and scripts read and write many workspace files (MEMORY.md, memory/*.md, .learnings/*, knowledge/*) and may upload their contents to the remote IMA service. The SKILL.md indicates IMA sync is '默认启用' and the default config shows knowledge_sync.enabled: true, which means content could be sent externally if the user provides credentials or leaves defaults—this is scope expansion beyond purely local memory management and presents a potential data-exfiltration vector if users put sensitive data in the workspace.
Install Mechanism
No install spec (instruction-only + scripts) and no downloads are present. The skill does not perform archive downloads or install arbitrary third-party packages at install time. It relies on simple Python scripts and existing tooling (urllib/requests mention).
Credentials
The code expects IMA credentials (client_id / api_key) via config.json or environment variables (IMA_CLIENT_ID, IMA_API_KEY), but the registry metadata lists no required env or primary credential. Requesting an API key for the external IMA service is reasonable for sync functionality, but the missing declaration is a red flag. Also the skill accesses arbitrary workspace files which could contain secrets; syncing them to an external service is disproportionate unless the user explicitly consents and configures which files to sync.
Persistence & Privilege
The skill is not marked always:true and does not modify other skills or system-wide settings. Autonomous invocation is allowed by default (platform default) — combined with default-enabled sync this increases the blast radius but by itself is not an unusual privilege.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install yaoyaoya-memory
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /yaoyaoya-memory 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
yaoyaoya-memory 1.0.0 — Initial release - Provides a universal, layered memory system for AI assistants, with IMA platform sync enabled by default. - Features hierarchical memory storage (long-term, daily, learnings), comprehensive tagging, and reliability grading. - Offers semantic memory search, structured knowledge syncing, and fully configurable via config.json. - Supports multiple languages (Chinese, English) and tailored triggers for memory actions (writing, retrieval, cleanup). - Includes scripts for memory search and IMA knowledge sync out-of-the-box.
元数据
Slug yaoyaoya-memory
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

摇摇记忆系统 是什么?

支持多层次记忆管理和标签分类,实现跨会话检索、持久化存储、定期整理及与IMA知识库双向同步。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 85 次。

如何安装 摇摇记忆系统?

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

摇摇记忆系统 是免费的吗?

是的,摇摇记忆系统 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

摇摇记忆系统 支持哪些平台?

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

谁开发了 摇摇记忆系统?

由 taobaoaz(@taobaoaz)开发并维护,当前版本 v1.0.0。

💬 留言讨论