← All skills
Tencent SkillHub · Productivity

Cache Cleanup

清理过期缓存文件、auto-flush 文件、旧日志,释放磁盘空间。

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

清理过期缓存文件、auto-flush 文件、旧日志,释放磁盘空间。

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, cleanup.sh, skill.json

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 8 sections Open source page

Cache Cleanup

清理各类缓存和临时文件,释放磁盘空间。

能力轮廓

输入:缓存目录 输出:清理报告 核心:扫描 → 分类 → 清理

工作流

1. 扫描缓存目录 2. 识别过期文件(按类型设定过期时间) 3. 统计大小 4. 清理 5. 报告

目标目录

目录类型过期时间~/.npm/_cache/NPM 缓存7 天~/.cache/通用缓存7 天/tmp/临时文件1 天~/.openclaw/logs/日志文件14 天~/.openclaw/browser/浏览器缓存3 天~/.openclaw/sandbox/沙箱7 天~/.openclaw/sandbox-neko/猫娘沙箱7 天~/.openclaw/canvas/Canvas 缓存3 天

清理规则

类型规则日志.log, .jsonl > 14 天缓存所有 > 7 天临时所有 > 1 天浏览器所有 > 3 天

磁盘告警

磁盘使用 > 80% 时增强清理 清理前检查磁盘使用率

主动性

每3天执行一次 磁盘使用率高时主动清理

使用方式

# 手动执行 ~/.openclaw/workspace/skills/cache-cleanup/cleanup.sh # 配置定时任务(每3天凌晨2点) cron job add cache-cleanup "0 2 */3 * *" ~/.openclaw/workspace/skills/cache-cleanup/run.sh

Category context

Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs1 Scripts1 Config
  • SKILL.md Primary doc
  • cleanup.sh Scripts
  • skill.json Config