Auto-Updater Skill
一个面向 Other 场景的 Agent 技能。原始说明:Automatically update Clawdbot and all installed skills once daily. Runs via cron, checks for updates, applies them, and messages the user with a summary of what changed.
name: skill-guide
description: 技能创建指南 - 创建/发布ClawHub技能的完整指南,含模板、最佳实践和发布流程
metadata: {"openclaw": {"requires": {}, "install": []}}
tags: [skill, creation, guide, template, best-practices, publish]
version: 1.0.0
author: laosi
source: adapted
激活词: 创建技能 / 技能模板 / 发布技能
skill-name/
├── SKILL.md # 主技能文件(必需)
└── assets/ # 可选资源
clawhub publish ./skill-name --slug skill-name --name "技能名" --version 1.0.0 --tags "tag1,tag2"