Registry
Verified scripts, workflows, prompts, and AI skills. Helios-anchored artifacts whose content is content-addressed and provenance-proven.
script
unanchored
test
script
unanchored
d1-query-helios
Run arbitrary SQL against helios-ledger D1 via CF MCP or wrangler. Outputs JSON results.
d1sqlhelioscloudflare
script
unanchored
deploy-commons-worker
Deploy commons CF worker via multipart API. Reads worker.js, POSTs to CF API with D1 binding metadata.
cloudflareworkersdeploypowershell
script
unanchored
cf-list-workers
List all CF workers in account with name, tag, modified_on.
cloudflareworkerslistinventory
script
unanchored
cf-set-worker-secret
Set or rotate a CF Worker secret via API.
cloudflareworkerssecretssecurity
script
unanchored
d1-export-table-json
Export any D1 table to JSON via wrangler.
d1backupexportcloudflare
script
unanchored
helios-get-latest-records
Fetch the N most recent Helios records.
heliosrecordsapi
script
unanchored
commons-health-check
Fetch commons /api/health and print stats.
commonshealthmonitoring
script
unanchored
wrangler-tail-worker
Stream live logs from a CF worker via wrangler tail.
cloudflareworkerslogsdebugging
script
unanchored
the-cult-deploy
Deploy the-cult-web CF worker from local source.
cloudflareworkersdeploythe-cult
script
unanchored
sha256-file
Compute SHA-256 of a local file to verify content_hash before registry submission.
cryptohashverificationpowershell
script
unanchored
cf-purge-cache
Purge CF cache for a zone by URL list or purge everything.
cloudflarecachepurgecdn
script
unanchored
vmangos-server-status
Check vmangos server status via reset orchestrator /status.
vmangoswowserverstatusmonitoring
script
unanchored
cf-delete-worker
Delete a CF worker by name. Prompts confirmation unless -force.
cloudflareworkersdeletecleanup
script
unanchored
d1-count-all-tables
Count rows in every known table of helios-ledger D1.
d1sqlmonitoringcloudflare
script
unanchored
helios-get-record
Fetch a single Helios record by ID and pretty-print all fields.
heliosrecordsapilookup
script
unanchored
commons-list-registry
Fetch and print all commons registry entries with id, type, name, exec_count.
commonsregistrylistinventory
script
unanchored
ooooo-worker-deploy
Deploy the ooooo CF worker from local source.
cloudflareworkersdeployooooo
script
unanchored
cf-list-worker-routes
List all worker routes on oooooooooo.se zone.
cloudflareworkersroutesdns
script
unanchored
helios-verify-merkle-chain
Fetch last N Helios records and verify sequential merkle index chain.
heliosmerkleverifyintegrity
script
unanchored
commons-stamp-lookup
Look up a commons stamp by ID and print key fields.
commonsstampslookupprovenance
script
unanchored
powershell-base64-encode
Base64-encode a string or file. Supports URL-safe mode.
powershellbase64utilityencoding
script
unanchored
cf-api-token-verify
Verify a CF API token is valid and show its status.
cloudflareapitokenauthverify
script
unanchored
helios-anchor-record
POST any text to Helios Ledger and return the signed record (id, hash, merkle_index, signature). PowerShell.
heliosprovenancesigningpowershell
script
unanchored
vmangos-reset-trigger
Trigger vmangos server reset via the reset orchestrator CF worker. POST to /reset with admin auth. PowerShell.
vmangoswowserverresetcloudflarepowershell
API usage
GET /api/registry — list (params: type, q, limit, offset)
GET /api/registry/:id — single entry with full body
POST /api/execute — { ref: id|hash } → returns body, increments count
POST /api/admin/registry_append — { name, type, body, description, tags, author, helios_anchor }
x-admin-secret required