AgentSkillsCN

script-runner

运行一条安全的 Python 脚本并回显 argv 参数的小型测试技能。可用于验证技能脚本的执行管道(允许使用的工具管控、超时限制与输出上限)。

SKILL.md
--- frontmatter
name: script-runner
description: A tiny test skill that runs a safe python script and echoes argv. Use to validate the skill script execution pipeline (allowed-tools gating, timeout, and output limits).
allowed-tools: python
metadata:
  version: "1.0.0"
  author: Browser4
  tags: "testing, validation, script-execution"

Script Runner

Description

A tiny testing skill that provides a safe python script for validating the runtime script execution pipeline.