file-tools
Original:🇺🇸 English
Translated
1 scriptsChecked / no sensitive code detected
Simple shell utilities for files and archives.
4installs
Sourcetrpc-group/trpc-agent-go
Added on
NPX Install
npx skill4agent add trpc-group/trpc-agent-go file-toolsTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Overview
Use these examples to explore basic shell commands inside a skill
workspace. The assistant can run them and return results and files.
Examples
-
List files in the workspaceCommand:ls -la
-
Write a sample file to out/sample.txtCommand:bash scripts/write_sample.sh "Hello from skill" out/sample.txt
-
Create a tar.gz archive of the out/ folderCommand:tar -czf out/sample.tgz -C out .
Output Files
- out/sample.txt
- out/sample.tgz