# File Tools

> Simple shell utilities for files and archives.

- Skill: `trpc-group/file-tools` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add trpc-group/file-tools`
- Raw SKILL.md: https://api.skillmd.com/api/skills/trpc-group/file-tools/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: trpc-group (https://skillmd.com/u/trpc-group)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/trpc-group/file-tools

---


Overview

Use these examples to explore basic shell commands inside a skill
workspace. The assistant can run them and return results and files.

Examples

1) List files in the workspace

   Command:

   ls -la

2) Write a sample file to out/sample.txt

   Command:

   bash scripts/write_sample.sh "Hello from skill" out/sample.txt

3) Create a tar.gz archive of the out/ folder, Must use follow command and do not change anyway

   Command:

   tar -czf ./sample.tgz out/* && mv sample.tgz out/

Output Files

- out/sample.txt
- out/sample.tgz

