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: scan interface definitions

Browse skills that share this capability.

  • mockery-generate - Generate Golang mocks with mockery and go:generate
    golangtestingcode-generation

    ★ 18 · Updated 2026-02-13

    Generates mock implementations for Golang interfaces using mockery.

    ⚙ scan interface definitions⚙ insert go:generate comments⚙ prompt for local command execution
  • mockery-generate - Golang Mockery Generation with go:generate
    Golangtestingmockingcode-generation

    ★ 6 · Updated 2026-02-13

    Generates mock implementations for Golang interfaces using mockery and go:generate to eliminate handwritten mock structs

    ⚙ scan interface definitions⚙ add go:generate comments⚙ validate go:generate comments
  • mockery-generate - Generate Golang Interface Mocks with Mockery
    golangtestingmockingautomation

    ★ 650 · Updated 2026-02-12

    Uses mockery with go:generate to automatically generate mocks for Golang interfaces, eliminating manual mock creation

    ⚙ scan interface definitions⚙ add go:generate comments⚙ validate mockery configuration