What problem does it solve?
Many user requests describe a concrete effect that should happen once — exporting rows, copying data, cleaning duplicates, or backfilling a table — rather than an automation that runs repeatedly. This Skill recognizes those requests and routes them through a manual-trigger workflow that executes live and reports the actual outcome.
Core Features & Use Cases
- One-Off Recognition: Infers from task shape (bounded data, imperative phrasing, no trigger vocabulary) whether the request is a single operation rather than a reusable automation.
- Manual-Trigger Build: Constructs the workflow with a manual trigger and
executionIntent: "one-off", marking verification as optional and treating the live run as the completion criterion.
- Live Execution and Read-Back: Runs the workflow via
executions(action="run") and inspects effect-node output with executions(action="get-node-output") before reporting quantitative claims.
- Use Case: A user pastes 50 rows and asks to copy them into a Google Sheet. The Skill builds a manual-trigger workflow, runs it live, reads back the written rows, and confirms the exact count and columns.
Quick Start
Build a one-off workflow that copies the rows from the pasted data into the Google Sheet named "Q4 Audit".