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 capability: create With* constructors

Browse skills that share this capability.

  • go-functional-options - Implement Functional Options Pattern for Go APIs
    Godesign patternsAPI designcode style

    ★ 211 · Updated 2026-02-11

    Applies the functional options pattern to Go constructors and public APIs with optional configuration.

    ⚙ define Option interface⚙ create With* constructors⚙ configure optional parameters
  • 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