# Send Agents Refresh MD v1.1.2 🐾 to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "agents-refresh-md",
    "name": "Agents Refresh MD v1.1.2 🐾",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/kentaroid-bot/agents-refresh-md",
    "canonicalUrl": "https://clawhub.ai/kentaroid-bot/agents-refresh-md",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/agents-refresh-md",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=agents-refresh-md",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "references/examples.md",
      "README.md",
      "manifest.yaml",
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "agents-refresh-md",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T15:35:55.754Z",
      "expiresAt": "2026-05-06T15:35:55.754Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=agents-refresh-md",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=agents-refresh-md",
        "contentDisposition": "attachment; filename=\"agents-refresh-md-1.1.2.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "agents-refresh-md"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/agents-refresh-md"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/agents-refresh-md",
    "downloadUrl": "https://openagent3.xyz/downloads/agents-refresh-md",
    "agentUrl": "https://openagent3.xyz/skills/agents-refresh-md/agent",
    "manifestUrl": "https://openagent3.xyz/skills/agents-refresh-md/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/agents-refresh-md/agent.md"
  }
}
```
## Documentation

### 🧠 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:

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

This enables human-like continuity! No more confusion ✨

### 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 ✨)

Confirmed Matters 💎: Decisions/completed tasks (solidify foundation).
Pending Tasks ⚡: Next actions/ToDo (priority order).
Lessons 🚫: "Avoid these mines" learned from errors/confusions.
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

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

### Workflow (Manual)

📊 session_status → Check context length.
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)


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"}'


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! 🐾
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: kentaroid-bot
- Version: 1.1.2
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T15:35:55.754Z
- Expires at: 2026-05-06T15:35:55.754Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/agents-refresh-md)
- [Send to Agent page](https://openagent3.xyz/skills/agents-refresh-md/agent)
- [JSON manifest](https://openagent3.xyz/skills/agents-refresh-md/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/agents-refresh-md/agent.md)
- [Download page](https://openagent3.xyz/downloads/agents-refresh-md)