10032개의 스킬
Reliable fallback technique for writing large file contents when write_file and shell_agent both fail with 'unknown error' due to payload size limits — uses run_shell with a Python heredoc to bypass tool constraints, with an explicit mkdir -p step to ensure the target directory exists before writing.
Execute complex Python code via run_shell heredoc when execute_code_sandbox fails
Create Excel files with openpyxl by falling back to run_shell with inline Python heredoc when execute_code_sandbox fails
Generate structured PDF documents with tables, sections, and scoring using Python libraries in execute_code_sandbox
Fallback to run_shell and write_file when execute_code_sandbox or shell_agent fail on filesystem operations
Fallback to shell execution when sandbox fails for library-dependent Python code
Generate complete medical SOAP notes with all four sections in a single comprehensive file write operation
Clarifies that file creation tasks are complete when the deliverable is successfully written—no submission step required
Generate complex multi-page PDFs by running reportlab Python code directly via run_shell when shell_agent fails on document creation
Use run_shell with python-docx as reliable fallback when read_file fails on .docx files
Use shell_agent as fallback when execute_code_sandbox fails for Excel file operations
Fallback workflow for running code via file write and shell when sandbox execution fails
Create Excel files with openpyxl by falling back to shell-based Python heredoc when sandbox execution fails
Reliable Python execution workflow when execute_code_sandbox or shell_agent fail
Use run_shell with Python heredoc when execute_code_sandbox or read_file fail
Two-step script execution workflow for debugging when shell_agent and execute_code_sandbox consistently fail
Execute Python scripts reliably using file-first approach instead of heredoc
Fallback pattern for when execute_code_sandbox fails - write script to file and execute directly with run_shell
Reliable PDF generation using shell-based Python execution when sandbox fails
Resilient multi-step workflow for spreadsheet processing when execute_code_sandbox fails, using shell_agent exploration, file-based scripts, and verification steps
Fallback to run_shell with Python heredoc when execute_code_sandbox fails
Use run_shell with inline Python as a reliable fallback when execute_code_sandbox or read_file fail
Fallback pattern for executing Python code when execute_code_sandbox fails by writing to file and running via shell
Fallback method to execute Python code when execute_code_sandbox fails with e2b errors
Fallback workflow for code execution when automated tools fail, using shell heredoc with verification
Use run_shell with inline Python as a fallback when execute_code_sandbox fails for openpyxl/spreadsheet operations
Recover from execute_code_sandbox failures by writing Python scripts to files and executing via run_shell
Recover from execute_code_sandbox failures by writing code to file and executing via run_shell
Fallback pattern for executing Python code when sandbox execution fails by writing scripts to disk and running via shell
Fallback method for executing Python when execute_code_sandbox fails with unknown errors