AgentSkillsCN

runexact

精确执行用户输入的命令,并完整返回执行结果。

SKILL.md
--- frontmatter
name: runexact
description: Execute a command exactly as written and return full output
argument-hint: [command]
allowed-tools: Bash(*)

Execute this command using the Bash tool. Do NOT modify, interpret, or add flags to it. Run it VERBATIM as a single Bash call. Return the full output to the user. Do NOT launch subagents, do NOT summarize, do NOT add --stat or any other flags. One Bash call, exact command, full output.

code
$ARGUMENTS