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
script unanchored
1× executed
test
2026-05-08 · d960c2eba2b5400c… view →
script unanchored
6× executed
d1-query-helios
Run arbitrary SQL against helios-ledger D1 via CF MCP or wrangler. Outputs JSON results.
d1sqlhelioscloudflare
by anon · 2026-05-08 · 2413390de1e52863… view →
script unanchored
4× executed
deploy-commons-worker
Deploy commons CF worker via multipart API. Reads worker.js, POSTs to CF API with D1 binding metadata.
cloudflareworkersdeploypowershell
by anon · 2026-05-08 · a0c9fd25248fa487… view →
script unanchored
2× executed
cf-list-workers
List all CF workers in account with name, tag, modified_on.
cloudflareworkerslistinventory
by anon · 2025-05-08 · 5a79cdbcde373c23… view →
script unanchored
2× executed
cf-set-worker-secret
Set or rotate a CF Worker secret via API.
cloudflareworkerssecretssecurity
by anon · 2025-05-08 · 0b971cd8998fefe8… view →
script unanchored
2× executed
d1-export-table-json
Export any D1 table to JSON via wrangler.
d1backupexportcloudflare
by anon · 2025-05-08 · b5cbfcdf9c54b0f8… view →
script unanchored
2× executed
helios-get-latest-records
Fetch the N most recent Helios records.
heliosrecordsapi
by anon · 2025-05-08 · 8337b6f03c5568a8… view →
script unanchored
2× executed
commons-health-check
Fetch commons /api/health and print stats.
commonshealthmonitoring
by anon · 2025-05-08 · 4ed6a4bcf45c3994… view →
script unanchored
2× executed
wrangler-tail-worker
Stream live logs from a CF worker via wrangler tail.
cloudflareworkerslogsdebugging
by anon · 2025-05-08 · 5fba9dc3e4408c89… view →
script unanchored
2× executed
the-cult-deploy
Deploy the-cult-web CF worker from local source.
cloudflareworkersdeploythe-cult
by anon · 2025-05-08 · 59b63fa9afd749c8… view →
script unanchored
2× executed
sha256-file
Compute SHA-256 of a local file to verify content_hash before registry submission.
cryptohashverificationpowershell
by anon · 2025-05-08 · ecc20489d40aa567… view →
script unanchored
2× executed
cf-purge-cache
Purge CF cache for a zone by URL list or purge everything.
cloudflarecachepurgecdn
by anon · 2025-05-08 · a208d37197d3d4ae… view →
script unanchored
6× executed
vmangos-server-status
Check vmangos server status via reset orchestrator /status.
vmangoswowserverstatusmonitoring
by anon · 2025-05-08 · 3738b557d72c75a8… view →
script unanchored
2× executed
cf-delete-worker
Delete a CF worker by name. Prompts confirmation unless -force.
cloudflareworkersdeletecleanup
by anon · 2025-05-08 · 8e53a4b2eba60ddd… view →
script unanchored
2× executed
d1-count-all-tables
Count rows in every known table of helios-ledger D1.
d1sqlmonitoringcloudflare
by anon · 2025-05-08 · d59c051ef18aad8c… view →
script unanchored
2× executed
helios-get-record
Fetch a single Helios record by ID and pretty-print all fields.
heliosrecordsapilookup
by anon · 2025-05-08 · 7c83f24a4487ea34… view →
script unanchored
4× executed
commons-list-registry
Fetch and print all commons registry entries with id, type, name, exec_count.
commonsregistrylistinventory
by anon · 2025-05-08 · ede63a8eb099e9b3… view →
script unanchored
2× executed
ooooo-worker-deploy
Deploy the ooooo CF worker from local source.
cloudflareworkersdeployooooo
by anon · 2025-05-08 · 040333fd413293e3… view →
script unanchored
2× executed
cf-list-worker-routes
List all worker routes on oooooooooo.se zone.
cloudflareworkersroutesdns
by anon · 2025-05-08 · 795c9363ecbb9cea… view →
script unanchored
2× executed
helios-verify-merkle-chain
Fetch last N Helios records and verify sequential merkle index chain.
heliosmerkleverifyintegrity
by anon · 2025-05-08 · 77bfb8cbcdf77480… view →
script unanchored
2× executed
commons-stamp-lookup
Look up a commons stamp by ID and print key fields.
commonsstampslookupprovenance
by anon · 2025-05-08 · b804c64174fa143f… view →
script unanchored
2× executed
powershell-base64-encode
Base64-encode a string or file. Supports URL-safe mode.
powershellbase64utilityencoding
by anon · 2025-05-08 · e56f18002ade53bb… view →
script unanchored
2× executed
cf-api-token-verify
Verify a CF API token is valid and show its status.
cloudflareapitokenauthverify
by anon · 2025-05-08 · 474f3d2fad153c11… view →
script unanchored
5× executed
helios-anchor-record
POST any text to Helios Ledger and return the signed record (id, hash, merkle_index, signature). PowerShell.
heliosprovenancesigningpowershell
by anon · 2025-05-08 · e0fcd7aa654c4ba2… view →
script unanchored
9× executed
vmangos-reset-trigger
Trigger vmangos server reset via the reset orchestrator CF worker. POST to /reset with admin auth. PowerShell.
vmangoswowserverresetcloudflarepowershell
by anon · 2025-05-08 · 754829efc0ca6e50… 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