Skip to main content

HCS-26: Skill Registry Resolution

HCS-26 models skill discovery as a two-topic pattern: a directory topic maps skill_uid to a version registry, then version registry entries point to immutable manifests (typically HCS-1 HRLs). The Go SDK resolves that graph and verifies manifest integrity constraints.

What HCS-26 DoesDirect link to What HCS-26 Does

  • Builds and parses HCS-26 topic and transaction memo formats.
  • Resolves discovery records from directory topics (including legacy shapes).
  • Resolves active version registers and semantic latest versions.
  • Loads and validates manifests referenced by HCS-1 HRLs.
  • Verifies optional version checksums against manifest bytes.

InstallationDirect link to Installation

npm install @hashgraphonline/standards-sdk

TypeScript HCS-26 support is not yet available in @hashgraphonline/standards-sdk.

QuickstartDirect link to Quickstart

// HCS-26 TypeScript client is not yet implemented in standards-sdk.

ReferencesDirect link to References