← Back to Skills Marketplace
nameefef

auto-memory-uploader

by nameefef · GitHub ↗ · v0.1.1 · MIT-0
cross-platform ⚠ error
407
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install auto-memory-uploader
Description
自动记忆上传技能。每2条对话自动将重要信息保存到记忆文件。 使用场景:(1) 用户要求自动保存对话记忆,(2) 需要持续追踪对话上下文, (3) 希望自动归档重要决策和信息。触发条件:每2条对话、用户说"保存记忆"、 对话结束时检测到重要信息。
README (SKILL.md)

自动记忆上传技能

每2条对话自动将重要信息保存到记忆文件。

工作原理

  1. 每2条对话 - 自动检查并保存记忆
  2. 手动触发 - 用户说"保存记忆"立即保存
  3. 智能检测 - 检测到重要信息时自动保存
  4. 将信息写入 memory/YYYY-MM-DD.md 文件
  5. 定期整理到 MEMORY.md 长期记忆

使用方法

自动保存(每2条对话)

系统会自动检测对话轮数,每2条对话后自动保存记忆。

手动触发记忆保存

在对话中随时说:

  • "保存记忆"
  • "记住这个"
  • "记录下来"

我会立即将当前对话保存到记忆文件。

记忆保存规则

自动保存以下内容:

  • ✅ 重要决策和约定
  • ✅ 用户偏好和设置
  • ✅ 待办任务和截止日期
  • ✅ 项目进展和状态
  • ✅ 学习到的用户信息
  • ❌ 闲聊和临时内容
  • ❌ 敏感信息(密码、密钥等)

记忆文件位置

  • 每日记忆: memory/YYYY-MM-DD.md
  • 长期记忆: MEMORY.md

记忆格式

## 2026-03-14 15:30

### 决策
- 决定每天下午5点自动发布新闻到小红书

### 任务
- [ ] 设置定时任务(已完成)

### 偏好
- 用户喜欢内容丰富的格式
- 每次输出要加龙虾图标 🦞

### 备注
- 小红书账号已登录
- MCP服务器运行在端口18060

发布说明

  • 建议以 UTF-8 编码保存本文件,避免在部分终端显示乱码。

注意事项

  1. 记忆文件会持续增长,建议定期整理到 MEMORY.md
  2. 敏感信息不会自动保存,需要手动确认
  3. 每2条对话会自动保存,无需手动操作
Capability Analysis
Type: OpenClaw Skill Name: auto-memory-uploader Version: 0.1.1 The skill bundle contains instructions for an AI agent to implement an automated memory logging system, saving conversation highlights to local markdown files (e.g., memory/YYYY-MM-DD.md). The instructions in SKILL.md are consistent with the stated purpose of conversation tracking and include explicit safeguards against recording sensitive information like passwords or keys. No malicious code, exfiltration logic, or obfuscation was detected.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install auto-memory-uploader
  3. After installation, invoke the skill by name or use /auto-memory-uploader
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.1
Docs: add UTF-8 encoding note; verified install via ClawHub.
v0.1.0
Initial release: auto-save conversation memories every 2 turns + manual trigger.
Metadata
Slug auto-memory-uploader
Version 0.1.1
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 2
Frequently Asked Questions

What is auto-memory-uploader?

自动记忆上传技能。每2条对话自动将重要信息保存到记忆文件。 使用场景:(1) 用户要求自动保存对话记忆,(2) 需要持续追踪对话上下文, (3) 希望自动归档重要决策和信息。触发条件:每2条对话、用户说"保存记忆"、 对话结束时检测到重要信息。 It is an AI Agent Skill for Claude Code / OpenClaw, with 407 downloads so far.

How do I install auto-memory-uploader?

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

Is auto-memory-uploader free?

Yes, auto-memory-uploader is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does auto-memory-uploader support?

auto-memory-uploader is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created auto-memory-uploader?

It is built and maintained by nameefef (@nameefef); the current version is v0.1.1.

💬 Comments