Add skill definitions (SKILL.md + run.py) for all agent tools
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
---
|
||||
name: run_command
|
||||
description: Execute a shell command on this system and return the output. Use this to check system info, run scripts, fetch URLs, process data, etc.
|
||||
parameters:
|
||||
command:
|
||||
type: string
|
||||
description: The shell command to execute (bash)
|
||||
required: true
|
||||
---
|
||||
Reference in New Issue
Block a user