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 tagged: go

Browse skills that share this tag.

  • twilight-ai - Twilight AI Go SDK Development Assistant
    twilight-aigosdkai-providers

    ★ 47 · Updated 2026-09-22

    Assists with development, provider integration, tool calling, streaming, and documentation for the Twilight AI Go SDK.

    ⚙ Implement SDK core APIs⚙ Add or update providers⚙ Generate text and stream responses
  • query-sub-agent - CQRS Query Side Generator and Reviewer Sub-agent
    sub-agentcqrsquery-sideread-model

    ★ 18 · Updated 2026-09-22

    Processes Information Display Frame requirements to read specs and generate or review CQRS Query Side implementations in Java, TypeScript, and Go.

    ⚙ Read specification directory structure⚙ Design CQRS Query Handlers⚙ Validate CQRS Read Models
  • go-tests - Go test patterns for Terraform provider
    gotestingterraformunit-tests

    ★ 0 · Updated 2026-09-22

    Provides Go test patterns using table-driven tests, the Expectation pattern, and cmp.Diff for Terraform provider code.

    ⚙ Write Go unit tests⚙ Implement table-driven tests⚙ Assert with cmp.Diff
  • wails - Build Desktop Applications in Go with Wails
    wailsgodesktop-appwebview

    ★ 656 · Updated 2026-09-20

    Guide for building desktop applications with Go backend and webview frontend using Wails v2 and v3.

    ⚙ Detect Wails major project version⚙ Configure application entry and assets⚙ Bind Go structs and services
  • golang-error-handling - Idiomatic Go Error Handling and Logging Best Practices
    goerror-handlingsloglogging

    ★ 0 · Updated 2026-09-18

    Idiomatic Go error handling and structured logging guidelines, covering error wrapping, inspection, audit modes, slog integration, and production practices.

    ⚙ Write idiomatic Go error handling⚙ Audit error handling practices⚙ Review error handling code changes
  • golang-stretchr-testify - Go testing with stretchr/testify
    golanggotestifyassertions

    ★ 0 · Updated 2026-09-17

    Provides guidance for writing and reviewing Go tests using stretchr/testify, including assertions, mocks, and suites.

    ⚙ Choose between assert and require⚙ Define mock expectations⚙ Verify mock expectations
  • webrpc-ridl-schema - Write RIDL schemas and generate webrpc code
    webrpcridlcode-generationapi-contract

    ★ 828 · Updated 2026-09-15

    Write and edit webrpc .ridl schema files and run webrpc-gen code generation.

    ⚙ Edit RIDL schema files⚙ Format schemas using ridlfmt⚙ Generate code via webrpc-gen
  • go-patterns - Go Design Patterns and Best Practices
    godesign-patternsconcurrencyarchitecture

    ★ 0 · Updated 2026-09-14

    Provides Go design patterns for concurrency, interfaces, error handling, functional options, middleware, and project structure.

    ⚙ Implement interface-driven design⚙ Handle errors with context⚙ Apply concurrency worker pools
  • go-connection-lifecycle-audit - Audit Go connection state machines and lifecycle.
    gonetworkingconnection-lifecycleaudit

    ★ 9 · Updated 2026-09-13

    Audit Go connection state machines, reconnect behavior, failure recovery, clean shutdown, and operator diagnostics.

    ⚙ Classify connection roles and lifetimes⚙ Map ownership and state transitions⚙ Audit failure and recovery modes
  • debugging-cli-locally - Debugging qe-tools CLI commands locally
    goclidebuggingqe-tools

    ★ 0 · Updated 2026-09-13

    Debug qe-tools commands locally, investigate panics or unexpected output, and set up local development environment.

    ⚙ Run qe-tools commands locally⚙ Investigate CLI panics and crashes⚙ Debug execution using Delve
  • golang-popular-libraries - Recommend production-ready Golang libraries and frameworks
    golanglibrariesframeworksdependencies

    ★ 3 · Updated 2026-09-13

    Recommends production-ready Golang libraries and frameworks when selecting dependencies or comparing alternatives for Golang projects.

    ⚙ Recommend production-ready Golang libraries⚙ Compare Golang library alternatives⚙ Evaluate standard library suitability
  • godog - Gherkin BDD framework for Go
    gogodogbddgherkin

    ★ 18 · Updated 2026-09-13

    Helps write executable Gherkin BDD specifications and step definitions for Go applications.

    ⚙ Write Gherkin acceptance test specifications⚙ Implement thin step definitions in Go⚙ Filter scenario execution using tags
  • nauthilus-plugin-api - Nauthilus Native Go Plugin API Design and Implementation
    nauthilusgoplugin-apiarchitecture

    ★ 6 · Updated 2026-09-11

    Guides Nauthilus native Go plugin API design, loader implementation, lifecycle management, and Lua extension parity.

    ⚙ Design Go plugin API contracts⚙ Implement plugin loader and runtime⚙ Align Go plugins with Lua
  • namer - Chinese Name Scoring and Recommendation Tool
    chinese-namingname-scoringfive-elementscli

    ★ 19 · Updated 2026-09-11

    Scores Chinese names and generates candidate combinations based on Five Elements principles.

    ⚙ Install namer CLI tool⚙ Score specified Chinese names⚙ Generate and rank candidate names
  • go-gin-workflow - Go Gin Service Development and Review Workflow
    goginbackendworkflow

    ★ 1 · Updated 2026-09-11

    Provides preferred implementation, verification, and code review workflows for Go services built with Gin.

    ⚙ Implement Go Gin service backends⚙ Verify Go Gin code quality⚙ Triage build and test failures
  • go-gin-workflow - Workflow guide for Go services built with Gin
    goginbackendworkflow

    ★ 0 · Updated 2026-09-11

    Guides implementation, testing, and code review for Go backend services built with the Gin framework.

    ⚙ Implement Go Gin backend services⚙ Review Go Gin codebases⚙ Execute verification and static analysis
  • new-aws-service - Scaffold a new AWS service wrapper
    awsscaffoldinggotesting

    ★ 0 · Updated 2026-09-10

    Scaffold a new AWS service wrapper in pkg/aws/<servicename>/ following the established cloudformationservice pattern.

    ⚙ Create service interface and implementation⚙ Create mock client test file⚙ Create unit test file
  • crap4go - Analyze CRAP score and complexity for Go functions
    gocrap-scorecyclomatic-complexitytest-coverage

    ★ 31 · Updated 2026-09-10

    Computes Change Risk Anti-Pattern metrics by combining cyclomatic complexity and test coverage for Go functions.

    ⚙ Run Go test coverage analysis⚙ Calculate cyclomatic complexity⚙ Compute per-function CRAP scores
  • new-command - Scaffold a Cobra CLI command following patterns
    cobracliscaffoldinggo

    ★ 136 · Updated 2026-09-10

    Scaffold a Cobra CLI command following project patterns and verify the build.

    ⚙ Read existing command patterns⚙ Scaffold command source file⚙ Register command on parent command
  • go-database - Go database operations and design patterns.
    godatabasesqlorm

    ★ 18 · Updated 2026-09-09

    Provides Go database patterns covering SQL, connection pooling, repository pattern, transactions, migrations, and retry logic.

    ⚙ Configure database connection pools⚙ Implement repository pattern⚙ Execute database transactions

Scroll to load more