← Back to Skills Marketplace
taobaoaz

摇摇记忆系统

by taobaoaz · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
85
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install yaoyaoya-memory
Description
支持多层次记忆管理和标签分类,实现跨会话检索、持久化存储、定期整理及与IMA知识库双向同步。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install yaoyaoya-memory
  3. After installation, invoke the skill by name or use /yaoyaoya-memory
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug yaoyaoya-memory
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 摇摇记忆系统?

支持多层次记忆管理和标签分类,实现跨会话检索、持久化存储、定期整理及与IMA知识库双向同步。 It is an AI Agent Skill for Claude Code / OpenClaw, with 85 downloads so far.

How do I install 摇摇记忆系统?

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

Is 摇摇记忆系统 free?

Yes, 摇摇记忆系统 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 摇摇记忆系统 support?

摇摇记忆系统 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 摇摇记忆系统?

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

💬 Comments