2026-04-23 00:02:09 +02:00
{
"generated" : true ,
"schemaVersion" : 1 ,
"templates" : [
{
"author" : {
"name" : "Alan Wizemann" ,
"url" : "https://github.com/awizemann/scarf"
} ,
2026-04-23 16:35:57 +02:00
"bundleSha256" : "0a20802a8830a7cfdd1afa2888e42e113c9a17a37439384a3037d32ad1f24c1f" ,
"bundleSize" : 7569 ,
2026-04-23 00:02:09 +02:00
"category" : "monitoring" ,
2026-04-23 02:21:14 +02:00
"config" : {
"modelRecommendation" : {
"preferred" : "claude-haiku-4" ,
"rationale" : "Simple tool-use task \u2014 HTTP GETs + a short summary. Haiku is plenty and keeps cost low when the cron runs daily."
} ,
"schema" : [
{
"default" : [
"https://example.com" ,
"https://example.org"
] ,
"description" : "One URL per item. HTTP or HTTPS. You can add and remove entries after install via the Configuration button on the dashboard." ,
"itemType" : "string" ,
"key" : "sites" ,
"label" : "Sites to Watch" ,
"maxItems" : 25 ,
"minItems" : 1 ,
"required" : true ,
"type" : "list"
} ,
{
"default" : 10 ,
"description" : "How long to wait for each URL before giving up." ,
"key" : "timeout_seconds" ,
"label" : "Request Timeout (seconds)" ,
"max" : 60 ,
"min" : 1 ,
"required" : false ,
"type" : "number"
}
]
} ,
2026-04-23 00:02:09 +02:00
"contents" : {
"agentsMd" : true ,
2026-04-23 02:21:14 +02:00
"config" : 2 ,
2026-04-23 00:02:09 +02:00
"cron" : 1 ,
"dashboard" : true
} ,
2026-04-23 02:21:14 +02:00
"description" : "A daily uptime check for a list of URLs you configure on install. Writes status to status-log.md and updates the dashboard with current counts." ,
2026-04-23 00:02:09 +02:00
"detailSlug" : "awizemann-site-status-checker" ,
"id" : "awizemann/site-status-checker" ,
"installUrl" : "https://raw.githubusercontent.com/awizemann/scarf/main/templates/awizemann/site-status-checker/site-status-checker.scarftemplate" ,
"minHermesVersion" : "0.9.0" ,
2026-04-23 02:21:14 +02:00
"minScarfVersion" : "2.3.0" ,
2026-04-23 00:02:09 +02:00
"name" : "Site Status Checker" ,
"tags" : [
"monitoring" ,
"uptime" ,
"cron" ,
2026-04-23 02:21:14 +02:00
"starter" ,
"configurable"
2026-04-23 00:02:09 +02:00
] ,
2026-04-23 02:21:14 +02:00
"version" : "1.1.0"
2026-04-23 00:02:09 +02:00
}
]
}