AutomationFlowsAI & RAG › Weekly Wiki Lint Maintenance

Weekly Wiki Lint Maintenance

Original n8n title: Aria — Wiki Lint (weekly Maintenance)

ARIA — Wiki Lint (Weekly Maintenance). Uses httpRequest. Scheduled trigger; 4 nodes.

Cron / scheduled trigger★★☆☆☆ complexity4 nodesHTTP Request
AI & RAG Trigger: Cron / scheduled Nodes: 4 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": "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"
    }
  ]
}
Pro

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 →

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

Instagram Auto Post AI Agent (Error Proof). Uses googleDrive, httpRequest. Scheduled trigger; 8 nodes.

Google Drive, HTTP Request
AI & RAG

Website Monitor - Every 30 Minutes. Uses httpRequest, emailSend. Scheduled trigger; 5 nodes.

HTTP Request, Email Send
AI & RAG

Schedule + HTTP + Slack (canonical first workflow). Uses httpRequest, slack. Scheduled trigger; 3 nodes.

HTTP Request, Slack
AI & RAG

Master Agent - Orchestrator. Uses httpRequest, telegram, telegramTrigger. Scheduled trigger; 46 nodes.

HTTP Request, Telegram, Telegram Trigger
AI & RAG

Reputation Engine — Content Research Agent. Uses httpRequest. Scheduled trigger; 45 nodes.

HTTP Request