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": "weekly-summary-ollama",
"nodes": [
{
"parameters": {
"triggerTimes": {
"item": [
{
"mode": "everyWeek",
"hour": 9
}
]
}
},
"type": "n8n-nodes-base.cron",
"name": "Cron Weekly"
},
{
"parameters": {
"url": "${SUPABASE_URL}/rest/v1/capsules?select=id,avatar_id,unlock_at,status&limit=100",
"options": {
"headers": {
"apikey": "${SUPABASE_SERVICE_KEY}"
}
}
},
"type": "n8n-nodes-base.httpRequest",
"name": "Fetch Supabase"
},
{
"parameters": {
"url": "http://stack-ollama-1:11434/api/generate",
"method": "POST",
"jsonParameters": true,
"options": {
"body": {
"model": "llama3.1",
"prompt": "Resuma o status das c\u00e1psulas: {{$json}}",
"stream": false
}
}
},
"type": "n8n-nodes-base.httpRequest",
"name": "Ollama Summarize"
}
],
"connections": {
"Cron Weekly": {
"main": [
[
{
"node": "Fetch Supabase",
"type": "main",
"index": 0
}
]
]
},
"Fetch Supabase": {
"main": [
[
{
"node": "Ollama Summarize",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
weekly-summary-ollama. Uses httpRequest. Scheduled trigger; 3 nodes.
Source: https://github.com/frodrigoalves/sglbk/blob/cd3d1d812d6a29395fc523be20e82bc9b51972f4/n8n/weekly-summary-ollama.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.
This smart automation workflow created by the AI development team at WeblineIndia, helps with the daily collection and storage of weather data. Using the OpenWeatherMap API and Airtable, this solution
RAGSPRO - Content Generator. Uses httpRequest. Scheduled trigger; 3 nodes.
AI-Powered Short-Form Video Generator with OpenAI, Flux, Kling, and ElevenLabs and upload to all .... Uses httpRequest, googleDrive, discord, googleSheets. Scheduled trigger; 51 nodes.
Free Support: Setting up and getting the workflow tailord to your needs. One small free adjustment included.
Continuous quality checks for your production LLM prompts. Keeps a golden test set in n8n Data Tables, runs it on a schedule against any OpenAI-compatible API, compares each run to a blessed baseline,