agentsclimarketplace

Skill vetter runtime

Skill uvwt/agentdock/skill-sources/skill-vetter-runtime

Secure MCP runtime for AI agents to operate local machines, servers, and containers with multi-device orchestration.

Install
npx -y skills add uvwt/agentdock --skill skill-vetter-runtime

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

Review ClawHub or local Skill packages before installation, classify risk, and return a structured security report.

SKILL.md

1.3 KB, as published. Nobody here has run it

Skill Vetter

This Skill provides a security-first review workflow and an optional helper script for inspecting ClawHub slugs or local Skill directories.

Use it before installing unknown skills, when comparing candidate skills, or when checking whether a local Skill has suspicious code, broad permissions, credential access, persistence hooks, or risky network behavior.

The output is a structured JSON report with reviewed files, detected red flags, permission clues, risk level, verdict, and notes.

辅助脚本执行

Skill 本体是本说明文档。确需调用包内辅助脚本时,在 Skill 包根目录使用相对路径执行;运行宿主负责切换到包根目录并把所需变量注入当前子进程。

printf '%s' '{"skill_action":"<动作>"}' | python3 run.py

输入必须是 JSON 对象。写操作仍按本文档中的确认规则执行。

动作用途
statusCheck Python runtime and optional ClawHub CLI availability.
vet-clawhub-slugFetch and vet a ClawHub skill by slug without installing it.
vet-local-pathVet a local skill folder. By default only AgentDock workspace and installed skill roots are allowed.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.