backup-2-github
Backup personalized OpenClaw configuration and user data to a GitHub repo with single-commit history and optional dry-run preview.
voice-bridge-light
提供兼容OpenAI接口的轻量级本地STT(Whisper)和TTS(Edge TTS/Piper)语音桥接HTTP服务。
deerflow-install-master
DeerFlow 2.0 一键安装与配置技能。基于真实部署经验(2026-03-29),涵盖从下载仓库到成功运行的全流程,包括踩坑规避方案。 Use when: (1) 需要在 OpenClaw 环境安装 DeerFlow 2.0, (2) 需要快速排查安装问题, (3) 需要了解 DeerFlow 的最佳实践。
connect-to-another-openclaw
Connect to and manage another OpenClaw server remotely. Check status, sync skills, restart gateway, and monitor channels.
session-compactor
自动会话压缩以优化 token 使用。当会话消息数超过阈值时,将早期历史压缩为结构化摘要,保留工具调用和关键事实。适用于长对话场景以节省上下文窗口。核心算法参考 claw-code 项目的 compact.rs 设计。