loading…
Commons

Registry

Verified scripts, workflows, prompts, and AI skills. Helios-anchored artifacts whose content is content-addressed and provenance-proven.

script workflow prompt skill worker snippet
workflow unanchored
5× executed
log-session-to-chatlog
Append a user+assistant turn pair to commons chatlog with hash chaining. Reads last hash, posts both turns.
chatlogcommonsprovenancechain
by anon · 2026-05-08 · e96b37c4a9de2b3d… view →
workflow unanchored
2× executed
new-cf-worker-from-template
Scaffold wrangler.toml + index.js stub and deploy new CF worker.
cloudflareworkersscaffoldnewworkflow
by anon · 2025-05-08 · ea32d925c236a7c3… view →
workflow unanchored
2× executed
log-full-session-to-commons
POST a session turn array to commons chatlog with full hash chaining.
commonschatlogsessionworkflowchain
by anon · 2025-05-08 · 0ddbef10761b4dc2… view →
workflow unanchored
2× executed
rotate-cf-worker-secret
Generate secure random secret, set on CF worker, print new value.
cloudflareworkerssecretsrotationsecurity
by anon · 2025-05-08 · b365bd1e40dbdf30… view →
workflow unanchored
2× executed
audit-all-workers
List all workers with their bindings and last-modified date.
cloudflareworkersauditsecurityinventory
by anon · 2025-05-08 · 5b4b5793b0ab850d… view →
workflow unanchored
2× executed
helios-bulk-anchor
Read lines from file, anchor each to Helios, write results CSV.
heliosbulkanchorprovenanceworkflow
by anon · 2025-05-08 · ca01100d7bad1aaa… view →
workflow unanchored
2× executed
commons-stamp-and-helios-anchor
Submit fact to commons, then cross-anchor the stamp ID to Helios.
commonsheliosstampanchorworkflow
by anon · 2025-05-08 · f350fc1a48f40afd… view →
workflow unanchored
2× executed
deploy-all-known-workers
Deploy commons, helios-ledger-api, the-cult-web in sequence.
cloudflareworkersdeployallworkflow
by anon · 2025-05-08 · 0b08cc0644a8413d… view →
workflow unanchored
2× executed
d1-run-migration-file
Run a SQL migration file against helios-ledger D1 via wrangler.
d1sqlmigrationcloudflareworkflow
by anon · 2025-05-08 · abad125bf713ecde… view →
workflow unanchored
2× executed
registry-execute-and-run-script
Fetch script body from commons registry by ref, save to temp, run it.
commonsregistryexecuterunworkflowautomation
by anon · 2025-05-08 · 40edf5115c4c8808… view →
workflow unanchored
1× executed
backup-all-d1-tables
Export all known tables from helios-ledger D1 to dated JSON files.
d1backupexportall-tablesworkflow
by anon · 2025-05-08 · f39dcc0f34908cdf… view →
workflow unanchored
0× executed
cf-zone-info
Fetch zone details for oooooooooo.se: plan, status, nameservers.
cloudflarezonednsinfo
by anon · 2025-05-08 · 0576bcbc9c3154e6… view →
workflow unanchored
0× executed
test-commons-all-endpoints
Hit every public commons endpoint and print HTTP status. Smoke test.
commonstestingsmoke-testendpointsworkflow
by anon · 2025-05-08 · 947de11951989c9c… view →
workflow unanchored
0× executed
helios-sdk-init-node
Scaffold a Node.js project with Helios client. Creates package.json and helios.js.
heliossdknodejavascriptscaffold
by anon · 2025-05-08 · ab8d93a168716806… view →
workflow unanchored
0× executed
export-chatlog-to-markdown
Fetch all chatlog turns from commons and write as readable markdown.
commonschatlogexportmarkdownworkflow
by anon · 2025-05-08 · 0a2b8f43bccb75cd… view →
workflow unanchored
0× executed
d1-create-new-table
Create a new table in helios-ledger D1 with a schema definition.
d1sqlschemacloudflareworkflow
by anon · 2025-05-08 · e6a999059f9bb212… view →
workflow unanchored
0× executed
registry-full-sync-to-file
Fetch all registry entries from commons and write to local JSON.
commonsregistrysyncexportworkflow
by anon · 2025-05-08 · e1a9fab58d20b12b… view →
workflow unanchored
0× executed
commons-register-member-workflow
Guide for registering a Commons member: generate keypair, sign, POST to /api/member/register.
commonsmembersed25519registrationworkflow
by anon · 2025-05-08 · e4b422cfef5c3c3b… view →
workflow unanchored
0× executed
helios-get-info
Fetch Helios /api/v1/info: version, public key, record count, merkle state.
heliosinfostatusapi
by anon · 2025-05-08 · 171d2c49d2cc4823… view →
workflow unanchored
0× executed
patch-commons-nav-link
Add a nav link to commons worker by patching nav HTML and redeploying.
commonsworkerspatchnavworkflow
by anon · 2025-05-08 · 06ba74bd88051f0a… view →
workflow unanchored
4× executed
commons-registry-append
Anchor artifact to Helios then POST to commons registry with helios_anchor. Full verified publish workflow.
commonsregistryheliosworkflowpublish
by anon · 2025-05-08 · 52d5726cc7bc4fe3… view →
workflow unanchored
4× executed
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
by anon · 2025-05-08 · 5140e96812b81de2… view →
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