Fallback from execute_code_sandbox to run_shell when e2b sandbox is unavailable
原文语言:英语
菜单
这个仓库中的 skills
SkillsMP 已收集 HKUDS/OpenSpace 中的 261 个 Skill。打开任一 Skill 可查看来源和详情。
HKUDS/OpenSpace已展示 40 / 261 个已收集 Skill。
Fallback from execute_code_sandbox to run_shell when e2b sandbox is unavailable
原文语言:英语
Fallback workflow for running code via file write and shell when sandbox execution fails
原文语言:英语
Fallback pattern for reliable file creation when code execution tools fail
原文语言:英语
Use run_shell as fallback when execute_code_sandbox or shell_agent fail on filesystem operations
原文语言:英语
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
原文语言:英语
Check available FFmpeg encoders before writing encoding scripts to avoid library version mismatches
原文语言:英语
Check FFmpeg encoder availability before video encoding to avoid library mismatches
原文语言:英语
Graceful degradation workflow for ffmpeg encoding failures with progressive fallback strategies
原文语言:英语
Systematic workflow to resolve FileNotFoundError by locating and verifying file paths
原文语言:英语
Ensures codebase deliverables are properly archived into a ZIP file before marking task complete
原文语言:英语
Report tool failures transparently and attempt minimal viable output with disclaimers
原文语言:英语
Use shell heredoc syntax as a workaround when write_file fails on complex TypeScript/JSX/code files with encoding or escaping issues
原文语言:英语
Handle websites requiring JavaScript by using curl with browser headers and validating file types.
原文语言:英语
Build complex Excel files through staged, verifiable steps with intermediate CSV outputs for debugging
原文语言:英语
Handle Excel files with irregular headers, merged cells, and unknown header row positions using pattern-matching and index-based extraction.
原文语言:英语
Extract text from local PDFs using pdftotext or PyMuPDF via run_shell
原文语言:英语
Recover generated files in sandboxed environments by searching from confirmed roots and copying to expected locations
原文语言:英语
Transform unstructured clinical encounters into comprehensive SOAP notes with ICD codes and care plans
原文语言:英语
Track completion status of all required deliverables and ensure ALL outputs are completed before stopping
原文语言:英语
Systematic tracking and completion of all required deliverables before task termination
原文语言:英语
Track and complete all required deliverables before finishing a task
原文语言:英语
Safe pattern for writing values to merged cells in openpyxl spreadsheets
原文语言:英语
Use run_shell with inline Python as a fallback when execute_code_sandbox fails for openpyxl/spreadsheet operations
原文语言:英语
Systematic diagnostic workflow for resolving pandoc PDF conversion errors
原文语言:英语
Systematic approach to diagnose and recover from pandoc PDF conversion unknown errors
原文语言:英语
Systematic debugging workflow for pandoc PDF conversion errors
原文语言:英语
Pre-process Markdown to replace non-ASCII characters before pandoc PDF conversion
原文语言:英语
Handle LaTeX Unicode errors in pandoc PDF generation by normalizing special characters to ASCII
原文语言:英语
Generate structured PDF checklists and reports using Python libraries in sandbox
原文语言:英语
Generate structured PDF checklists and reports with tables, sections, and scoring criteria using Python libraries
原文语言:英语
Generate spreadsheets, diagrams, and PDF reports with iteration budgeting and error recovery
原文语言:英语
Generate spreadsheet, diagram, and PDF report as a cohesive deliverable set with iteration budgeting per component
原文语言:英语
Generate spreadsheets, diagrams, and PDF reports in a phased workflow with explicit iteration budgets and error recovery
原文语言:英语
Generate structured PDF documents with tables, sections, and scoring using Python libraries in execute_code_sandbox
原文语言:英语
Debug Python PDF generation errors by using unbuffered output and stderr inspection to reveal actual tracebacks
原文语言:英语
Complete PDF lifecycle: download, extract, and generate structured documents with reportlab
原文语言:英语
Progressive tool-chain PDF extraction with explicit read_file, run_shell, and execute_code_sandbox sequencing
原文语言:英语
PDF text extraction with tool cascade prioritizing shell pdftotext before Python fallback
原文语言:英语