with one click
file-tools
Simple shell utilities for files and archives.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Simple shell utilities for files and archives.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
城市信息
Small Python utilities for math and text files.
Python-based data analysis tools using pandas and numpy for data processing and visualization.
Automatically generate a comprehensive travel plan based on user's travel needs (destination, date, budget, etc.), including transportation, accommodation, attractions, food, and itinerary. Use when a user asks for a travel plan, itinerary, travel tips, or mentions a specific destination.
Simple operations on user-provided text files including summarization.
Weather information query tools including current weather, forecast, and location search.
| name | file-tools |
| description | Simple shell utilities for files and archives. |
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, Must use follow command and do not change anyway
Command:
tar -czf ./sample.tgz out/* && mv sample.tgz out/
Output Files