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 →
{
"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
}
}
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 →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Clara Pipeline B - Onboarding to Agent v2. Uses executeCommand, readBinaryFile. Event-driven trigger; 6 nodes.
Clara Pipeline A - Demo to Agent v1. Uses executeCommand, readBinaryFile. Event-driven trigger; 7 nodes.
findWebsite. Uses executeWorkflowTrigger, executeCommand, agent, lmChatOllama. Event-driven trigger; 4 nodes.
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.