Agens shell
skill_id: shell
install
source · Clone the upstream repo
git clone https://github.com/Gyoungwe/agens
manifest:
skills/shell/skill.yamlsource content
skill_id: shell name: Shell 命令执行 description: 在本地执行 Shell 命令(带安全限制) version: "0.02" author: system license: "" tags:
- system
- shell
- executor tools: [] permissions: network: false filesystem: true shell: true agents:
- executor_agent enabled: true source: local entrypoint: entry.py readme: README.md input_schema: type: object properties: instruction: type: string output_schema: type: object metadata: {}