catgo-build-workflow

Create end-to-end CatGo workflows in a single batch for catalysis reactions.

181|20|Updated Apr 29, 2026
One-click install
npx skills add https://github.com/Hello-QM/catgo-LRG --skill catgo-build-workflow
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: catgo-build-workflow
Source: https://github.com/Hello-QM/catgo-LRG/tree/main/server/catgo/workflow/skills/workflow_builder
Command: npx skills add https://github.com/Hello-QM/catgo-LRG --skill catgo-build-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

End-to-end workflow construction for CatGo is often slow due to discovery of node types, templates, and node details. This skill enables building a complete workflow in a single batch, dramatically reducing interaction steps and latency.

Core Features & Use Cases

  • One-shot recipe: generate a full workflow with catgo_workflow create and a single batch call to add all nodes and connections.
  • Fast-path for catalysis pipelines: supports CO2RR, OER, HER, NEB, DOS, and other structure_input → calculation → analysis workflows by bypassing discovery steps.
  • Use case: a researcher asks to "build a workflow" for a reaction and gets a ready-to-run graph_json.

Quick Start

Describe the desired catalysis workflow and run the batch to deploy the full graph in one go.

Frequently Asked Questions about catgo-build-workflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a catalysis workflow in a single batch?▼

To build a catalysis pipeline in one batch, issue a catgo_workflow create command followed by a single batch call containing all add_node and connect operations to deploy the full graph at once.

How does the one-shot CatGo workflow bypass node discovery?▼

The one-shot mechanism bypasses node discovery by using a fast-path payload that auto-generates the seed structure and applies stable node IDs to issue all add_node and connect operations in a single batch.

Can I use the batch workflow builder for CO2RR, OER, and HER pipelines?▼

Yes, the batch builder supports CO2RR, OER, HER, NEB, and DOS catalysis pipelines by generating a ready-to-run graph_json that connects a seed structure_input node to a final analysis or free_energy node.

What is the best way to automate end-to-end catalysis pipeline creation?▼

The best way to automate catalysis pipeline creation is using a one-shot batch recipe that skips discovery of node types, templates, and node details to dramatically reduce interaction steps and latency.

Do I need a final confirmation message to deploy a CatGo workflow graph?▼

Yes, you need a final confirmation message in the editor to deploy the CatGo workflow graph, ensuring the batch returns a single coherent graph validated against required seed and analysis nodes.

Why does my CatGo workflow creation fail during node validation?▼

CatGo workflow creation fails during node validation if the fast-path payload lacks the required seed structure_input or a final analysis/free_energy node, returning an error instead of a coherent graph.