file-tools
Basic shell utilities to list, manage, and archive files directly in the workspace.
Install
mkdir -p .claude/skills/file-tools && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/1313" && unzip -o skill.zip -d .claude/skills/file-tools && rm skill.zipInstalls to .claude/skills/file-tools
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Simple shell utilities for files and archives.Key capabilities
- →List files in a workspace
- →Write content to a specified file
- →Create a tar.gz archive of a directory
How it works
This skill executes basic shell commands within a skill workspace to perform file system operations.
Inputs & outputs
When to use file-tools
- →List files in the current workspace
- →Generate sample data files for testing
- →Archive project directories into tar.gz files
About this skill
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
How it compares
This skill directly runs shell commands for file operations, providing a programmatic way to interact with the file system compared to manual command line execution.
Compared to similar skills
file-tools side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| file-tools (this skill) | 4 | 9mo | Review | Beginner |
| tmux | 20 | 2mo | Review | Intermediate |
| jira | 11 | 6mo | No flags | Beginner |
| triaging-issues | 5 | 2mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by trpc-group
View all by trpc-group →You might also like
tmux
openclaw
Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
jira
davila7
Use when the user mentions Jira issues (e.g., "PROJ-123"), asks about tickets, wants to create/view/update issues, check sprint status, or manage their Jira workflow. Triggers on keywords like "jira", "issue", "ticket", "sprint", "backlog", or issue key patterns.
triaging-issues
pytorch
Triages GitHub issues by routing to oncall teams, applying labels, and closing questions. Use when processing new PyTorch issues or when asked to triage an issue.
file-manager
Xxiii8322766509
文件管理技能。用于创建、移动、复制、删除文件和文件夹,整理目录结构。当用户需要管理文件、整理文件夹或批量处理文件时使用。
openspec-archive-change
studyzy
归档实验性工作流中已完成的变更。当用户想要在实现完成后最终确定并归档变更时使用。
slash-commands
parcadei
Create and use Claude Code slash commands - quick prompts, bash execution, file references