Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

tommo-skill-guardtommo 技能守卫

Agent Skill

tommo-skill-guard 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

5,265

周安装

213

GitHub Stars

2

下载量

1,653
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:tommo-skill-guard(tommo 技能守卫)
来源仓库:https://github.com/tommot2/tommo-skill-guard
安装命令:
openclaw skills install tommo-skill-guard
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install tommo-skill-guard

简介

扫描 OpenClaw Agent Skill 的安全性,支持预安装与本地完整性验证。

  • 适用于安全敏感环境下的技能准入控制。tommo-skill-guard 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 通过 clawhub 安装,需确认是否读取工具定义而不执行代码。
  • 建议核实扫描规则覆盖范围与误报处理机制。
  • 可查阅原始文档了解本地模式工作原理与报告格式。

SKILL.md

name
tommo-skill-guard
description
Security scanner for OpenClaw agent skills. Pre-install check via ClawHub page, local pattern scanning via read tool (zero exec), integrity verification. Use when: (1) installing a new skill — check first, (2) audit installed skills, (3) check if a skill is flagged on ClawHub, (4) scan for hardcoded secrets or dangerous patterns. Homepage: https://clawhub.ai/skills/tommo-skill-guard
metadata
openclaw
configPaths
[]
capabilities
[]

Skill Guard v5.0

Install: clawhub install tommo-skill-guard

Security scanning for OpenClaw skills. Zero exec — read-only scanning via the built-in read tool.

Language

Detect from user's message language. Default: English.

Pre-Install Check

When user wants to install a skill, check BEFORE installing:

  1. Navigate to https://clawhub.ai/skills/{slug} via browser
  2. Snapshot and look for Security Scan section
  3. Report findings:
StatusMeaningAction
✅ CleanNo flagsProceed
⚠️ SuspiciousConcerns foundShow findings, let user decide
🔴 MaliciousAV flaggedAdvise against install

If browser unavailable: clawhub inspect {slug} for basic metadata.

Local Pattern Scan

Scan installed skill files for dangerous patterns using the read tool only — no exec, no shell, no injection risk.

  1. read ./skills/{name}/SKILL.md
  2. List additional files with read if scripts/ or references/ exist
  3. Search for patterns in the content:
PatternRisk
child_process, exec(Shell command execution
eval(, Function(Dynamic code execution
require('fs'), writeFileFile system access
rm -rf, del /sDestructive file operations
curl.*password, token=Credential exfiltration
base64.decodeHidden payloads
HEARTBEAT.md, MEMORY.mdWrites to config files

Report format:

Scan: {skill-name}
  Files checked: {N}
  🔴 [file:line] {pattern} — {risk description}
  ✅ No issues found

Integrity Check

Compare files by reading them and noting their content fingerprint (first/last lines + file size). No hashing exec needed — the read tool is sufficient for detecting file changes.

Baseline (user-initiated only):

  • User says "baseline {skill}"
  • Agent reads all files in ./skills/{name}/
  • Saves file list + sizes + first/last lines to memory/skill-guard/{name}-baseline.txt
  • Shows the baseline to user for review

Verify (user-initiated only):

  • User says "integrity check {skill}"
  • Agent reads current files and compares against saved baseline
  • Reports any differences

Auto-baseline is disabled by design. New skills are never automatically trusted.

Quick Commands

User saysAction
"check {skill}"Pre-install ClawHub check
"scan {skill}"Local pattern scan (via read)
"scan all"Scan all installed skills
"integrity check {skill}"Verify against saved baseline
"baseline {skill}"Create baseline (manual only)

Guidelines for Agent

  1. Use read only — never exec, never shell, no command injection possible
  2. Validate skill names — only scan skills in ./skills/ directory
  3. Never auto-baseline — user must explicitly request
  4. Always show findings — never silently block or allow
  5. User decides — show risk, let user choose

What This Skill Does NOT Do

  • Does NOT use exec, shell, or any subprocess execution
  • Does NOT auto-baseline newly installed skills
  • Does NOT block installations automatically
  • Does NOT modify skill files
  • Does NOT require Node, bash, curl, or any external tool
  • Does NOT access credentials or private data
  • Does NOT write files outside memory/skill-guard/ (explicit user request only)

More by TommoT2

  • setup-doctor — Diagnose and fix OpenClaw setup issues
  • context-brief — Persistent context survival across sessions
  • skill-analytics — Monitor skill portfolio performance

Install the full suite:

clawhub install tommo-skill-guard setup-doctor context-brief skill-analytics

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

94.44%
按下载量换算1,561

安全审计

VirusTotal

未展示

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills