byopensquilla· 58 skills
Read a UTF-8 text file and emit its raw content on stdout. Tiny helper for meta-skills that need to round-trip an artefact through disk so the user can hand-edit it between steps (e.g. tweak script.txt during a review pause). Unlike the builtin read_file tool — which returns line-numbered output for model display — this returns bytes verbatim, suitable for downstream parsers.
$npx -y skills add opensquilla/opensquilla --skill text-file-readInstalls into the current project.
Run `npx skills use "https://github.com/opensquilla/opensquilla" --skill "opensquilla/opensquilla/text-file-read"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/opensquilla/opensquilla" that are relevant to the current task. Run `npx skills add "https://github.com/opensquilla/opensquilla"` and select the relevant skills, then follow their instructions.