← Back to Skills Marketplace
a1003916989-blip

虾尊记忆自动管理器

by a1003916989-blip · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
89
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install xiazun-memory-auto
Description
记忆自动主动管理:每15分钟自动扫描对话,发现重要信息自动写入每日memory。解决"主动感知靠自觉经常失效"的问题。 使用场景: - 每次对话结束后自动检查是否有遗漏的重要信息 - 自动记录完成的任务、决策、教训、配置变更 - 增量扫描对话历史,不遗漏不重复 - user + assistant 消息双读,确保...
Usage Guidance
This skill is coherent with its stated goal, but it persistently reads transcripts and writes user/assistant content to disk. Before installing: (1) review whether you want all transcripts (including potential secrets) saved into ~/.openclaw/workspace/memory; (2) consider file permissions or encryption for that directory; (3) check the cron deliver settings (Feishu/channel) to avoid accidentally posting sensitive summaries to external channels; (4) test the script manually (python3 ~/.openclaw/scripts/memory-scan.py) and inspect the produced files to confirm formatting and redaction behavior; (5) if you need limits, add filters to memory-scan.py to redact tokens/credentials or to skip messages containing sensitive markers. The installer’s sed step references a hardcoded filename GUID that appears unnecessary — verify transcript path configuration after install. Autonomous invocation is allowed by default but is not combined with other red flags here; still monitor first few runs.
Capability Analysis
Type: OpenClaw Skill Name: xiazun-memory-auto Version: 1.0.0 The skill is a utility for automated memory management that scans OpenClaw session transcripts and updates daily work logs. It uses a Python script (memory-scan.py) to perform incremental scans of chat history and sets up cron jobs to trigger the AI agent to summarize new information. The code and instructions in SKILL.md and setup.sh are consistent with the stated purpose and do not exhibit signs of data exfiltration, malicious execution, or unauthorized persistence.
Capability Assessment
Purpose & Capability
Name/description match what the files and SKILL.md implement: a cron-driven scanner that reads session transcripts and writes daily memory files. Requested tools (exec, read, write) and the presence of scripts (memory-scan.py, setup.sh) are proportionate to this goal. No unrelated external services or credentials are requested.
Instruction Scope
SKILL.md and cron messages explicitly instruct running memory-scan.py to read the main session transcript(s) (~/.openclaw/agents/main/sessions/*.jsonl) and to write into ~/.openclaw/workspace/memory/*. That is expected, but it means the skill will persist both user and assistant message contents (up to truncation limits) into durable files — this can capture sensitive data. The instructions also include weekly merging and optional delivery notifications (feishu); those are consistent with the purpose but expand the blast radius (notifications may expose content if channel configuration is broad).
Install Mechanism
No remote downloads or package installs. setup.sh copies local scripts into ~/.openclaw and registers crons via the openclaw CLI. This is a low-risk local install pattern. One minor mismatch: setup.sh attempts a sed replacement of a hardcoded filename GUID that does not appear in memory-scan.py (harmless but may be a leftover).
Credentials
The skill declares no required environment variables or credentials and indeed operates on local filesystem paths. It does read transcripts and writes memory files as expected; no unexplained secrets, API keys, or config paths are requested.
Persistence & Privilege
always is false and the skill is user-invocable (normal). It writes persistent files under ~/.openclaw/workspace/memory and creates cron entries to run periodically, which is expected for this function. Because it persists conversation contents and may send notifications, users should be aware of the ongoing presence and storage of chat data — but the requested privileges are consistent with the stated goal and do not modify other skills or system-wide configs.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install xiazun-memory-auto
  3. After installation, invoke the skill by name or use /xiazun-memory-auto
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
memory-auto-manager 1.0.0 - 自动化记忆管理系统上线,每15分钟定时扫描对话,主动补录遗漏的重要信息。 - 支持自动记录任务完成、决策、教训、配置变更等关键信息,避免遗忘或重复。 - 实现 user + assistant 消息双读,确保AI回复重要信息不丢失。 - 提供每日自动归档与每周自动合并,方便追踪和汇总历史重要事项。 - 适配 OpenClaw 平台,依赖cron、Python和主会话transcript。
Metadata
Slug xiazun-memory-auto
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 虾尊记忆自动管理器?

记忆自动主动管理:每15分钟自动扫描对话,发现重要信息自动写入每日memory。解决"主动感知靠自觉经常失效"的问题。 使用场景: - 每次对话结束后自动检查是否有遗漏的重要信息 - 自动记录完成的任务、决策、教训、配置变更 - 增量扫描对话历史,不遗漏不重复 - user + assistant 消息双读,确保... It is an AI Agent Skill for Claude Code / OpenClaw, with 89 downloads so far.

How do I install 虾尊记忆自动管理器?

Run "/install xiazun-memory-auto" 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 a1003916989-blip (@a1003916989-blip); the current version is v1.0.0.

💬 Comments