All Integrations
Integration

Flowise

Drag and drop SkillRouter nodes into your Flowise workflows. The Flowise integration provides custom nodes for skill discovery and execution that work with any LLM chain.

1

Installation

  1. 1Open your Flowise instance
  2. 2Go to the Marketplace and search for 'SkillRouter'
  3. 3Install the SkillRouter node pack
  4. 4Drag the SkillRouter Tool node into your workflow canvas
  5. 5Configure the node with your API key
2

Configuration

terminal
# Install the SkillRouter Flowise node pack
# Option 1: Via Flowise Marketplace (recommended)
# → Marketplace → Search "SkillRouter" → Install

# Option 2: Manual installation
cd ~/.flowise/nodes
npm install flowise-skillrouter

# Restart Flowise to load the new nodes
flowise start
3

Usage Example

flowise-setup.txt
# Flowise Canvas Setup:
#
# 1. Add a "Chat Model" node (e.g., ChatOpenAI)
# 2. Add a "SkillRouter Tool" node
#    - API Key: sk_live_...
#    - Categories: email, slack, github (optional filter)
#    - Auto Discover: true
# 3. Add a "Tool Agent" node
#    - Connect Chat Model → Tool Agent
#    - Connect SkillRouter Tool → Tool Agent
# 4. Add a "Chat" input/output
#
# The agent will now discover and execute SkillRouter
# skills based on user messages in the chat interface.
#
# Available SkillRouter nodes:
# - SkillRouter Tool: Auto-discovery + execution
# - SkillRouter Discovery: Discovery only
# - SkillRouter Execute: Direct execution by skill ID
Documentation | SkillRouter