file-tools
Simple shell utilities for files and archives.
$ Instalar
git clone https://github.com/trpc-group/trpc-agent-go /tmp/trpc-agent-go && cp -r /tmp/trpc-agent-go/examples/skillrun/skills/file_tools ~/.claude/skills/trpc-agent-go// tip: Run this command in your terminal to install the skill
SKILL.md
name: file-tools description: Simple shell utilities for files and archives.
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 workspace
Command:
ls -la
-
Write a sample file to out/sample.txt
Command:
bash scripts/write_sample.sh "Hello from skill" out/sample.txt
-
Create a tar.gz archive of the out/ folder
Command:
tar -czf out/sample.tgz -C out .
Output Files
- out/sample.txt
- out/sample.tgz
Repository

trpc-group
Author
trpc-group/trpc-agent-go/examples/skillrun/skills/file_tools
787
Stars
71
Forks
Updated5d ago
Added5d ago