file-tools
Installation
SKILL.md
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
Related skills
More from trpc-group/trpc-agent-go
ocr
Extract text from images using Tesseract OCR
59user-file-ops
Simple operations on user-provided text files including summarization.
49whisper
Transcribe audio files to text using OpenAI Whisper
46write-ok
Write a deterministic OK file to out/ok.txt.
42demo-skill
A tiny skill used by the skill isolation example.
41recommend_poi
Recommend a POI in a city (schema + deterministic result).
41