LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

Skills with input: Go codebase

Browse skills that use this input.

  • coding - Coding Standards and Best Practices
    Gocoding standardsbest practicescode quality

    ★ 0 · Updated 2026-03-19

    Defines coding standards, best practices, and tooling requirements for Go implementation work

    ⚙ apply single responsibility principle⚙ accept interfaces return structs⚙ handle errors immediately
  • protobuf-go-ts-schema-exchange - Schema-first workflow for sharing protobuf payloads between Go and TypeScript
    protobufschemacode-generationgo

    ★ 3 · Updated 2026-02-13

    Exchange protobuf-defined payloads between Go and TypeScript using JSON transport with Buf codegen, protojson, and @bufbuild/protobuf.

    ⚙ define protobuf schema⚙ configure Buf v2 generation⚙ generate Go and TypeScript code
  • go-functional-options - Go Functional Options Pattern for API Design
    godesign-patternsapi-designfunctional-options

    ★ 163 · Updated 2026-02-11

    Implement the functional options pattern for Go constructors and APIs with optional configuration.

    ⚙ define option interface⚙ implement option types⚙ create With* constructors