← 返回
未分类 中文

Lite Session Cleaner

Automatically cleans up inactive sessions (older than 1 hour) and sends a notification.
自动清理超过1小时的不活跃会话,并发送通知。
artwebs
未分类 clawhub v1.1.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 411
下载
💾 0
安装
1
版本
#latest

概述

Session Cleaner Skill

This skill is designed to be run via a cron job or periodic task to monitor and prune stale sessions.

Usage

The skill relies on openclaw sessions_list to identify old sessions and openclaw sessions_kill to terminate them. It can be integrated into a TaskFlow or run as a standalone script via exec.

Implementation Logic

  1. Identify: Use sessions_list to retrieve all active sessions.
  2. Filter: Compare the last_activity timestamp of each session with the current time.
  3. Action: For sessions where current_time - last_activity > 3600 seconds:
    • Send a message to the session's target channel (e.g., via message tool) stating: "当前会话已经结束".
    • Execute sessions_kill .
  4. Log: Record the cleaning action in the daily log.

Requirements

  • openclaw CLI installed and accessible.
  • Access to session metadata.

版本历史

共 1 个版本

  • v1.1.0 当前
    2026-05-07 08:45 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Ruankao Gaoxiang Prep

artwebs
软考高项备考技能:每日推送教材第四版章节10条重点与10个英语单词,支持章节查询、重点回顾、单词记忆。触发关键词:软考高项、备考、章节重点、英语单词、软考复习。
★ 0 📥 446

Context Guardian Pro

artwebs
自动监控上下文,汇总历史、保存至长期记忆,在会话消息或令牌数接近阈值时发送QQ提醒。
★ 0 📥 380

Workday Reminder

artwebs
工作日下班提醒技能。提供工作日下班时间(默认 17:30)的定时提醒、倒计时查询和提醒管理功能。当用户提到"下班提醒"、"下班倒计时"、"还有多久下班"、"设置下班时间"等相关需求时触发。支持工作日和周末区分提醒。
★ 0 📥 372