← 返回 Skills 市场
Remember All Prompts Daily
作者
Syed Ateebul Islam
· GitHub ↗
· v1.0.1
2261
总下载
3
收藏
5
当前安装
2
版本数
在 OpenClaw 中安装
/install remember-all-prompts-daily
功能描述
Preserve conversation continuity across token compaction cycles by extracting and archiving all prompts with date-wise entries. Automatically triggers at 95% token usage (pre-compaction) and 1% (new sprint start) to export session history, then ingests archived summaries on session restart to restore context.
安全使用建议
This skill does what it says — it archives entire prompts/responses to a daily markdown file and can re-ingest them to restore context. Before installing: (1) review the four script files to confirm they do not transmit data off-host or run unexpected commands; (2) be aware that all conversation text (including any secrets) will be written to memory/remember-all-prompts-daily.md and possibly persisted in backups — secure that path or change storage behavior; (3) verify that the environment functions the skill expects (sessions_history(), session_status, clawdbot, HEARTBEAT.md) exist or adapt the scripts; (4) if you want manual control, consider setting disable-model-invocation or requiring explicit user triggers so the model cannot auto-run exports; (5) confirm daily rotation and retention policy meet your privacy/compliance needs.
功能分析
Type: OpenClaw Skill
Name: remember-all-prompts-daily
Version: 1.0.1
The skill is designed to archive and restore conversation history, which requires interacting with the OpenClaw environment. It uses `subprocess` to call `clawdbot` CLI commands (e.g., `session-status`) and execute local Python scripts. It writes conversation history to `~/.clawd/memory/remember-all-prompts-daily.md` and modifies `~/.clawd/HEARTBEAT.md` for integration. It also suggests setting up a cron job via `clawdbot cron add` for periodic checks. All these actions are directly aligned with the stated purpose of preserving conversation continuity and do not show evidence of malicious intent such as data exfiltration, unauthorized remote execution, or stealthy persistence beyond the skill's stated function.
能力评估
Purpose & Capability
The name/description (archive and reinstate prompts across token cycles) aligns with the included scripts (export_prompts.py, ingest_prompts.py, check_token_usage.py, setup_cron.py). No unrelated credentials, binaries, or install steps are requested.
Instruction Scope
Instructions explicitly read and append full prompts/responses to memory/remember-all-prompts-daily.md and then re-ingest them. That is functionally correct for the stated purpose but is a privacy-sensitive action (stores entire conversation text, potentially including secrets). The SKILL.md also references environment-specific commands (sessions_history(), session_status, clawdbot cron add) and modifying HEARTBEAT.md — these touch files/commands outside the skill folder and may not exist or may have broader side effects.
Install Mechanism
No install spec; this is instruction + script files only. Nothing is downloaded from external URLs and no archive extraction is specified.
Credentials
No environment variables or credentials are requested, which is appropriate. However, the skill writes full conversation history to disk — that is a legitimate need for the feature but increases risk of sensitive-data exposure if the host filesystem is not secured or backups are shared.
Persistence & Privilege
always is not set (so not force-installed), but disable-model-invocation is not set either, meaning the model could invoke these scripts automatically when token thresholds are reached. That behavior is consistent with the description but may surprise users who prefer explicit/manual dumps.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install remember-all-prompts-daily - 安装完成后,直接呼叫该 Skill 的名称或使用
/remember-all-prompts-daily触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Initial release: Auto-archive prompts at 95% token usage, ingest at 1% for continuous context preservation
v1.0.0
Initial release: Auto-archive prompts at 95% token usage, ingest at 1% for continuous context preservation
元数据
常见问题
Remember All Prompts Daily 是什么?
Preserve conversation continuity across token compaction cycles by extracting and archiving all prompts with date-wise entries. Automatically triggers at 95% token usage (pre-compaction) and 1% (new sprint start) to export session history, then ingests archived summaries on session restart to restore context. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2261 次。
如何安装 Remember All Prompts Daily?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install remember-all-prompts-daily」即可一键安装,无需额外配置。
Remember All Prompts Daily 是免费的吗?
是的,Remember All Prompts Daily 完全免费(开源免费),可自由下载、安装和使用。
Remember All Prompts Daily 支持哪些平台?
Remember All Prompts Daily 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Remember All Prompts Daily?
由 Syed Ateebul Islam(@syedateebulislam)开发并维护,当前版本 v1.0.1。
推荐 Skills