con un clic
con un clic
城市信息
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.
Weather information query tools including current weather, forecast, and location search.
Generate concise research bullet points for the team leader.
| 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