Token导航 LogoToken导航TokenDH.com
开发执行命令clawhub未标认证来源可访问clear审计提醒

shrimp-skill-install-guard虾技能安装守卫

Agent Skill

shrimp-skill-install-guard 用于补充开发相关能力,适合在 OpenClaw 中需要让 Agent 承接开发相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,461

周安装

140

GitHub Stars

公开资料未说明

下载量

1,086
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install shrimp-skill-install-guard

简介

用于补充开发相关能力,适合在 OpenClaw 中需要让 Agent 承接开发相关任务时使用。

  • 可结合来源仓库、安装命令和原始 README 继续核验具体用法。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 执行五步受保护的技能安装,检查是否存在、本地状态、风险、执行和安装后验证。
  • shrimp-skill-install-guard 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
skill-install-guard
description
Guard OpenClaw skill installation with a productized five-step flow: source check, local-state check, mandatory all-files review, risk review, install execution, and post-install verification. Use this whenever installing skills from ClawHub, local folders, GitHub, or other sources and you need reliable go/no-go decisions plus verifiable outcomes.
metadata
short-description
安装前审查 + 安装后验收的一体化守门流程
version
0.4.3

Skill Install Guard|技能安装守门员

Use this skill when the user wants safer, more consistent skill installation with clear go/no-go decisions and verifiable post-install results.

What it does

This skill enforces a fixed five-step installation guardrail:

  1. Source check

- Collects key source trust signals (author, activity, update freshness, public feedback when available). - Marks unavailable data explicitly so risk decisions stay transparent.

  1. Local-state check

- Detects existing local installs before action. - Reduces duplicate installs and path mistakes.

  1. Code review (MANDATORY)

- Enumerates all files in the target skill. - Reviews readable text files and records binary/oversize/unreadable handling with reasons.

  1. Risk review

- Summarizes red flags, required permissions, risk level, and final recommendation. - Produces human-readable conclusions and machine-readable report output.

  1. Install execution + post-install verification

- Runs install only when policy allows. - Verifies expected path and required key files after execution.

When to use

  • Before installing any unfamiliar skill from ClawHub.
  • Before adopting skills from GitHub or local directories.
  • When teams need consistent installation standards.
  • When security-sensitive environments require auditable evidence.

Primary command

python3 scripts/skill-install-guard.py --slug <skill-slug> [options]

Compatibility wrapper:

scripts/skill-install-guard.sh --slug <skill-slug> [options]

Required / useful inputs

  • --slug <slug>: required target skill slug
  • --source <source>: optional source (clawhub, local path, or URL)
  • --install-cmd '<command>': real install command for execution phase (direct executable invocation only; no shell pipes/redirects/chaining)
  • --expected-dir <path>: expected final install path
  • --version <version>: optional version hint
  • --dry-run: checks only
  • --stop-before-install: end after review phase
  • --allow-medium-risk: allow execution when risk is medium
  • --report-json <path>: write machine-readable result

Recommended operating pattern

  1. Collect slug, source, intended install command, and expected final directory.
  2. Run with --stop-before-install or --dry-run for non-destructive preflight.
  3. Read risk summary and recommendation.
  4. If blocked, stop and report why.
  5. If allowed, run with actual install command.
  6. Return both risk decision and post-install verification result.

Example: non-destructive verification

python3 scripts/skill-install-guard.py \
  --slug some-skill \
  --source clawhub \
  --expected-dir skills/some-skill \
  --stop-before-install \
  --report-json tmp/skill-install-guard/some-skill-verify.json

Example: real guarded install

python3 scripts/skill-install-guard.py \
  --slug some-skill \
  --source clawhub \
  --install-cmd 'clawhub install some-skill' \
  --expected-dir skills/some-skill \
  --report-json tmp/skill-install-guard/some-skill-install.json

Output requirements

When using this skill, report at minimum:

  • target skill name / slug
  • source checked and source-data completeness
  • all-files coverage summary
  • red flags found (or explicit none)
  • permissions needed (files / network / commands)
  • risk level
  • recommendation / verdict
  • install command used or skipped
  • final landed path check
  • final go / no-go result

Safety rules

  • Do not treat command exit status as sole success criterion.
  • Do not skip post-install verification.
  • If slug/source/version mismatch expectations, stop before install.
  • If risk recommendation is block, do not force install.
  • If risk is medium without explicit operator approval, keep blocked.
  • When uncertain, prefer no-go.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

88.43%
按下载量换算960

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 openclaw skills install shrimp-skill-install-guard 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

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

来源信息

继续浏览同类 Skills