بنقرة واحدة
file-tools
Simple shell utilities for files and archives.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Simple shell utilities for files and archives.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
城市信息
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