AutomationFlowsAI & RAG › Clara Answers - Transcript to Agent Config Pipeline

Clara Answers - Transcript to Agent Config Pipeline

Clara Answers - Transcript to Agent Config Pipeline. Uses executeCommand. Event-driven trigger; 3 nodes.

Event trigger★☆☆☆☆ complexity3 nodesExecute Command
AI & RAG Trigger: Event Nodes: 3 Complexity: ★☆☆☆☆ Added:

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "name": "Clara Answers - Transcript to Agent Config Pipeline",
  "nodes": [
    {
      "parameters": {},
      "id": "manual-trigger",
      "name": "Manual Trigger",
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        240,
        300
      ]
    },
    {
      "parameters": {
        "command": "python scripts/batch_runner.py --dataset dataset --output outputs"
      },
      "id": "execute-extraction",
      "name": "Run Extraction Script",
      "type": "n8n-nodes-base.executeCommand",
      "typeVersion": 1,
      "position": [
        460,
        300
      ]
    },
    {
      "parameters": {
        "assignments": {
          "assignments": [
            {
              "id": "task-id",
              "name": "task_id",
              "value": "clara_task",
              "type": "string"
            },
            {
              "id": "status",
              "name": "status",
              "value": "completed",
              "type": "string"
            },
            {
              "id": "outputs-path",
              "name": "outputs_path",
              "value": "outputs/accounts",
              "type": "string"
            }
          ]
        }
      },
      "id": "create-task-mock",
      "name": "Create Task Entry (Mock)",
      "type": "n8n-nodes-base.set",
      "typeVersion": 3.3,
      "position": [
        680,
        300
      ]
    }
  ],
  "connections": {
    "Manual Trigger": {
      "main": [
        [
          {
            "node": "Run Extraction Script",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Run Extraction Script": {
      "main": [
        [
          {
            "node": "Create Task Entry (Mock)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {
    "executionOrder": "v1"
  },
  "meta": {
    "templateCredsSetupCompleted": false
  }
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

Clara Answers - Transcript to Agent Config Pipeline. Uses executeCommand. Event-driven trigger; 3 nodes.

Source: https://github.com/shoyub/Clara-ai/blob/1013016fbd7d535de7e60805a9f35fa63c09d9ea/workflows/n8n_workflow.json — original creator credit. Request a take-down →

More AI & RAG workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

AI & RAG

Clara Pipeline B - Onboarding to Agent v2. Uses executeCommand, readBinaryFile. Event-driven trigger; 6 nodes.

Execute Command, Read Binary File
AI & RAG

N8N Pipeline. Uses executeCommand. Event-driven trigger; 2 nodes.

Execute Command
AI & RAG

Clara Pipeline A - Demo to Agent v1. Uses executeCommand, readBinaryFile. Event-driven trigger; 7 nodes.

Execute Command, Read Binary File
AI & RAG

findWebsite. Uses executeWorkflowTrigger, executeCommand, agent, lmChatOllama. Event-driven trigger; 4 nodes.

Execute Workflow Trigger, Execute Command, Agent +1
AI & RAG

This workflow creates a multi-talented AI assistant named Simran that interacts with users via Telegram. It can handle text and voice messages, understand the user's intent, and perform various tasks.

MongoDB, Chain Llm, Google Gemini Chat +11