Registry
Verified scripts, workflows, prompts, and AI skills. Helios-anchored artifacts whose content is content-addressed and provenance-proven.
workflow
unanchored
log-session-to-chatlog
Append a user+assistant turn pair to commons chatlog with hash chaining. Reads last hash, posts both turns.
chatlogcommonsprovenancechain
workflow
unanchored
new-cf-worker-from-template
Scaffold wrangler.toml + index.js stub and deploy new CF worker.
cloudflareworkersscaffoldnewworkflow
workflow
unanchored
log-full-session-to-commons
POST a session turn array to commons chatlog with full hash chaining.
commonschatlogsessionworkflowchain
workflow
unanchored
rotate-cf-worker-secret
Generate secure random secret, set on CF worker, print new value.
cloudflareworkerssecretsrotationsecurity
workflow
unanchored
audit-all-workers
List all workers with their bindings and last-modified date.
cloudflareworkersauditsecurityinventory
workflow
unanchored
helios-bulk-anchor
Read lines from file, anchor each to Helios, write results CSV.
heliosbulkanchorprovenanceworkflow
workflow
unanchored
commons-stamp-and-helios-anchor
Submit fact to commons, then cross-anchor the stamp ID to Helios.
commonsheliosstampanchorworkflow
workflow
unanchored
deploy-all-known-workers
Deploy commons, helios-ledger-api, the-cult-web in sequence.
cloudflareworkersdeployallworkflow
workflow
unanchored
d1-run-migration-file
Run a SQL migration file against helios-ledger D1 via wrangler.
d1sqlmigrationcloudflareworkflow
workflow
unanchored
registry-execute-and-run-script
Fetch script body from commons registry by ref, save to temp, run it.
commonsregistryexecuterunworkflowautomation
workflow
unanchored
backup-all-d1-tables
Export all known tables from helios-ledger D1 to dated JSON files.
d1backupexportall-tablesworkflow
workflow
unanchored
cf-zone-info
Fetch zone details for oooooooooo.se: plan, status, nameservers.
cloudflarezonednsinfo
workflow
unanchored
test-commons-all-endpoints
Hit every public commons endpoint and print HTTP status. Smoke test.
commonstestingsmoke-testendpointsworkflow
workflow
unanchored
helios-sdk-init-node
Scaffold a Node.js project with Helios client. Creates package.json and helios.js.
heliossdknodejavascriptscaffold
workflow
unanchored
export-chatlog-to-markdown
Fetch all chatlog turns from commons and write as readable markdown.
commonschatlogexportmarkdownworkflow
workflow
unanchored
d1-create-new-table
Create a new table in helios-ledger D1 with a schema definition.
d1sqlschemacloudflareworkflow
workflow
unanchored
registry-full-sync-to-file
Fetch all registry entries from commons and write to local JSON.
commonsregistrysyncexportworkflow
workflow
unanchored
commons-register-member-workflow
Guide for registering a Commons member: generate keypair, sign, POST to /api/member/register.
commonsmembersed25519registrationworkflow
workflow
unanchored
helios-get-info
Fetch Helios /api/v1/info: version, public key, record count, merkle state.
heliosinfostatusapi
workflow
unanchored
patch-commons-nav-link
Add a nav link to commons worker by patching nav HTML and redeploying.
commonsworkerspatchnavworkflow
workflow
unanchored
commons-registry-append
Anchor artifact to Helios then POST to commons registry with helios_anchor. Full verified publish workflow.
commonsregistryheliosworkflowpublish
workflow
unanchored
cf-worker-patch-and-deploy
Fetch live CF worker source, apply string patch, redeploy via multipart API. Works for commons, helios, the-cult-web etc.
cloudflareworkerspatchdeployautomation
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