nodes-reference

Catalog Kailash SDK workflow nodes with usage examples and parameter guidance.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/ssssssssassssss/disease-risk-classifier --skill nodes-reference-ssssssssassssss
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nodes-reference
Source: https://github.com/ssssssssassssss/disease-risk-classifier/tree/main/.claude/skills/08-nodes-reference
Command: npx skills add https://github.com/ssssssssassssss/disease-risk-classifier --skill nodes-reference-ssssssssassssss

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates uncertainty when choosing Kailash SDK workflow nodes by providing a single, searchable catalog of node types, capabilities, and constraints so engineers can avoid incorrect patterns and fragile ad-hoc code.

Core Features & Use Cases

  • Comprehensive Catalog: Organized reference for 110+ nodes across AI, API, Code, Data, Database, File, Logic, Monitoring, Admin, Transaction, and Transform categories.
  • Usage Examples & Best Practices: Parameter guidance, common patterns, production recommendations (async DB usage, connection pooling), and critical gotchas to prevent misuse like raw DB node usage.
  • Decision Support: Quick index and category pages to pick the right node for LLM tasks, API integration, data processing, conditional routing, or distributed transactions.

Quick Start

Ask the nodes-reference skill to recommend the best nodes and an example configuration to call an external REST API, transform the results, and persist them to a Postgres database.

Frequently Asked Questions about nodes-reference

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

FAQPage Schema
How do I choose the right Kailash SDK workflow node for a specific task?

A searchable catalog of 110+ Kailash SDK workflow nodes organized by category helps you select the right node by providing capabilities, parameter descriptions, and best-practice constraints for production workflows.

What Kailash nodes are available for integrating an external REST API and persisting data to a database?

The API, Database, and Transform node categories provide nodes for calling external REST APIs, transforming results, and persisting data to databases like Postgres, complete with usage examples and configuration guidance.

When should I use async database nodes and connection pooling in Kailash workflows?

Kailash workflows recommend async database nodes and connection pooling as production best-practice constraints to ensure reliable database operations and prevent fragile ad-hoc code or raw database node misuse.

Does the Kailash SDK support nodes for LLM tasks and conditional routing?

Yes, the Kailash SDK supports AI nodes for LLM tasks and Logic nodes for conditional routing, offering a quick index and decision support to configure appropriate patterns for these scenarios.

What are the limitations or gotchas when configuring Kailash workflow nodes?

Known gotchas include avoiding raw database node usage in production; the node reference catalog provides recommended best-practice constraints and production recommendations to prevent misuse and fragile ad-hoc code.