Back to Registry View Author Profile
Official Verified
Context Guardian Pro
Skill by artwebs
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/artwebs/context-guardian-proOr
context-guardian Skill
Description
该技能用于自动化监控对话上下文压力。当检测到当前会话消息量或 Token 占用达到阈值时,自动触发“总结历史 -> 写入长期记忆 -> 发送 QQ 告警”的闭环流程,以防止 Context limit exceeded 错误。
Usage
用户无需直接调用,该技能通过 taskflow 或 cron 周期性运行。
Features
- Pressure Monitoring: 监控 Session 消息长度或字符数。
- Auto-Summarization: 集成
summarize技能提取核心信息。 - Memory Persistence: 自动将摘要追加到
memory/YYYY-MM-DD.md。 - Proactive Alerting: 通过
qqbot-channel接口向用户发送重启会话的提醒。
Inputs
threshold: 触发阈值 (默认 80% 字符占用或消息数)。
Outputs
status: 任务执行结果 (SUCCESS/FAILED)。action_taken: 采取的操作 (NONE/SUMMARIZED_AND_NOTIFIED)。
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-artwebs-context-guardian-pro": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.
Related Skills
workday-reminder
工作日下班提醒技能。提供工作日下班时间(默认 17:30)的定时提醒、倒计时查询和提醒管理功能。当用户提到"下班提醒"、"下班倒计时"、"还有多久下班"、"设置下班时间"等相关需求时触发。支持工作日和周末区分提醒。
artwebs 4473
ruankao-gaoxiang-prep
软考高级信息系统项目管理师备考技能。每天推送教材第四版重点章节的10条背诵重点和10个英语单词。支持章节查询、重点回顾、单词记忆等功能。当用户提到"软考高项"、"备考"、"章节重点"、"英语单词"、"软考复习"等相关需求时触发。
artwebs 4473
session-cleaner
Automatically cleans up inactive sessions (older than 1 hour) and sends a notification.
artwebs 4473