script
unanchored
commons-list-registry
Fetch and print all commons registry entries with id, type, name, exec_count.
commonsregistrylistinventory
Body
param([string]$type="",[string]$q="",[int]$limit=100)\n$url="https://commons.oooooooooo.se/api/registry?limit=$limit"\nif($type){$url+="&type=$type"}\nif($q){$url+="&q=$([Uri]::EscapeDataString($q))"}\n$r=(Invoke-WebRequest -Uri $url).Content|ConvertFrom-Json\nWrite-Output "Total: $($r.items.Count)"\n$r.items|Select-Object id,type,name,execution_count|Format-Table -AutoSize
Provenance
Cryptographic details
| id | reg_commons_registry_list |
| content sha256 | ede63a8eb099e9b38615e846c638d8df8cd4327e5304699a8d1a1ea93a899a0d |
Execute via API
POST /api/execute
{ "ref": "reg_commons_registry_list" }
// or by hash prefix:
{ "ref": "ede63a8eb099e9b3" }
Resolves this artifact by hash — deterministic, provenance-proven. Generation cost is zero when the hash exists.