clawhub-auto-update

自动检查并更新ClawHub已安装技能。有更新时通知用户,支持手动和定时运行。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "clawhub-auto-update" with this command: npx skills add jimmieting/clawhub-auto-update

ClawHub Auto Update

自动检查并更新已安装的ClawHub技能。

功能

  1. 检查更新:对比本地版本与ClawHub最新版本
  2. 批量更新:自动更新所有可更新的技能
  3. 通知用户:有更新时推送通知
  4. 定时运行:支持cron定时检查

实际使用

方式1:运行脚本自动检查+更新

bash ~/.openclaw/workspace/skills/clawhub-auto-update/scripts/check-update.sh

方式2:定时运行(推荐)

添加到crontab:

# 每周日凌晨3点检查更新
0 3 * * 0 bash ~/.openclaw/workspace/skills/clawhub-auto-update/scripts/check-update.sh >> ~/.openclaw/logs/skill-update.log 2>&1

方式3:手动更新

npx clawhub update --all

输出格式

更新时输出:

🔄 检查技能更新...
✅ skill-name: 1.0.0 → 1.1.0 已更新
📊 共检查 X 个技能,Y 个可更新

集成到主流程

在 auto-learn.sh 中添加:

# 每周日检查技能更新
if [ "$(date +%w)" = "0" ]; then
  echo "🔄 检查技能更新..."
  npx clawhub update --all >> ~/.openclaw/logs/skill-update.log 2>&1
fi

注意事项

  • 需要先登录ClawHub:npx clawhub login
  • 更新会覆盖本地修改(如果有)
  • 建议先备份重要配置

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

SpeakNotes: YouTube, Audio & Document Summaries

Use when OpenClaw needs to call SpeakNotes API routes directly using an API key and generate transcripts/summaries from YouTube URLs, media files, or documen...

Registry SourceRecently Updated
0126
Profile unavailable
Security

A.I. Smart Router

Expertise-aware model router with semantic domain scoring, context-overflow protection, and security redaction. Automatically selects the optimal AI model using weighted expertise scoring (Feb 2026 benchmarks). Supports Claude, GPT, Gemini, Grok with automatic fallback chains, HITL gates, and cost optimization.

Registry SourceRecently Updated
32.1K
Profile unavailable
Security

Skill Miner

Discover, research, and analyze ClawHub skills safely to build your own clean, secure implementations without downloading suspicious code.

Registry SourceRecently Updated
2541
Profile unavailable