Overview
- Skill Key
- georgi/nodetool
- Author
- georgi
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/georgi/nodetool
- Latest Commit SHA
- 725946a391ccfc9f787f946d1d3d3ef3668d4ac9
Visual AI workflow builder - ComfyUI meets n8n for LLM agents, RAG pipelines, and multimodal data flows. Local-first, open source (AGPL-3.0).
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 nodetool 技能。 若已安装,则直接安装 nodetool 技能。
# NodeTool Visual AI workflow builder combining ComfyUI's node-based flexibility with n8n's automation power. Build LLM agents, RAG pipelines, and multimodal data flows on your local machine. ## Quick Start ```bash # See system info nodetool info # List workflows nodetool workflows list # Run a workflow interactively nodetool run <workflow_id> # Start of chat interface nodetool chat # Start of web server nodetool serve ``` ## Installation ### Linux / macOS Quick one-line installation: ```bash curl -fsSL https://raw.githubusercontent.com/nodetool-ai/nodetool/refs/heads/main/install.sh | bash ``` With custom directory: ```bash curl -fsSL https://raw.githubusercontent.com/nodetool-ai/nodetool/refs/heads/main/install.sh | bash --prefix ~/.nodetool ``` **Non-interactive mode (automatic, no prompts):** Both scripts support silent installation: ```bash # Linux/macOS - use -y curl -fsSL https://raw.githubusercontent.com/nodetool-ai/nodetool/refs/heads/main/install.sh | bash -y # Windows - use -Yes irm https://raw.githubusercontent.com/nodetool-ai/nodetool/refs/heads/main/install.ps1 | iex; .\install.ps1 -Yes ``` **What happens with non-interactive mode:** - All confirmation prompts are skipped automatically - Installation proceeds without requiring user input - Perfect for CI/CD pipelines or automated setups ### Windows Quick one-line installation: ```powershell irm https://raw.githubusercontent.com/nodetool-ai/nodetool/refs/heads/main/install.ps1 | iex ``` With custom directory: ```powershell .\install.ps1 -Prefix "C:\nodetool" ``` Non-interactive mode: ```powershell .\install.ps1 -Yes ``` ## Core Commands ### Workflows Manage and execute NodeTool workflows: ```bash # List all workflows (user + example) nodetool workflows list # Get details for a specific workflow nodetool workflows get <workflow_id> # Run workflow by ID nodetool run <workflow_id> # Run workflow from file nodetool run workflow.json # Run with JSONL output (for automation) n...
aicodelion
🚀 Clone your OpenClaw AI Agent to a new device in ~25 minutes — configs, memory, skills, everything.
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
cacheforge-ai
⚡ SOTA agent skills for OpenClaw — observability, security, code quality, incident response, and more. Built by Anvil AI.
zjianru
OpenClaw Skill: Safely restart the Gateway with context preservation, guardian watchdog, and multi-channel notification
jgm2025
Automated Linux server patching with PatchMon integration for OpenClaw
cyrustmods
🛡️ Audit and verify OpenClaw skills for safety, ensuring quality with 395 safe skills from an in-depth analysis of over 4,000 entries.