PDF extraction with ordered tool chain: read_file, then run_shell/pdftotext, then execute_code_sandbox/PyMuPDF
Fallback workflow for extracting text from PDFs when read_file returns binary data
Generate structured PDF checklists and reports with tables, sections, and scoring criteria using Python libraries
Fallback workflow for multi-format document generation when shell_agent encounters errors
Dashboard panel component pattern for aggregator/summary panels that accept pushed partial data updates via updateData(), defer rendering until first data arrives, and…
TypeScript compile-checking in projects where npx and node_modules/.bin symlinks fail, with a filtering technique to isolate errors from only newly-created or task-specific files…
Multi-layer workflow for creating complete panel features by analyzing existing patterns and generating coordinated server routes, services, UI components, registration — from…
Reliably run TypeScript type-checking (npx tsc --noEmit) by using shell_agent as a fallback when run_shell fails due to environment or timeout issues.
Unified dashboard panel pattern combining circuit breaker resilience with enhanced UI features like retry logic, state persistence, and detailed error handling.
Handle docx files using shell-based XML extraction and python-docx via run_shell when standard tools fail
Create data fetching services with circuit breaker pattern for API resilience, including a first-class pattern for building optional query parameters via URLSearchParams.
Recover generated files in sandboxed environments by searching from confirmed roots and copying to expected locations
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 wit — from…
Debug Python script execution failures by capturing full tracebacks and verifying working directory
Workaround for write_file failures caused by special characters (apostrophes, backticks, template literals) by using a Python heredoc script executed via shell.
Integrate with Finnhub Stock API for real-time and historical stock market data. Covers quote fetching, company profiles, and WebSocket streaming.
Command-line interface for Novita AI - An OpenAI-compatible AI API client for DeepSeek, GLM, and other models.
Fallback workflow for regulatory research when web extraction tools fail on government PDFs
Robust PowerPoint generation with shell_agent primary and python-pptx fallback, including directory verification and error debugging
Verify PowerPoint presentation contents using python-pptx via shell when standard file readers fail
Use Nanobot to configure a lightweight local personal agent with model providers, MCP tools, memory, chat channels, search, and gateway deployment paths.
Command-line interface for Obsidian — Knowledge management and note-taking via Obsidian Local REST API.
Command-line interface for Gimp - A stateful command-line interface for image editing, built on Pillow. Designed for AI agents and pow...
Ensures agents extract data from context files with validation and fallback strategies before resorting to assumptions or external searches.
Capture Unreal Engine traces, inspect Trace Store files, keep Unreal Insights GUI open, and export/summarize timing/counter data.
Clarifies that file creation tasks are complete when the deliverable is successfully written—no submission step required
Command-line interface for AdGuard Home - Network-wide ad blocking and DNS management via AdGuard Home REST API.
Build complex Excel files through staged, verifiable steps with intermediate CSV outputs for debugging
Systematic workflow for diagnosing and resolving unknown errors from run_shell commands
PDF text extraction with tool cascade prioritizing shell pdftotext before Python fallback
Fallback method to execute Python code when execute_code_sandbox fails with e2b errors
Robust document generation with engine fallback chain, error diagnostics, and Python alternatives
Handle LaTeX Unicode errors in pandoc PDF generation by normalizing special characters to ASCII
Lets an agent install or build a harness around an existing tool so the tool becomes callable through a predictable CLI surface.
Multi-engine document generation with cascading PDF fallbacks and robust Unicode handling
Browser automation CLI using DOMShell MCP server. Maps Chrome's Accessibility Tree to a virtual filesystem for agent-native navigation.
Command-line interface for ChromaDB - A stateless CLI for managing vector database collections, documents, and semantic search.
Document generation with direct pandoc/ReportLab execution (lightweight default) and optional shell_agent fallback for complex scenarios
Sustained objectives via long_task / complete_goal — idempotent goal wording, project-style modular work, early web/doc research, Runtime Context metadata.
Unified workflow that delegates failed web searches to shell_agent for resilient data gathering, then applies anchored spreadsheet proof gates for verified Excel output
Ensure codebase deliverables are properly packaged as ZIP exports in a dedicated final step
Generate professional documents using write_file when primary data sources fail, leveraging embedded domain knowledge instead of external retrieval
Command-line interface for Anygen - A stateful command-line interface for AnyGen OpenAPI — generate professional slides, documents, webs...
Extract text from DOCX files with shell-primary approach and Python zipfile fallback for maximum reliability
Generate structured PDF checklists and reports using Python libraries in sandbox
Use run_shell with python-docx as reliable fallback when read_file fails on .docx files
Track completion status of all required deliverables and ensure ALL outputs are completed before stopping
Read-then-diff before writing a file to ensure the write is skipped when the content already matches, preventing unnecessary modifications and downstream side effects.
CSS grid layout system for a responsive panel dashboard with dark theme. Uses CSS custom properties, auto-fill grid, and monospace font aesthetic inspired by worldmonitor.
Progressive tool-chain PDF extraction with explicit read_file, run_shell, and execute_code_sandbox sequencing
Create structured medical SOAP notes with all four components in a single comprehensive file write
3MF mesh geometry editor — detect and resize cylindrical holes, repair meshes, compare 3D printing files. Works with BambuStudio and PrusaSlicer 3MF files.
Command-line interface for Inkscape - A stateful command-line interface for vector graphics editing, following the same patterns as the GI...
Curated architecture index of the WorldMonitor open-source dashboard. Reference for extracting patterns — vanilla TypeScript, Panel class hierarchy, service layer, CSS grid, API…
Create and modify Excel workbooks with mandatory deterministic Python verification of workbook structure, required sheets, populated columns, and sample counts before reporting…
Search for reusable skills across OpenSpace's local registry and cloud community. Reusing proven skills saves tokens, improves reliability, and extends your capabilities beyond…
Systematic document generation with unicode sanitization, engine fallback chain, and explicit error diagnosis
A reusable template for defining detailed domain specifications for dashboard projects, including panel requirements, data sources, and interfaces.
Use direct Python execution for reliable spreadsheet and document/PDF generation operations — from HKUDS/OpenSpace
Use direct Python execution for reliable spreadsheet operations instead of shell_agent