CtrlK
BlogDocsLog inGet started
Tessl Logo

OpenSpace

github.com/HKUDS/OpenSpace

Skill

Added

Review

fallback-script-execution

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

Two-step script execution workflow for debugging when shell_agent and execute_code_sandbox consistently fail

52

fallback-python-shell

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

Use run_shell with Python heredoc when execute_code_sandbox or read_file fail

53

fallback-python-execution

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

Reliable Python execution workflow when execute_code_sandbox or shell_agent fail

63

fallback-file-ops

benchmarks/gdpval/skills/fallback-file-ops/SKILL.md

Use run_shell as fallback when execute_code_sandbox or shell_agent fail on filesystem operations

62

fallback-file-creation

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

Fallback pattern for reliable file creation when code execution tools fail

64

fallback-code-execution

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

Fallback workflow for running code via file write and shell when sandbox execution fails

61

execute-code-fallback

benchmarks/gdpval/skills/execute-code-fallback/SKILL.md

Fallback from execute_code_sandbox to run_shell when e2b sandbox is unavailable

57

excel-unmerge-before-write

benchmarks/gdpval/skills/excel-unmerge-before-write/SKILL.md

Unmerge merged cells in openpyxl worksheets before writing values to avoid AttributeError

63

excel-subtotal-audit

benchmarks/gdpval/skills/excel-subtotal-audit/SKILL.md

Audit generated Excel reports by enumerating populated output rows, exposing formulas, and checking that each subtotal range includes all visible detail rows.

62

excel-heredoc-workaround

benchmarks/gdpval/skills/excel-heredoc-workaround/SKILL.md

Create Excel files with openpyxl by falling back to run_shell with inline Python heredoc when execute_code_sandbox fails

62

excel-heredoc-fallback

benchmarks/gdpval/skills/excel-heredoc-fallback/SKILL.md

Create Excel files with openpyxl by falling back to shell-based Python heredoc when sandbox execution fails

59

excel-debug-extraction

benchmarks/gdpval/skills/excel-debug-extraction/SKILL.md

Iteratively debug Excel structure with exploratory scripts before writing extraction logic

55

excel-creation-fallback

benchmarks/gdpval/skills/excel-creation-fallback/SKILL.md

Use shell_agent as fallback when execute_code_sandbox fails for Excel file operations

64

docx-shell-workaround

benchmarks/gdpval/skills/docx-shell-workaround/SKILL.md

Handle docx files using shell-based XML extraction and python-docx via run_shell when standard tools fail

57

docx-shell-parse

benchmarks/gdpval/skills/docx-shell-parse/SKILL.md

Extract text from DOCX files using shell commands when python-docx is unavailable

55

docx-parse-resilient

benchmarks/gdpval/skills/docx-shell-parse-enhanced/SKILL.md

Extract text from DOCX files with shell-primary approach and Python zipfile fallback for maximum reliability

59

docx-dual-parse

benchmarks/gdpval/skills/docx-shell-parse-enhanced-4bba79/SKILL.md

Extract text from DOCX files using shell or Python zipfile, with environment-aware fallback

59

docx-shell-extract

benchmarks/gdpval/skills/docx-shell-extract/SKILL.md

Extract text from DOCX files using shell commands when python-docx is unavailable

67

docx-read-fallback

benchmarks/gdpval/skills/docx-read-fallback/SKILL.md

Use run_shell with python-docx as reliable fallback when read_file fails on .docx files

72

document-gen-fallback

benchmarks/gdpval/skills/document-gen-fallback/SKILL.md

Fallback workflow for multi-format document generation when shell_agent encounters errors

55

document-gen-unicode-safe

benchmarks/gdpval/skills/document-gen-fallback-enhanced/SKILL.md

Unicode-safe fallback workflow for multi-format document generation with character sanitization and explicit error capture

resilient-document-pipeline

benchmarks/gdpval/skills/document-gen-fallback-enhanced-merged/SKILL.md

Unified document generation with tool failure detection, domain knowledge fallback, progressive conversion, and Unicode safety

51

document-gen-resilient-workflow

benchmarks/gdpval/skills/document-gen-fallback-enhanced-enhanced/SKILL.md

Robust document generation with engine fallback chain, error diagnostics, and Python alternatives

document-gen-unicode-safe

benchmarks/gdpval/skills/document-gen-fallback-enhanced-enhanced-c5d426/SKILL.md

Unicode-safe fallback workflow for multi-format document generation with character sanitization

document-gen-dual-backend

benchmarks/gdpval/skills/document-gen-fallback-enhanced-enhanced-9f3b1f/SKILL.md

Document generation with direct pandoc/ReportLab execution (lightweight default) and optional shell_agent fallback for complex scenarios

55