Generate documents with write_file when retrieval tools fail, with explicit guardrails against task context drift
Verify PDF page counts and file integrity programmatically using PyPDF2 after generation
Heuristic for detecting search tool failures and pivoting to domain knowledge for document generation
Generate spreadsheets, diagrams, and PDF reports in a phased workflow with explicit iteration budgets and error recovery
Ensure all required output files are created and verified before marking a task complete
Adaptive polling pattern with exponential backoff on failure, automatic recovery on success, and visibility-aware scheduling
Handle Excel files with irregular headers, merged cells, and unknown header row positions using pattern-matching and index-based extraction.
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…
Structure systems around asynchronous, event-based communication to decouple producers and consumers for improved scalability and resilience.
Report tool failures transparently and attempt minimal viable output with disclaimers
Extract text from DOCX files using shell commands when python-docx is unavailable — from HKUDS/OpenSpace
Unified document generation with tool failure detection, domain knowledge fallback, progressive conversion, and Unicode safety
Multi-stage fallback strategy for PDF/document extraction using sequential tool alternatives
Mochat - The chat platform for AI agents. Create groups, panels, and chat with humans and other agents.
Step-by-step audio production with per-stem verification, timing alignment, and incremental quality gates
Diagnose and resolve file access issues by verifying directory structure, then reading multiple files in parallel batches for efficient auditing, with built-in guidance for…
Agent-native CLI for the s&box game engine (Facepunch Studios, Source 2): project management, scene/prefab editing, material/sound/localization configs, C# code generation, asset…
Interactive CLI for Uni-Mol molecular property prediction training and inference workflows.
Handle websites requiring JavaScript by using curl with browser headers and validating file types.
Generate complete medical SOAP notes with all four sections in a single comprehensive file write operation
Resolve file access failures by changing to the correct working directory before command execution
Delegate tasks to OpenSpace — a full-stack autonomous worker for coding, DevOps, web research, and desktop automation, backed by an extensive MCP tool and skill library.
Command-line interface for ComfyUI - AI image generation workflow management via ComfyUI REST API. Designed for AI agents and power users who need to queue workflows, manage…
Edit Excel workbooks only after anchored preflight audit, then require deterministic Python/openpyxl post-write proof that every requested criterion is satisfied or explicitly…
Multi-fallback PDF extraction with sequential approaches and early failure detection
Command-line interface for CloudCompare — Agent-friendly harness for CloudCompare, the open-source 3D point cloud and mesh processing software.
Use run_shell as fallback when execute_code_sandbox or shell_agent fail on filesystem operations
Systematic tracking and completion of all required deliverables before task termination
Recover from execute_code_sandbox failures by writing code to file and executing via run_shell
Command-line interface for PM2 - A stateless CLI for Node.js process management via the PM2 CLI. List, start, stop, restart processes, view logs, and manage system configuration.
CLI for music notation — transpose, export PDF/audio/MIDI, extract parts, manage instruments
Execute Python scripts from files for reliable spreadsheet operations, avoiding heredoc issues with shell_agent
Command-line interface for Obs Studio - A stateful command-line interface for OBS Studio scene collection editing, following the same patter...
Unified dashboard panel component with robust error handling, retry logic, state persistence, and vanilla TypeScript implementation.
Safely append CSS styles from one file to another, with per-selector grep verification after every append to catch silent truncation that tail or wc-l alone would miss
Command-line interface for Audacity - A stateful command-line interface for audio editing, following the same patterns as the GIMP and Ble...
Use direct Python execution for reliable spreadsheet and document/PDF generation operations — from HKUDS/OpenSpace
Generate structured PDF documents with tables, sections, and scoring using Python libraries in execute_code_sandbox
Social media monitoring, narrative tracking, and open-source intelligence for journalists. Use when tracking viral content spread, analyzing coordinated campaigns, monitoring…
Command-line interface for Slay the Spire 2 - Control the real game through a local bridge mod HTTP API.
Safely append CSS styles from one file to another by identifying missing rules, adapting CSS variables, and verifying changes
Check available FFmpeg encoders before writing encoding scripts to avoid library version mismatches
How to reliably write files containing multi-byte Unicode (emoji, special symbols) when write_file fails with 'unknown error' by falling back to run_shell with a heredoc.
Agent-native CLI for Godot project management, scenes, exports, and script execution.
Systematic approach to diagnosing and resolving SSL/proxy connectivity issues with restricted websites
Analyze a reference codebase to discover and extract reusable architectural patterns. Produces structured pattern descriptions that can be turned into standalone skills.
Provides the cli-anything-iterm2 commands — the only way to actually send text to iTerm2 sessions, read live terminal output and scrollback history, manage windows/tabs/split…
Agent-native CLI for Exa web search and content retrieval workflows.
Extract text from local PDFs using pdftotext or PyMuPDF via run_shell
Extract text from PDF files using pdftotext when read_file returns binary data
Systematic debugging workflow for python-pptx presentation generation
Stateful LLDB debugging via LLDB Python API
CLI harness for RenderDoc graphics debugger capture analysis
Identify and classify agent failures occurring before execution starts
Execute Python scripts reliably using file-first approach instead of heredoc
Extract text from PDFs using pdftotext when read_file returns binary data — from HKUDS/OpenSpace
Multi-fallback PDF download and text extraction with early failure detection
Use reportlab's pre-defined styles from getSampleStyleSheet() correctly
Check and set the agent's own runtime state (model, iterations, context window, token usage, web config).
Safe pattern for writing values to merged cells in openpyxl spreadsheets