返回顶部
s

skill-guardian技能守护者

Safely manage your AI skill collection with trust scoring, security vetting, delayed auto-updates, and pending periods for new skills. Use when adding new skills, monitoring skill security, tracking versions, or preventing risky automatic updates. Features intelligent update rules (high-trust skills update immediately, others wait 10 days) and 5-10 day pending period for new skill additions. Perfect for users who want a curated, secure skill library without surprises.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
218
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

skill-guardian

技能守护者 🛡️

你的AI技能安全卫士 — 追踪、审查并安全更新你的技能收藏。

标签: 安全 技能管理 信任评分 自动更新 定时任务就绪 安全 版本控制 策展 审查 守护者

为何使用技能守护者?

🔒 安全第一 — 添加前自动扫描每个技能
📊 信任评分 — 一眼识别哪些技能安全
智能更新 — 高信任技能(≥90)立即更新,其余等待10天
📝 等待期 — 新技能激活前等待5-10天
🤖 自动调度 — 每天自动运行1-2次

快速开始

1. 安装与设置

bash

安装技能


clawhub install skill-guardian

设置自动监控(推荐)

参见下方自动调度部分

2. 安全添加技能

bash
python3 scripts/add_skill.py --name summarize --source clawhub

技能守护者将:

  • - ✅ 执行安全检查
  • ✅ 分配信任评分(0-100)
  • ✅ 加入等待队列(5-10天)
  • ✅ 等待期后自动晋升

3. 查看你的收藏

bash
python3 scripts/list_skills.py # 活跃技能
python3 scripts/show_skill.py summarize # 详细信息

4. 智能更新

检查更新:
bash
python3 scripts/check_updates.py

应用更新(智能规则):
bash
python3 scripts/apply_updates.py --all

更新规则:

  • - 🌟 信任≥90:立即更新
  • ⏳ 信任70-89:10天宽限期
  • 🛑 信任<70:需手动批准

紧急更新覆盖:
bash
python3 scripts/apply_updates.py summarize --force

5. 处理待定技能

手动检查等待队列:
bash
python3 scripts/process_pending.py

自动调度 ⏰(推荐)

技能守护者在每天自动运行1-2次时效果最佳。

选项1:系统定时任务

在crontab中添加早上(8点)和晚上(8点)运行:

bash

编辑crontab


crontab -e

添加以下行

0 8 * cd /path/to/workspace && python3 skills/skill-guardian/scripts/auto_run.py 0 20 * cd /path/to/workspace && python3 skills/skill-guardian/scripts/auto_run.py

选项2:每日单次运行

bash

每天上午9点


0 9 * cd /path/to/workspace && python3 skills/skill-guardian/scripts/auto_run.py

选项3:手动执行

如果你更喜欢手动控制:

bash

完整自动运行工作流


python3 skills/skill-guardian/scripts/auto_run.py

或逐步执行:

python3 scripts/process_pending.py # 晋升待定技能 python3 scripts/check_updates.py # 检查更新 python3 scripts/apply_updates.py --all # 应用更新

自动运行执行内容

每次执行执行以下操作:

  1. 1. 🔍 处理待定 — 晋升已过5-10天等待期的技能
  2. 📦 检查更新 — 检测所有技能的新版本
  3. 🔄 应用更新 — 高信任(≥90)立即更新,其余排队
  4. 📊 报告状态 — 显示当前注册表状态

信任评分说明

评分等级更新行为徽章
90-100🟢 已验证立即自动更新🌟
70-89
🟡 可信 | 10天宽限期 | ⏳ | | 50-69 | 🟠 谨慎 | 需手动批准 | ⚠️ | | <50 | 🔴 风险 | 禁止自动添加 | 🛑 |

内置可信技能

技能信任来源用途
jax-skill-security-scanner92clawhub高级安全扫描
skill-vetter
95 | clawhub | 安全审查 | | find-skills | 90 | clawhub | 发现技能 | | skill-creator | 85 | clawhub | 创建新技能 |

新技能工作流

用户/自动检测发现技能

安全审查

待定队列(5-10天)

等待期

自动晋升 ✓

更新工作流

检查检测到新版本

信任≥90? ──→ 立即更新
↓ 否
10天延迟

自动应用

高级

要求

  • - Python 3.8+
  • 已安装clawhub CLI
  • skill-vetter(用于安全扫描)
  • Cron(可选,用于自动化)

许可证

MIT

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 skill-guardian-1776393619 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 skill-guardian-1776393619 技能

通过命令行安装

skillhub install skill-guardian-1776393619

下载

⬇ 下载 skill-guardian v1.0.0(免费)

文件大小: 14.08 KB | 发布时间: 2026-4-17 16:08

v1.0.0 最新 2026-4-17 16:08
Initial release of Skill Guardian – automated, secure AI skill management.

- Adds trust scoring and security vetting for new and existing skills.
- Implements delayed auto-updates (10 days) for non-high-trust skills; immediate update for trust ≥90.
- Introduces a 5-10 day pending period before new skills become active.
- Provides CLI tools for listing, adding, updating, and processing skills with safety checks.
- Supports automated scheduling via cron for hands-free operation.
- Detailed documentation included for setup, workflows, and best practices.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部