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": "Blockhead Scene Generator",
"nodes": [
{
"parameters": {},
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
0,
0
],
"id": "trigger-001",
"name": "Generate New Scene"
},
{
"parameters": {
"command": "echo 'You are a comedy writer for HELIX COMICS - a Far Side style comic strip about corporate absurdity. The characters are blockhead LEGO-style figures. Write a NEW single-panel Far Side comic about a CTO who tries to use AI to solve a problem that has an obvious simple solution. Include: 1) THE SETUP (one paragraph), 2) THE PANEL description (what we see), 3) THE CAPTION (devastating one-liner). Keep it short, dark comedy, Banksy-meets-Peanuts style. The kid always knows the simple answer.' | /home/angel/.local/bin/claude --print"
},
"type": "n8n-nodes-base.ssh",
"typeVersion": 1,
"position": [
280,
0
],
"id": "ssh-claude-001",
"name": "Claude Writes Scene",
"credentials": {
"sshPassword": {
"name": "<your credential>"
}
}
}
],
"connections": {
"Generate New Scene": {
"main": [
[
{
"node": "Claude Writes Scene",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1"
}
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
sshPassword
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Blockhead Scene Generator. Uses ssh. Event-driven trigger; 2 nodes.
Source: https://github.com/akenel/banco-starter/blob/main/src/n8n/workflows/blockhead-scene-generator.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.
Report Examples Demo. Event-driven trigger; 7 nodes.
Check if a Twitch Stream is Live. Uses graphql. Event-driven trigger; 7 nodes.
Automatically prune n8n execution history. Uses n8n. Event-driven trigger; 7 nodes.
Google Sheets UI for n8n Workflow. Uses manualTrigger, stickyNote, splitInBatches, googleSheets. Event-driven trigger; 6 nodes.