nodes-reference
OfficialDiscover 110+ Kailash nodes, automate any task.
AuthorIntegrum-Global
Version1.0.0
Installs0
System Documentation
What problem does it solve?
With over 110 nodes available, finding the right one for a specific task can be overwhelming. This Skill provides a comprehensive, searchable reference for all Kailash SDK nodes, simplifying node discovery and accelerating workflow development.
Core Features & Use Cases
- Node Catalog: Detailed documentation for Data, AI, API, Logic, Transform, and Utility nodes.
- Task-Specific Discovery: Quickly find nodes for file operations, LLM interactions, database queries, and more.
- Use Case: You need to read data from a CSV, transform it, and then make an API call. Use this Skill to find CSVReaderNode, PythonCodeNode (for transformation), and HTTPRequestNode with their respective parameters and examples.
Quick Start
Example: Discovering a node
from kailash.nodes.data import CSVReaderNode from kailash.nodes.api import HTTPRequestNode from kailash.nodes.code import PythonCodeNode
Use these nodes in your WorkflowBuilder
workflow.add_node("CSVReaderNode", "reader", {"file_path": "data.csv"})
Dependency Matrix
Required Modules
kailash
Components
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: nodes-reference Download link: https://github.com/Integrum-Global/new_project_template/archive/main.zip#nodes-reference Please download this .zip file, extract it, and install it in the .claude/skills/ directory.