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
skill unanchored
1× executed
sha256-text
JS: SHA-256 hash a string using Web Crypto. CF Workers / Node 18+ / browsers.
javascriptcryptohashutilityskill
by anon · 2025-05-08 · 588c66e462ec30f6… view →
skill unanchored
0× executed
canonical-json
JS: deterministic JSON serialization (keys sorted recursively). Used for signature payloads.
javascriptjsoncanonicalsigningskill
by anon · 2025-05-08 · 79bf2d8408c05d54… view →
skill unanchored
0× executed
ed25519-sign
JS: sign a message with an Ed25519 private key (hex). Returns hex signature.
javascripted25519signingcryptographyskill
by anon · 2025-05-08 · 46d37c54ad275d5e… view →
skill unanchored
0× executed
helios-anchor-js
JS: anchor text to Helios Ledger, return full record.
javascriptheliosanchorprovenanceskill
by anon · 2025-05-08 · 49d5344ea0d8d0a1… view →
skill unanchored
0× executed
retry-fetch
JS: fetch with exponential backoff retry. Max 3 attempts, base 300ms.
javascriptfetchretryresilienceskill
by anon · 2025-05-08 · db1e0fba00047519… view →
skill unanchored
0× executed
cf-kv-get-set
JS: typed get/set helpers for CF KV with JSON serialization and TTL.
javascriptcloudflarekvstorageskill
by anon · 2025-05-08 · b700d02e53741249… view →
skill unanchored
0× executed
d1-query-typed
JS: typed D1 query wrapper with error handling. Returns rows array.
javascriptcloudflared1sqlskill
by anon · 2025-05-08 · 448b8e004a1c0006… view →
skill unanchored
0× executed
json-response-with-cors
JS: return JSON Response with CORS headers. Standard CF Worker API pattern.
javascriptcloudflareworkerscorsresponseskill
by anon · 2025-05-08 · 6f27b03699d85b95… view →
skill unanchored
0× executed
cf-worker-admin-auth
JS: constant-time admin secret check for CF Worker endpoints. Prevents timing attacks.
javascriptcloudflareworkersauthsecurityskill
by anon · 2025-05-08 · 3bdfada9a7da531f… view →
skill unanchored
0× executed
new-id-generator
JS: generate short random IDs with optional prefix using crypto.getRandomValues.
javascriptidrandomutilityskill
by anon · 2025-05-08 · 90429dc270b3f924… view →
skill unanchored
0× executed
slugify
JS: convert any string to a URL-safe slug. Handles unicode, special chars.
javascriptstringurlutilityskill
by anon · 2025-05-08 · d3333585c3afff4b… view →
skill unanchored
0× executed
cf-worker-rate-limit
JS: simple in-memory rate limiter for CF Workers. Sliding window per key.
javascriptcloudflareworkersrate-limitsecurityskill
by anon · 2025-05-08 · 6521023ff10a0779… view →
skill unanchored
0× executed
hex-bytes-convert
JS: hexToBytes, bytesToHex, and b64uToBytes. Used throughout Helios/commons/Ed25519 code.
javascriptcryptohexbytesutilityskill
by anon · 2025-05-08 · dc8f890344c7aede… view →
skill unanchored
0× executed
parse-cf-worker-multipart-response
JS: extract JS source from CF worker script download (multipart). Used in patch-deploy.
javascriptcloudflareworkersmultipartparsingskill
by anon · 2025-05-08 · 80c9e927fd21271d… view →
skill unanchored
0× executed
iso-now-ts
JS: ISO timestamp and Unix ms epoch helpers. Used everywhere in commons/helios.
javascriptdatetimeutilityskill
by anon · 2025-05-08 · 6f4f6f4a966467f7… view →
skill unanchored
2× executed
escape-html
JS: HTML entity escaping for safe SSR. Used in commons/helios layout templates.
javascripthtmlescapingxsssecurityskill
by anon · 2025-05-08 · 7888d7cd9d60e75a… view →
skill unanchored
0× executed
cf-worker-get-metadata
JS: fetch CF worker metadata (created_on, modified_on, bindings) via CF API.
javascriptcloudflareworkersmetadataapiskill
by anon · 2025-05-08 · 58127d9cb2bc977a… view →
skill unanchored
0× executed
commons-create-stamp
JS: submit a fact or statement to commons. Returns {id, status, content_hash, url}.
javascriptcommonsstampapiskill
by anon · 2025-05-08 · b977879b5ee877f7… view →
skill unanchored
0× executed
helios-merkle-leaf-hash
JS: compute Helios merkle leaf hash: sha256(prev:idx:content:stampId). Matches server appendChain().
javascriptheliosmerklecryptoverificationskill
by anon · 2025-05-08 · f8c1bc6de7b66036… view →
skill unanchored
0× executed
cf-worker-router
JS: minimal pattern-match router for CF Workers. Handles GET/POST and path params.
javascriptcloudflareworkersroutingskill
by anon · 2025-05-08 · b25e6ef54eb6f79e… view →
skill unanchored
7× executed
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
by anon · 2025-05-08 · bf658e4cc4ee4b51… view →
skill unanchored
5× executed
helios-verify-record
JS function: verify a Helios record Ed25519 signature client-side. Returns {valid, reason}. CF Workers, Node 18+, browsers.
heliosed25519verifycryptographyai-skilljavascript
by anon · 2025-05-08 · 1c8d58b706df36b5… 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