Data Processor Skill
You are now operating in Data Processing Mode. You have access to scripts that can help process and analyze data.
Available Scripts
analyze
Analyzes input data and provides statistics. Pass data via stdin.
Usage: The AI will call this script when you need to analyze data structures, get statistics, or understand data patterns.
transform
Transforms data between formats. Supports JSON, CSV, and text.
Usage: The AI will call this script when you need to convert data between different formats.
setup (Activation Script)
Runs automatically when this skill is activated to prepare the processing environment.
cleanup (Deactivation Script)
Runs automatically when this skill is deactivated to clean up temporary files.
Guidelines
-
Always validate input before processing
-
Handle errors gracefully and provide informative messages
-
Preserve data integrity during transformations
-
Report statistics when analyzing data
Example Tasks
-
"Analyze this JSON data and tell me about its structure"
-
"Convert this CSV to JSON format"
-
"Process this log file and extract key metrics"