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": "ARIA \u2014 Wiki Lint (Weekly Maintenance)",
"nodes": [
{
"parameters": {
"rule": {
"interval": [
{
"field": "cronExpression",
"expression": "0 5 * * 0"
}
]
}
},
"name": "Sunday 5 AM",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
240,
300
],
"typeVersion": 1
},
{
"parameters": {
"method": "POST",
"url": "http://aria-api:8420/wiki/lint",
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth",
"body": {
"dry_run": false
},
"options": {
"timeout": 300000
}
},
"name": "Run Wiki Lint",
"type": "n8n-nodes-base.httpRequest",
"position": [
460,
300
],
"typeVersion": 4
},
{
"parameters": {
"conditions": {
"number": [
{
"value1": "={{ $json.issues_found }}",
"operation": "largerEqual",
"value2": 1
}
]
}
},
"name": "Issues Found?",
"type": "n8n-nodes-base.if",
"position": [
680,
300
],
"typeVersion": 1
},
{
"parameters": {
"method": "POST",
"url": "http://aria-api:8420/memory/store",
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth",
"body": {
"content": "={{ 'Wiki lint: ' + $json.issues_found + ' issues found, ' + $json.issues_fixed + ' fixed. Split candidates: ' + $json.split_candidates.join(', ') }}",
"namespace": "aria:aria:journal",
"metadata": {
"type": "wiki-lint",
"issues_found": "={{ $json.issues_found }}",
"issues_fixed": "={{ $json.issues_fixed }}"
}
}
},
"name": "Log to Journal",
"type": "n8n-nodes-base.httpRequest",
"position": [
900,
200
],
"typeVersion": 4
}
],
"connections": {
"Sunday 5 AM": {
"main": [
[
{
"node": "Run Wiki Lint",
"type": "main",
"index": 0
}
]
]
},
"Run Wiki Lint": {
"main": [
[
{
"node": "Issues Found?",
"type": "main",
"index": 0
}
]
]
},
"Issues Found?": {
"main": [
[
{
"node": "Log to Journal",
"type": "main",
"index": 0
}
],
[]
]
}
},
"settings": {
"executionOrder": "v1"
},
"tags": [
{
"name": "wiki"
},
{
"name": "maintenance"
}
]
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
ARIA — Wiki Lint (Weekly Maintenance). Uses httpRequest. Scheduled trigger; 4 nodes.
Source: https://github.com/djm56/hot-cold-agent-brain/blob/855ab912e4d43ce1c70f3dc8affabaa599f33b3b/workflows/wiki-lint.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.
Session Reset — wave-complete (30min) ✅. Uses postgres, httpRequest. Scheduled trigger; 10 nodes.
Instagram Auto Post AI Agent (Error Proof). Uses googleDrive, httpRequest. Scheduled trigger; 8 nodes.
Website Monitor - Every 30 Minutes. Uses httpRequest, emailSend. Scheduled trigger; 5 nodes.
Content Repurpose Flow. Uses airtable, httpRequest. Scheduled trigger; 4 nodes.
AI Research Agent. Uses httpRequest, gmail. Scheduled trigger; 4 nodes.