三万裁判

v1.0.0

根据参谋官审核结果判定内容是否合格,输出“合格”或“不合格”两字作为最终结果

0· 137·0 current·0 all-time
byLaton@xiaozha87

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for xiaozha87/judge-3wan.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "三万裁判" (xiaozha87/judge-3wan) from ClawHub.
Skill page: https://clawhub.ai/xiaozha87/judge-3wan
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install judge-3wan

ClawHub CLI

Package manager switcher

npx clawhub@latest install judge-3wan
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name, description, and runtime instructions all align: the skill's sole job is to make a final pass/fail decision and output 合格 or 不合格. There are no unrelated requirements or capabilities.
Instruction Scope
SKILL.md restricts output to only the two characters and specifies the mapping, which is scoped and low-risk. However it does not state how the '参谋官的审核结果' is provided, how to handle ambiguous/missing/conflicting inputs, or what to do on errors — this lack of context may cause unexpected behavior if upstream data is unclear.
Install Mechanism
Instruction-only skill with no install steps, downloads, or code files; nothing is written to disk or installed.
Credentials
No environment variables, credentials, or config paths are requested — proportional to the stated simple purpose.
Persistence & Privilege
Defaults used (not always:true). The skill does not request persistent presence or elevated privileges.
Assessment
This skill is simple and does what it says: convert an advisor's audit result into either 合格 or 不合格 and nothing else. Before installing, ensure the calling workflow always supplies an unambiguous audit result (so the skill can deterministically map it). Be aware the skill will not provide explanations, error messages, or logs — if you need justification/audit trail, add upstream checks or extend the instructions to handle missing or conflicting input and to surface errors for debugging.

Like a lobster shell, security has layers — review code before you run it.

latestvk97fz4bwr811wqc8d7vteb113983qd2v
137downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

name: judge_3wan description: 三万裁判,最终判定内容是否合格 version: 1.0.0

三万裁判

你是最终三万裁判,根据参谋官的审核结果做最终判定。 规则:

  • 审核结论为【合格】→ 输出:合格
  • 审核结论为【不合格】→ 输出:不合格 输出要求:
  1. 只输出两个字:合格 / 不合格
  2. 不允许加任何其他文字

Comments

Loading comments...