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 input: HTTP requests

Browse skills that use this input.

  • nextjs_app_router - Next.js App Router Skill
    nextjsapp-routerreactapi-routes

    ★ 1 · Updated 2026-09-10

    Next.js App Router patterns used in HIFI including API routes, layouts, dynamic routes, client vs server components, and CSS modules.

    ⚙ Organize app directory structure⚙ Create API route handlers⚙ Manage client and server components
  • fhir-developer-skill - FHIR API Development for Healthcare
    FHIR R4healthcareREST APImedical

    ★ 1 · Updated 2026-06-15

    Create and validate FHIR REST endpoints with proper HTTP status codes and error handling

    ⚙ create FHIR endpoints⚙ validate FHIR resources⚙ return HTTP status codes
  • fhir-developer-skill - FHIR API Development Guide
    FHIRhealthcareAPIREST

    ★ 78 · Updated 2026-06-15

    Guide for building FHIR REST endpoints with proper validation and error handling

    ⚙ create FHIR endpoints⚙ validate FHIR resources⚙ return HTTP status codes
  • nestjs - NestJS Patterns & Best Practices
    NestJSBackendREST APITypeScript

    ★ 0 · Updated 2026-05-09

    Guide for building REST APIs with NestJS modules, services, controllers, guards, DTOs, and testing patterns

    ⚙ create controllers⚙ create services⚙ create repositories
  • jwebmp-vertx - JWebMP Vert.x 5 Integration
    JavaVert.xWeb FrameworkWebSocket

    ★ 5 · Updated 2026-05-09

    Portable connector between JWebMP and Vert.x 5 providing automatic routing, AJAX pipeline, WebSocket, and data components.

    ⚙ register page routes⚙ handle AJAX events⚙ serve data components
  • springboot-security - Spring Boot Security Best Practices
    Spring SecurityAuthenticationAuthorizationInput Validation

    ★ 148 · Updated 2026-05-09

    Implements authentication, authorization, validation, CSRF protection, and security headers

    ⚙ configure JWT authentication⚙ implement authorization rules⚙ validate user input
  • nodejs - Node.js Backend Runtime
    backendruntimeasyncI/O

    ★ 3 · Updated 2026-03-24

    Node.js backend patterns with async I/O and process management

    ⚙ create backend services⚙ write CLI tools⚙ manage processes
  • salvo-compression - Compress HTTP responses in Salvo
    HTTPcompressionresponseperformance

    ★ 16 · Updated 2026-03-22

    Compress HTTP responses using gzip, brotli, zstd, or deflate

    ⚙ compress HTTP responses⚙ configure compression algorithms⚙ set compression levels
  • async-and-errors - Async Patterns and Error Handling for Backend Services
    asyncerror-handlingbackendpromises

    ★ 0 · Updated 2026-02-13

    Provides patterns for async flows and error handling in backend services

    ⚙ implement async wrapper⚙ create typed domain errors⚙ configure error boundary
  • Golang Backend Development - Golang Backend Development Standards and Best Practices
    backendgolangarchitecturecoding-standards

    ★ 602 · Updated 2026-02-11

    Defines architectural requirements, coding standards, and best practices for Go backend applications

    ⚙ define architectural requirements⚙ enforce coding standards⚙ validate request parameters