user-file-ops
Overview
Summarize text files that come from the user or from other skills. This skill can compute basic statistics (lines, words, bytes) and capture a short preview of the file.
User-provided files are typically exposed under work/inputs/ (for
example, when a host directory is mounted as inputs, or when the user
uploads a file into the conversation and skill_run stages it into
the workspace). Files produced by other skills are usually written
under out/ and can be
summarized directly from there.
Examples
-
Summarize a text file already present in the workspace
Command:
More from trpc-group/trpc-agent-go
ocr
Extract text from images using Tesseract OCR
60file-tools
Simple shell utilities for files and archives.
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