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: service-layer

Browse skills that share this tag.

  • connect-to-backend-api - Connect Frontend to Backend API Routes
    api-integrationfrontendtypescriptservice-layer

    ★ 0 · Updated 2026-09-21

    Connect frontend to backend API routes by creating service files, handling API calls, managing response errors, and transforming data.

    ⚙ Create backend service files⚙ Define TypeScript resource types⚙ Execute HTTP API calls
  • unit-test-service-layer - Unit Testing Service Layer with Mockito
    junit-5mockitounit-testingservice-layer

    ★ 1 · Updated 2026-09-21

    Unit test service layer classes by mocking dependencies to validate business logic without external services.

    ⚙ Mock service dependencies⚙ Verify collaborator interactions⚙ Test exception handling
  • code-structure - Service Layer Architecture Guidelines
    architecturerefactoringcode-structureservice-layer

    ★ 0 · Updated 2026-09-15

    Guides separating domain action orchestration from reusable service layer mechanics.

    ⚙ Separate domain and service logic⚙ Refactor duplicated operational blocks⚙ Design composable service functions
  • service-guide - Backend.AI Service Layer Implementation Guide
    service-layerbusiness-logicprocessorsactions

    ★ 628 · Updated 2026-03-26

    Implement Backend.AI service layer with actions, processors, and standard CRUD operations

    ⚙ create entity⚙ get entity⚙ search entities
  • refactor-auction-web - Auction Web Structural Refactoring
    refactoringarchitecturecode-structureservice-layer

    ★ 0 · Updated 2026-03-24

    Guides staged structural refactoring of Auction Web based on violations in report.md

    ⚙ read violation reports⚙ analyze source files⚙ create refactor plans