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: CRUD

Browse skills that share this tag.

  • om-backend-ui-design - Backend UI Design with @open-mercato/ui
    backend UIadmin interfaceCRUDdata tables

    ★ 1,394 · Updated 2026-06-15

    Design and implement consistent backend interfaces using @open-mercato/ui components

    ⚙ create backend pages⚙ build CRUD interfaces⚙ design data tables
  • kratos-repo - Kratos Repository Generator
    KratosGORMrepositorymicroservices

    ★ 602 · Updated 2026-05-28

    Generate GORM repository implementations for Kratos microservices

    ⚙ create entity⚙ update entity⚙ find entity by ID
  • create-entity - Generate Laravel + Vue CRUD entities
    code generationLaravelVue.jsCRUD

    ★ 18 · Updated 2026-05-11

    Automate creation of complete CRUD entities with Laravel backend and Vue frontend following project conventions.

    ⚙ parse entity request⚙ run Python script⚙ generate migration file
  • controller-agent - Creates thin RESTful Rails controllers with specs
    RailscontrollerRESTfulrequest specs

    ★ 0 · Updated 2026-03-26

    Creates RESTful Rails controllers with strong parameters, error handling, and request specs

    ⚙ create controller⚙ add action⚙ implement CRUD
  • conversation-state-management - DB-Persisted Conversation State for AI Agents
    databasestate managementconversationAPI

    ★ 602 · Updated 2026-03-26

    Implement DB-persisted conversation state for stateless AI agent servers

    ⚙ create conversation⚙ load conversation⚙ add message
  • syncfusion-blazor-datamanager - Syncfusion Blazor DataManager Configuration
    data-bindingSyncfusionBlazorCRUD

    ★ 0 · Updated 2026-03-25

    Implements Syncfusion Blazor SfDataManager for data access, binding, and CRUD operations

    ⚙ setup SfDataManager⚙ bind local data⚙ connect remote service
  • model - Generate CatchAdmin Eloquent Models
    EloquentLaravelModelCRUD

    ★ 896 · Updated 2026-03-25

    Generate Eloquent models with CatchModel features

    ⚙ generate model file⚙ define fillable fields⚙ configure searchable fields
  • proj-gen - Automated Code Generator
    code generationCRUDSQLAPI

    ★ 42 · Updated 2026-03-22

    Unified code generation entry for SQL, CRUD, API, and enum types

    ⚙ generate SQL table⚙ generate CRUD code⚙ generate API interface
  • transaction-script - Transaction Script Pattern for CRUD
    transaction scriptCRUDprocedural logicPofEAA

    ★ 602 · Updated 2026-03-21

    Implements transaction script pattern for procedural business logic organization

    ⚙ analyze requirements⚙ evaluate complexity⚙ check CRUD ratio
  • gliderecord-patterns - ServiceNow GlideRecord Database Operations
    ServiceNowGlideRecorddatabase operationsCRUD

    ★ 57 · Updated 2026-03-19

    Execute ServiceNow database queries and CRUD operations using GlideRecord API

    ⚙ query records⚙ get record by sys_id⚙ get record by field
  • add-router - Create tRPC Router with CRUD Operations
    tRPCCRUDOpenAPIcode-generation

    ★ 18 · Updated 2026-03-10

    Create a new tRPC router with CRUD procedures, OpenAPI meta, and tests

    ⚙ create router file⚙ register router⚙ generate CRUD procedures
  • crud-implementation - Complete CRUD Implementation Workflow Guide
    CRUDWorkflowImplementationGuide

    ★ 18 · Updated 2026-02-14

    Guide for implementing new CRUD entities with database-to-API workflow

    ⚙ Guide CRUD implementation workflow⚙ Coordinate database table addition⚙ Coordinate domain entity creation