返回 Skill 列表
extension
分类: 开发与工程无需 API Key

generating-shell

生成、解释和规划shell命令、bash脚本、Unix管道、awk/sed/grep表达式。当用户请求shell命令、bash脚本、终端命令、Unix管道、脚本帮助或命令语法协助时使用。不要用于网络研究或文档分析。

person作者: jakexiaohubgithub

Gemini Shell Helper

Spawn the gemini-shell-helper agent for shell command generation.

Foreground (blocking)

Task(subagent_type="gemini-shell-helper", prompt="<describe the shell task>")

Background (for context efficiency)

Task(subagent_type="gemini-shell-helper", prompt="<task>", run_in_background=true)

Use TaskOutput(task_id="<id>") to retrieve results.

Use for complex CLI pipelines, system administration tasks, or when you need help with command syntax.