CtrlK
BlogDocsLog inGet started
Tessl Logo

OpenSpace

github.com/HKUDS/OpenSpace

Skill

Added

Review

sandbox-fallback-execution-048d5a

benchmarks/gdpval/skills/sandbox-fallback-execution-048d5a/SKILL.md

Fallback method to execute Python code when execute_code_sandbox fails with e2b errors

54

sandbox-failure-recovery

benchmarks/gdpval/skills/sandbox-failure-recovery/SKILL.md

Recover from execute_code_sandbox failures by writing code to file and executing via run_shell

59

sandbox-execution-fallback

benchmarks/gdpval/skills/sandbox-execution-fallback/SKILL.md

Recover from execute_code_sandbox failures by writing Python scripts to files and executing via run_shell

61

sandbox-execution-fallback-717e65

benchmarks/gdpval/skills/sandbox-execution-fallback-717e65/SKILL.md

Fallback from execute_code_sandbox to file-based run_shell execution when sandbox fails

63

sandbox-execution-fallback-238489

benchmarks/gdpval/skills/sandbox-execution-fallback-238489/SKILL.md

Fallback pattern for when execute_code_sandbox fails - write script to file and execute directly with run_shell

53

sandbox-exec-fallback

benchmarks/gdpval/skills/sandbox-exec-fallback/SKILL.md

Fallback pattern for executing Python code when execute_code_sandbox fails by writing to file and running via shell

48

safe-video-concat-workflow

benchmarks/gdpval/skills/safe-video-concat-workflow/SKILL.md

Two-pass video concatenation workflow that avoids encoder compatibility issues by separating concat and audio mixing

55

safe-script-execution

benchmarks/gdpval/skills/safe-script-execution/SKILL.md

Fallback workflow for code execution when automated tools fail, using shell heredoc with verification

59

run-shell-python-file-io

benchmarks/gdpval/skills/run-shell-python-file-io/SKILL.md

Use run_shell with inline Python for reliable file I/O when execute_code_sandbox cannot access working directory files

58

run-shell-fallback

benchmarks/gdpval/skills/run-shell-fallback/SKILL.md

Use run_shell with inline Python as a reliable fallback when execute_code_sandbox or read_file fail

60

route-failed-searches-to-shell-agent

benchmarks/gdpval/skills/route-failed-searches-to-shell-agent/SKILL.md

Delegate web search tasks to shell_agent when direct search_web tool fails, using its retry mechanism and multi-step capabilities for resilient data gathering

60

robust-pdf-read

benchmarks/gdpval/skills/robust-pdf-read/SKILL.md

Reliably extract text from PDFs using pdftotext when standard file reading fails.

60

robust-pdf-extraction

benchmarks/gdpval/skills/robust-pdf-extraction/SKILL.md

Multi-method PDF extraction with sequential fallback and OCR for scanned documents

55

robust-file-creation

benchmarks/gdpval/skills/robust-file-creation/SKILL.md

Fallback to run_shell and write_file when execute_code_sandbox or shell_agent fail on filesystem operations

70

resilient-spreadsheet-workflow

benchmarks/gdpval/skills/resilient-spreadsheet-workflow/SKILL.md

Resilient multi-step workflow for spreadsheet processing when execute_code_sandbox fails, using shell_agent exploration, file-based scripts, and verification steps

68

resilient-data-gathering

benchmarks/gdpval/skills/resilient-data-gathering/SKILL.md

Fallback pattern when primary tools fail - embed known data in scripts and persist to JSON for auditability

55

research-fallback

benchmarks/gdpval/skills/research-fallback/SKILL.md

Handle web research failures by pivoting to internal knowledge for content generation

49

research-fallback-robust

benchmarks/gdpval/skills/research-fallback-enhanced/SKILL.md

Handle web research failures with explicit error recognition and domain-specific fallback strategies

56

reportlab-styles

benchmarks/gdpval/skills/reportlab-styles/SKILL.md

Use reportlab's pre-defined styles from getSampleStyleSheet() correctly

61

reliable-script-execution

benchmarks/gdpval/skills/reliable-script-execution/SKILL.md

Execute Python scripts reliably using file-first approach instead of heredoc

60

reliable-pdf-extraction

benchmarks/gdpval/skills/reliable-pdf-extraction/SKILL.md

Use shell commands or Python libraries to extract PDF text when read_file PDF handler fails

57

reliable-pdf-extraction-ac5f89

benchmarks/gdpval/skills/reliable-pdf-extraction-ac5f89/SKILL.md

Extract PDF text content using shell tools or Python libraries when read_file PDF handler fails

52

reliable-excel-workbook-creation

benchmarks/gdpval/skills/reliable-excel-workbook-creation/SKILL.md

Use run_shell with cd and heredoc syntax for complex Excel operations when read_file fails on XLSX or execute_code_sandbox fails on multi-step workbook creation

66

regulatory-research-fallback

benchmarks/gdpval/skills/regulatory-research-fallback/SKILL.md

Fallback workflow for regulatory research when web extraction tools fail on government PDFs

56

regulatory-fallback-research

benchmarks/gdpval/skills/regulatory-fallback-research/SKILL.md

Handle tool failures when researching regulatory/government content by using fallback methods and domain knowledge

49