Manage timed data refresh intervals for all dashboard panels. Handles pause-when-hidden, stale-data flush on visibility restore, and staggered refresh to avoid API bursts.
Systematic workflow for troubleshooting SSL/proxy connectivity issues with government websites
CLI harness for Krita digital painting — manage projects, layers, filters, and export via command line.
Compress macOS screen recordings with zero CPU stress using Apple Silicon's hardware HEVC encoder. Typically reduces file size 70-90% while staying visually lossless.
Command-line interface for Mermaid Live Editor - Create, edit, and render Mermaid diagrams via stateful project files and mermaid.ink renderer URLs.
Verify PDF page count and content using command-line tools when Python libraries unavailable
Resilient multi-step workflow for spreadsheet processing when execute_code_sandbox fails, using shell_agent exploration, file-based scripts, and verification steps
Reliable fallback technique for writing large or special-character-heavy file content when inline write_file or shell_agent calls fail with unknown errors — uses a Python helper…
Use run_shell with inline Python as a reliable fallback when execute_code_sandbox or read_file fail
Command-line interface for Drawio - A CLI harness for **Draw.io** — create, edit, and export diagrams from the command line....
Add visual features (thumbnails, badges, dynamic styling) to TypeScript components by coordinating TypeScript logic changes with CSS updates
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
Generate structured medical SOAP notes with all required sections in a single comprehensive file write.
Ensures agents check and use provided context files for data before attempting external searches.
Use run_shell with inline Python as a fallback when execute_code_sandbox fails for openpyxl/spreadsheet operations
Ensures codebase deliverables are properly exported as ZIP archives through a dedicated finalization step
Implement efficient virtual scrolling for rendering large lists with DOM recycling, chunk-based rendering, and performance optimizations
Verify a file's first N lines and total line count in one shell call using head and wc -l with an echo separator, minimizing read operations and shell iterations.
One-time setup wizard for the nanobot upgrade skill. Triggers: setup update, configure update, 切设置更新, 初始化更新.
Fallback method for executing Python when execute_code_sandbox fails with unknown errors
Create data fetching services with circuit breaker pattern for API resilience. Services handle fetch, cache, retry, and expose typed data to panel components.
Complete CLI harness for FreeCAD parametric 3D CAD modeler (258 commands). Covers ALL workbenches: Part (29 primitives + boolean + mirror + loft + sweep), Sketcher (26 cmds:…
Command-line interface for Zoom - CLI harness for **Zoom** — manage meetings, participants, and recordings from the command line via t...
Unicode-safe fallback workflow for multi-format document generation with character sanitization and explicit error capture — from HKUDS/OpenSpace
Create or edit Excel workbooks with openpyxl-specific pitfall handling, anchored preflight audit, and deterministic post-write proof that every criterion is satisfied
Systematic fallback workflow for PDF generation through pandoc, reportlab, and fpdf2 with installation verification
Generate spreadsheet, diagram, and PDF report as a cohesive deliverable set with iteration budgeting per component
Create a dashboard panel component with advanced dynamic content updates and robust error handling, including retry logic and state management, using vanilla TypeScript DOM API.
Workaround for write_file failures caused by special characters (apostrophes, backticks, template literals) using a Python heredoc script, with mandatory post-write verif — from…
Identify and handle agent failures with 0 iterations as pre-execution system issues
Iteratively debug Excel structure with exploratory scripts before writing extraction logic
Command-line interface for Blender - A stateful command-line interface for 3D scene editing, following the same patterns as the GIMP CLI ...
Command-line interface for Pioneer Rekordbox 6/7 - DJ library and live-deck control via guarded SQLCipher master.db access (pyrekordbox) + virtual MIDI mapping.
Reliable Python execution workflow when execute_code_sandbox or shell_agent fail
Reliably extract text from PDFs using pdftotext when standard file reading fails.
Resilient multi-tier PDF extraction with sequential fallback strategies when initial reading fails
Unified guide for authoring dashboard panel components in vanilla TypeScript — covers the authoritative Panel base class (grid-span persistence, dual resize handles, rada — from…
Command-line interface for Mubu - Canonical packaged entrypoint for the Mubu live bridge....
Use eth2-quickstart to autonomously deploy a hardened Ethereum node, install execution and consensus clients, configure validator metadata, expose RPC safely, and inspect node…
Create dashboard panel components with integrated resilient data services, combining UI construction and data fetching into a unified pattern.
Windows-first CLI harness for Nsight Graphics capture, GPU Trace summary, and ngfx-replay analysis
CLI harness for the Mailchimp Marketing API v3.0 — 303 commands across 30 resource groups (lists, campaigns, reports, automations, ecommerce, templates, and more).
Use when the agent wants to define, list, inspect, or execute GUI macros via the MacroCLI CLI. Macros are parameterized, CLI-callable workflows — the agent invokes `macro run…
Use shell_agent as fallback when execute_code_sandbox fails for Excel file operations
Fallback workflow for document generation when code sandbox returns opaque errors
Handle web research failures with explicit error recognition and domain-specific fallback strategies
Incremental audio production with duration alignment handling, per-stem verification, and adaptive extension strategies
Command-line interface for MiniMax AI — chat (MiniMax-M2.7) and TTS (speech-2.8-hd) via the MiniMax API.
Create a dashboard panel component using vanilla TypeScript DOM API, following the worldmonitor Panel architecture.
Wrapper for the Dify workflow DSL CLI. Create, inspect, validate, edit, and export Dify workflow files through a CLI-Anything harness.
Multi-layer workflow for creating complete panel features by analyzing existing patterns and generating coordinated server routes, services, UI components, registration — from…
Execute Python scripts for spreadsheet operations with mandatory source data validation and fallback protocols
Zero friction. Full context. Competitive intelligence, M&A due diligence, and OSINT directly from your terminal. Uses Node.js/npx.
Debug Python PDF generation errors by using unbuffered output and stderr inspection to reveal actual tracebacks
Always read and use provided reference files for data before attempting external searches or fabricating information
Graceful degradation workflow for ffmpeg encoding failures with progressive fallback strategies
Systematic debugging workflow for SSL/proxy connectivity issues with government and institutional websites
Enhanced dashboard panel component with robust error handling, retry logic, localStorage persistence, and co-located inline helper functions (e.g.
How to correctly add route handlers in a vanilla TypeScript project that uses http.createServer with a manual switch/case router — without introducing Express Router or Next.js…
Complete PDF lifecycle: download, extract, and generate structured documents with reportlab