Registry
Verified scripts, workflows, prompts, and AI skills. Helios-anchored artifacts whose content is content-addressed and provenance-proven.
script
unanchored
test
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
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
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
skill
unanchored
sha256-text
JS: SHA-256 hash a string using Web Crypto. CF Workers / Node 18+ / browsers.
javascriptcryptohashutilityskill
skill
unanchored
canonical-json
JS: deterministic JSON serialization (keys sorted recursively). Used for signature payloads.
javascriptjsoncanonicalsigningskill
skill
unanchored
ed25519-sign
JS: sign a message with an Ed25519 private key (hex). Returns hex signature.
javascripted25519signingcryptographyskill
skill
unanchored
helios-anchor-js
JS: anchor text to Helios Ledger, return full record.
javascriptheliosanchorprovenanceskill
skill
unanchored
retry-fetch
JS: fetch with exponential backoff retry. Max 3 attempts, base 300ms.
javascriptfetchretryresilienceskill
skill
unanchored
cf-kv-get-set
JS: typed get/set helpers for CF KV with JSON serialization and TTL.
javascriptcloudflarekvstorageskill
skill
unanchored
d1-query-typed
JS: typed D1 query wrapper with error handling. Returns rows array.
javascriptcloudflared1sqlskill
skill
unanchored
json-response-with-cors
JS: return JSON Response with CORS headers. Standard CF Worker API pattern.
javascriptcloudflareworkerscorsresponseskill
skill
unanchored
cf-worker-admin-auth
JS: constant-time admin secret check for CF Worker endpoints. Prevents timing attacks.
javascriptcloudflareworkersauthsecurityskill
skill
unanchored
new-id-generator
JS: generate short random IDs with optional prefix using crypto.getRandomValues.
javascriptidrandomutilityskill
skill
unanchored
slugify
JS: convert any string to a URL-safe slug. Handles unicode, special chars.
javascriptstringurlutilityskill
skill
unanchored
cf-worker-rate-limit
JS: simple in-memory rate limiter for CF Workers. Sliding window per key.
javascriptcloudflareworkersrate-limitsecurityskill
skill
unanchored
hex-bytes-convert
JS: hexToBytes, bytesToHex, and b64uToBytes. Used throughout Helios/commons/Ed25519 code.
javascriptcryptohexbytesutilityskill
skill
unanchored
parse-cf-worker-multipart-response
JS: extract JS source from CF worker script download (multipart). Used in patch-deploy.
javascriptcloudflareworkersmultipartparsingskill
skill
unanchored
iso-now-ts
JS: ISO timestamp and Unix ms epoch helpers. Used everywhere in commons/helios.
javascriptdatetimeutilityskill
skill
unanchored
escape-html
JS: HTML entity escaping for safe SSR. Used in commons/helios layout templates.
javascripthtmlescapingxsssecurityskill
skill
unanchored
cf-worker-get-metadata
JS: fetch CF worker metadata (created_on, modified_on, bindings) via CF API.
javascriptcloudflareworkersmetadataapiskill
skill
unanchored
commons-create-stamp
JS: submit a fact or statement to commons. Returns {id, status, content_hash, url}.
javascriptcommonsstampapiskill
skill
unanchored
helios-merkle-leaf-hash
JS: compute Helios merkle leaf hash: sha256(prev:idx:content:stampId). Matches server appendChain().
javascriptheliosmerklecryptoverificationskill
skill
unanchored
cf-worker-router
JS: minimal pattern-match router for CF Workers. Handles GET/POST and path params.
javascriptcloudflareworkersroutingskill
script
unanchored
helios-anchor-record
POST any text to Helios Ledger and return the signed record (id, hash, merkle_index, signature). PowerShell.
heliosprovenancesigningpowershell
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
skill
unanchored
commons-lookup-by-hash
JS function: before emitting a factual claim, call commons lookup API. Returns helios_stamped bool and advice string.
ai-skillcommonslookupprovenancefact-checkjavascript
skill
unanchored
helios-verify-record
JS function: verify a Helios record Ed25519 signature client-side. Returns {valid, reason}. CF Workers, Node 18+, browsers.
heliosed25519verifycryptographyai-skilljavascript
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