# Send Session Cleanup 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. 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. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "session-cleanup",
    "name": "Session Cleanup",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/xaiohuangningde/session-cleanup",
    "canonicalUrl": "https://clawhub.ai/xaiohuangningde/session-cleanup",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/session-cleanup",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=session-cleanup",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "cleanup.sh",
      "skill.json"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/session-cleanup"
    },
    "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/session-cleanup",
    "downloadUrl": "https://openagent3.xyz/downloads/session-cleanup",
    "agentUrl": "https://openagent3.xyz/skills/session-cleanup/agent",
    "manifestUrl": "https://openagent3.xyz/skills/session-cleanup/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/session-cleanup/agent.md"
  }
}
```
## Documentation

### Session Cleanup

定期检查和清理过期会话，评估会话价值并保存重要信息。

### 能力轮廓

输入：会话目录路径
输出：清理报告 + 保存的有价值会话
核心：过期检测 → 价值评估 → 选择性清理

### 工作流

1. 扫描会话目录
2. 检查过期会话（7天无活动）
3. 评估会话价值（关键词匹配）
4. 保存有价值会话到记忆
5. 清理无价值会话
6. 生成报告

### 目标目录

目录说明~/.openclaw/cron/runs/定时任务运行记录~/.openclaw/delivery-queue/消息投递队列~/.openclaw/telegram/Telegram 会话数据~/.openclaw/subagents/子智能体会话

### 过期规则

cron runs: 超过 3 天
delivery-queue: 超过 1 天（已完成/失败的）
telegram: 超过 7 天
subagents: 超过 7 天

### 价值评估关键词

类别关键词重要决策decision, important, remember, 重要, 决策学习learn, study, understand, 学习, 理解问题解决fix, bug, error, 修复, 问题, 错误创建create, build, new, 创建, 新建

### 主动性

每周执行一次
自动评估并保存有价值内容
汇报清理结果

### 使用方式

# 手动执行
~/.openclaw/workspace/skills/session-cleanup/cleanup.sh

# 配置定时任务（每周日凌晨3点）
cron job add session-cleanup "0 3 * * 0" ~/.openclaw/workspace/skills/session-cleanup/run.sh
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: xaiohuangningde
- Version: 1.0.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/session-cleanup)
- [Send to Agent page](https://openagent3.xyz/skills/session-cleanup/agent)
- [JSON manifest](https://openagent3.xyz/skills/session-cleanup/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/session-cleanup/agent.md)
- [Download page](https://openagent3.xyz/downloads/session-cleanup)