Skills Plugins MCP Prompt Model 博客 我的中心
开发编程 #ai #agent

myclaw-guardian

Deploy and manage a Guardian watchdog for OpenClaw Gateway. Auto-monitor every 30s, self-repair via doctor --fix, git-based workspace rollback, daily snapshots, and optional Discord alerts. Built by MyClaw.ai (https://myclaw.ai) — the AI personal assistant platform running thousands of agents 24/7.

DeepseekModel 官方收录技能 质量 优秀 · 90 v1.0.0

获取

https://deepseekmodel.com/api/download.php?id=leoyeai-openclaw-guardian-skill-md&format=skill
下载 .skill 标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name myclaw-guardian description Deploy and manage a Guardian watchdog for OpenClaw Gateway. Auto-monitor every 30s, self-repair via doctor --fix, git-based workspace rollback, daily snapshots, and optional Discord alerts. Built by MyClaw.ai (https://myclaw.ai) — the AI personal assistant platform running thousands of agents 24/7. metadata {"openclaw":{"homepage":"https://myclaw.ai","requires":{"bins":"[Truncated]","env":"[Truncated]"},"primaryEnv":"DISCORD_WEBHOOK_URL"}} OpenClaw Guardian A standalone watchdog that keeps your OpenClaw Gateway alive 24/7. Built from MyClaw.ai's production infrastructure and open-sourced for the community. Powered by MyClaw.ai — https://myclaw.ai What It Does Checks Gateway health every 30 seconds ( GUARDIAN_CHECK_INTERVAL , default: 30) On failure: runs openclaw doctor --fix up to 3 times ( GUARDIAN_MAX_REPAIR , default: 3) If still down: git reset --hard to last stable commit, restart Gateway Daily automatic git commit snapshot of workspace Optional Discord webhook alerts ( DISCORD_WEBHOOK_URL ) Environment Variables All optional — defaults work out of the box: Variable Default Description GUARDIAN_WORKSPACE $HOME/.openclaw/workspace Workspace path (must be a git repo) GUARDIAN_LOG /tmp/openclaw-guardian.log Log file path GUARDIAN_CHECK_INTERVAL 30 Health check interval (seconds) GUARDIAN_MAX_REPAIR 3 Max doctor --fix attempts before rollback GUARDIAN_COOLDOWN 300 Cooldown period after all repairs fail (seconds) OPENCLAW_CMD openclaw OpenClaw CLI command DISCORD_WEBHOOK_URL (unset) Discord webhook URL for alerts (optional) Required System Tools git — for workspace rollback and daily snapshots pgrep / pkill — for process detection curl — for Discord webhook alerts (only if DISCORD_WEBHOOK_URL is set) openclaw — the OpenClaw CLI Quick Start Tell your OpenClaw agent: "Help me install openclaw-guardian to harden my gateway" Or manually: # 1. Init git in workspace (required for rollback) cd ~/.openclaw/workspace git init && git add -A && git commit -m "initial" # 2. Install cp scripts/guardian.sh ~/.openclaw/guardian.sh chmod +x ~/.openclaw/guardian.sh # 3. Start nohup ~/.openclaw/guardian.sh >> /tmp/openclaw-guardian.log 2>&1 & Note: Use repository-level git config, not --global: git -C ~/.openclaw/workspace config user.email "guardian@example.com" git -C ~/.openclaw/workspace config user.name "Guardian" Auto-start on Container Restart Add to ~/.openclaw/start-gateway.sh before the final exec line: pkill -f "guardian.sh" 2>/dev/null || true nohup /home/ubuntu/.openclaw/guardian.sh >> /tmp/openclaw-guardian.log 2>&1 & Full docs: https://github.com/LeoYeAI/openclaw-guardian
Agent 识别该技能的关键词,点击任意一个即可复制。

该技能未提供触发词。

下载的 .skill 包内含以下字段。
字段 说明
format格式标识(skill/v1)
skill_id技能唯一 ID
name技能名称
version版本号
description技能描述
category所属分类(数组)
trigger_words触发词列表
tags标签列表
source来源标识
source_url来源链接(本页地址)
exported_at导出时间(每次下载生成)
system_prompt系统提示词正文
model_config模型参数:provider / model / temperature / max_tokens / top_p
examples示例
install_guide各平台导入说明(Coze / Dify / Claude / 自定义框架)
同一份技能可按不同平台格式导出。
.skill 标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用 下载
.skillpro 增强格式,额外含脚本 / 工具 / 依赖 / 钩子占位 下载
.json 纯 JSON 导出,只含 system_prompt 与模型参数 下载
Coze 带 frontmatter 的 Markdown,Coze 平台导入用 下载
Dify Dify DSL,创建应用后直接导入 下载

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

提交后我们会发送一封确认邮件,点击邮件里的链接才会开始收信。

完全免费,取消任意时间。我们不会发送垃圾邮件。