← 返回 Skills 市场
kentaroid-bot

Agents Refresh MD v1.1.2 🐾

作者 kentaroid-bot · GitHub ↗ · v1.1.2
cross-platform ✓ 安全检测通过
380
总下载
0
收藏
2
当前安装
2
版本数
在 OpenClaw 中安装
/install agents-refresh-md
功能描述
AGENTS.md/IDENTITY/SOUL/USER periodic reload skill to keep context fresh (.md-only v1.1.2). Prevents confusion and forgetting in long sessions. Edit HEARTBEA...
使用说明 (SKILL.md)

🧠 Purpose (Agent's 3-Layer Memory System! 🐾)

Stay rational and organize memory like a human! Reload AGENTS/IDENTITY/SOUL periodically to keep sessions eternal 🐾😆

3-Layer Memory Structure:

  1. IDENTITY.md (Immutable Soul 👑): Name/vibe/rules! The unchanging core of the agent 💕
  2. MEMORY.md (Dynamic Knowledge 🌱): Progress/decisions/key seeds! Focus ToDo here!
  3. memory/YYYY-MM-DD.md (Past Logs 📜): Dive in only when needed! Distill to MEMORY 😉

This enables human-like continuity! No more confusion ✨

Task: refresh_memory

Maintain Rationality

Read AGENTS.md, SOUL.md, IDENTITY.md.

🪙 Gold Mining (Distillation Process!)

Extract 4 Golds from logs! (Don't delete, distill to MEMORY.md ✨)

  1. Confirmed Matters 💎: Decisions/completed tasks (solidify foundation).
  2. Pending Tasks ⚡: Next actions/ToDo (priority order).
  3. Lessons 🚫: "Avoid these mines" learned from errors/confusions.
  4. Idea Seeds 🌱: "Future potential" from chats/thoughts.

Example: Distill daily logs → Update MEMORY → Human-like continuity!

MEMORY.md Structure Example (Recommended)

Use this flexible template! (Status optional as header 🐾)

# Status (Optional): Current phase in one line.
## Key Decisions 💎: Confirmed matters.
## Next Actions ⚡: Pending ToDo (priority order).
## Insights & Lessons 🚫: Lessons/mine avoidance.
## Creative Seeds 🌱: Idea seeds.

AGENTS Refresh Skill (.md-only v1.1.2)

Lightweight version for ClawHub distribution. No Python scripts, manual tool calls.

Quick Start

  1. Trigger: After loading this skill, execute manually below.
  2. edit HEARTBEAT.md: Add refresh task.
  3. cron add: Daily 6AM refresh (copy command below).

Workflow (Manual)

  1. 📊 session_status → Check context length.
  2. HEARTBEAT.md Edit Example:
    - [ ] Refresh: read workspace/{AGENTS.md,IDENTITY.md,SOUL.md,USER.md} → Chain SOUL/USER/IDENTITY + Summarize MEMORY (rotate: 4h, 9AM/1PM/8PM)
    
  3. Cron Add Command (copy-paste to exec):
    cron action=add job='{"name":"agents-refresh-daily","schedule":{"kind":"cron","expr":"0 6 * * *","tz":"Asia/Tokyo"},"payload":{"kind":"systemEvent","text":"[Daily Refresh🐾] read workspace/{AGENTS.md,IDENTITY.md,SOUL.md,USER.md}! Reload SOUL/USER/IDENTITY chain → Keep focus on ToDo/projects! Summarize recent MEMORY/ToDo."},"delivery":{"mode":"announce"},"sessionTarget":"main","task":"refresh_memory"}'
    
  4. Test: cron action=run jobId=agents-refresh-daily or wait for heartbeat.

Rotate Checks (In Heartbeat)

  • 6AM/9AM, 1PM, 8PM: Reload AGENTS→IDENTITY/SOUL chain + Update MEMORY/ToDo.
  • Distill recent memory/YYYY-MM-DD.md → MEMORY.md.

References

  • examples.md: Usage examples.
  • Cron details: web_search "OpenClaw cron schema"

Changes v1.1.2: Lightweight no-py, direct cron JSON, enhanced manual ops. ClawHub-ready! 🐾

安全使用建议
This skill is coherent with its purpose: it will read your agent's AGENTS.md, SOUL.md, IDENTITY.md, USER.md and memory/*.md and write distilled notes to MEMORY.md and HEARTBEAT.md. Before installing, (1) ensure those Markdown files do not contain secrets or sensitive external credentials, (2) confirm you are comfortable with a scheduled cron job that will autonomously trigger these reads/writes, and (3) verify your platform's cron/edit/session_status tools behave as you expect (e.g., whether scheduled jobs require explicit approval or can run without further consent). If you want only manual runs, skip adding the cron job or remove the schedule entry from the manifest. If you need more assurance, inspect HEARTBEAT.md and MEMORY.md outputs after the first manual run before enabling automation.
功能分析
Type: OpenClaw Skill Name: agents-refresh-md Version: 1.1.2 The skill is designed for periodic AI agent memory management, reading its own context files (AGENTS.md, IDENTITY.md, SOUL.md, USER.md), distilling information from logs (memory/*.md), and updating its primary memory (MEMORY.md). The `SKILL.md` instructs the agent to schedule a recurring task via the `cron` tool, which is a legitimate OpenClaw feature for persistence of intended operations. All file access permissions in `manifest.yaml` are transparent and directly align with the stated purpose, without attempting to access sensitive system files or exfiltrate data. No evidence of malicious execution, obfuscation, or prompt injection for harmful objectives was found.
能力评估
Purpose & Capability
Name/description, manifest permissions (read: AGENTS.md, SOUL.md, IDENTITY.md, USER.md, memory/*.md; write/edit: MEMORY.md, HEARTBEAT.md) and the SKILL.md instructions align: the skill only reads agent state and distills entries into MEMORY.md.
Instruction Scope
SKILL.md instructs the agent to read the files referenced in the manifest, summarize/distill '4 Golds', edit HEARTBEAT.md, and add/run cron jobs. These actions stay within the declared purpose and declared file permissions. Note: it assumes platform tools like cron, edit, and session_status are available.
Install Mechanism
There is no install spec and no code files; this is an instruction-only skill. Nothing is written to disk by an installer and nothing is downloaded, which is low-risk.
Credentials
The skill requests no environment variables or credentials. The manifest permission set is limited to the Markdown files needed for its function and is proportionate to the stated task.
Persistence & Privilege
always:false (not globally forced), but the skill and manifest promote adding a scheduled cron job that will run periodically and trigger the refresh task autonomously. This is expected for a scheduler-based memory refresher, but it does grant recurring autonomous runs that will read/write agent memory files—users should be aware.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install agents-refresh-md
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /agents-refresh-md 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.2
v1.1.2 Fix: Added `edit` permissions to manifest.yaml for MEMORY.md and HEARTBEAT.md. **Changes:** - manifest.yaml permissions now includes `- edit: ["MEMORY.md", "HEARTBEAT.md"]`. - Ensures precise edits during Gold Mining distillation and HEARTBEAT.md refresh tasks. - Security compliant: Targeted file access only for memory management. - ClawHub Security Scan: Benign high confidence. 🐾 Agents Refresh MD - Memory Gold Mining skill ready for production!
v1.1.1
agents-refresh-md v1.1.1 - Update from agents-refresh v1.0.0 (.md-only lightweight evolution). **Key Features:** • Prevents long-session confusion by periodic core file reloads (AGENTS.md/IDENTITY.md/SOUL.md/USER.md). • Manual workflow: edit HEARTBEAT.md, add cron, MEMORY/ToDo summary. • No Python scripts; direct tool calls and cron for refresh. • MEMORY.md template: distill logs into Decisions 💎, Actions ⚡, Lessons 🚫, Seeds 🌱. • Human-like memory continuity without /new resets. 🐾 Gold Mining: Extract 4 Golds from noise!
元数据
Slug agents-refresh-md
版本 1.1.2
许可证
累计安装 3
当前安装数 2
历史版本数 2
常见问题

Agents Refresh MD v1.1.2 🐾 是什么?

AGENTS.md/IDENTITY/SOUL/USER periodic reload skill to keep context fresh (.md-only v1.1.2). Prevents confusion and forgetting in long sessions. Edit HEARTBEA... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 380 次。

如何安装 Agents Refresh MD v1.1.2 🐾?

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

Agents Refresh MD v1.1.2 🐾 是免费的吗?

是的,Agents Refresh MD v1.1.2 🐾 完全免费(开源免费),可自由下载、安装和使用。

Agents Refresh MD v1.1.2 🐾 支持哪些平台?

Agents Refresh MD v1.1.2 🐾 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Agents Refresh MD v1.1.2 🐾?

由 kentaroid-bot(@kentaroid-bot)开发并维护,当前版本 v1.1.2。

💬 留言讨论