workflowsPlaybook for authoring, running, evaluating, and improving Gina sandbox workflows with safe defaults and repeatable operations.
Install via ClawdBot CLI:
clawdbot install askginadotai/workflowsProvides a practical workflow-authoring and operations standard for Gina sandbox automation.
.ts).workflow create <id>
workflow validate <id>
workflow run <id> [--input JSON]
workflow status <run-id>
workflow logs <run-id> [--step <step-id>]
workflow eval <run-id>
workflow optimize <id> --baseline <run-id>
workflow rollback <id> <opt-run-id>
workflow list should succeed)./workspace/.harness/workflows/.@latest.ts naming when versioned variants exist.workflow validate .For each workflow entry, explicitly define:
allow and block.workflows/
SKILL.md
references/ # implementation and API details
scripts/ # optional helpers for repeatable checks
assets/ # optional diagrams/screenshots
Deep technical references are intentionally split out:
references/cli-and-definition.mdreferences/eval-optimize-and-artifacts.mdreferences/polymarket-patterns.mdUse these as appendices while keeping this file focused on operational usage.
Generated Mar 1, 2026
A finance team needs to generate monthly reports by aggregating data from multiple databases, transforming it with SQL queries, and exporting results to formatted files. This workflow orchestrates data extraction, validation, and report generation steps, ensuring reproducibility and traceability through logs and artifacts.
An online retailer automates order processing by triggering workflows on new orders, which validate inventory via KV stores, update order statuses, and send notifications to logistics partners. It handles failures like stockouts with rollback options to maintain data consistency.
A software development team uses workflows to monitor CI/CD pipelines, running checks on build artifacts, deploying to staging environments, and evaluating performance metrics. The workflow compares baseline runs to optimize deployment steps and logs errors for debugging.
A healthcare provider automates patient data anonymization workflows, where steps include extracting sensitive records, applying TypeScript logic to mask identifiers, and storing outputs in secure databases. It ensures compliance by validating permissions and logging all side effects for audits.
A marketing agency runs workflows to analyze campaign performance by pulling data from APIs, processing it with SQL for insights, and generating evaluation reports. The workflow allows optimization against baseline runs to improve targeting strategies over time.
Offers a subscription-based service where businesses pay monthly to access workflow automation tools for tasks like data processing and reporting. Revenue comes from tiered pricing based on workflow complexity and usage volume, with add-ons for advanced analytics.
Provides custom workflow development and integration for enterprises, charging project-based fees for setup, training, and ongoing support. Revenue is generated through one-time implementation costs and retainer agreements for maintenance and optimization.
Operates a marketplace where users can purchase pre-built workflows or pay per execution for specific automation tasks, such as report generation or data validation. Revenue is driven by transaction fees on each workflow run and commissions from third-party integrations.
💬 Integration Tip
Ensure all required tools and permissions are configured before running workflows, and use the validate command to catch errors early; store sensitive data like API keys in secure environments, not in workflow definitions.
A fast Rust-based headless browser automation CLI with Node.js fallback that enables AI agents to navigate, click, type, and snapshot pages via structured commands.
Automate web browser interactions using natural language via CLI commands. Use when the user asks to browse websites, navigate web pages, extract data from websites, take screenshots, fill forms, click buttons, or interact with web applications.
Advanced desktop automation with mouse, keyboard, and screen control
Manage n8n workflows and automations via API. Use when working with n8n workflows, executions, or automation tasks - listing workflows, activating/deactivating, checking execution status, manually triggering workflows, or debugging automation issues.
Design and implement automation workflows to save time and scale operations as a solopreneur. Use when identifying repetitive tasks to automate, building workflows across tools, setting up triggers and actions, or optimizing existing automations. Covers automation opportunity identification, workflow design, tool selection (Zapier, Make, n8n), testing, and maintenance. Trigger on "automate", "automation", "workflow automation", "save time", "reduce manual work", "automate my business", "no-code automation".
Browser automation via Playwright MCP server. Navigate websites, click elements, fill forms, extract data, take screenshots, and perform full browser automation workflows.