What problem does it solve?
This Skill helps you execute installed foxctl skills and pass structured JSON inputs reliably, so you can automate file operations, code analysis, text search, and repeatable workflows without manual orchestration.
Core Features & Use Cases
- Skill Execution with JSON I/O: Runs any installed skill using a JSON input payload and returns a structured JSON response for downstream automation.
- Batch-friendly Data Passing: Supports piping raw JSON and chaining envelope
data between skills for multi-step workflows.
- Operational Modes & Tooling Fit: Offers
--ephemeral execution when job storage is not writable and supports both job-tracked runs and direct parameter-style invocation.
Quick Start
Run foxctl run text/grep --input '{"query":"TODO","path":"./"}' to search for matching TODOs across your local project and get the results as JSON.