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

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
  • engineer-api-design - Professional REST API Design Architecture
    api-designrestzodopenapi

    ★ 1 · Updated 2026-09-19

    Designs, creates, reviews, and documents consistent, secure, and well-structured REST API endpoints and schemas.

    ⚙ Define domain resources⚙ Map HTTP methods to operations⚙ Design request and response schemas
  • scene-runtime - Decentraland SDK7 Scene Runtime APIs
    decentralandsdk7runtime-apihttp

    ★ 0 · Updated 2026-09-19

    Provides Decentraland SDK7 cross-cutting runtime APIs for async tasks, HTTP, WebSockets, restricted actions, realm info, and testing.

    ⚙ Execute asynchronous tasks in scene⚙ Send plain and signed HTTP requests⚙ Establish WebSocket network connections
  • Network 101 - Configure and test network services for pentesting labs
    networkingpenetration testinghttphttps

    ★ 602 · Updated 2026-09-18

    Configures and tests common network services including HTTP, HTTPS, SNMP, and SMB for penetration testing lab environments.

    ⚙ Configure HTTP servers⚙ Configure HTTPS servers⚙ Configure SNMP services
  • links - tRPC Links Configuration
    httpwebsocketsubscriptionsbatching

    ★ 2 · Updated 2026-05-09

    Configure tRPC client link chains including HTTP, batch, WebSocket, and subscription links

    ⚙ configure link chain⚙ create HTTP link⚙ create batch link
  • markdown-novel-viewer - Markdown HTTP server with book-like UI
    markdownviewerserverreading

    ★ 18 · Updated 2026-03-23

    Background HTTP server rendering markdown files with calm, book-like reading experience and directory browsing.

    ⚙ Start HTTP server⚙ Render markdown files⚙ Browse directories
  • api-debugging - API Failure Diagnosis Tool
    apidebuggingtroubleshootinghttp

    ★ 0 · Updated 2026-03-21

    Diagnoses API failures including request/response mismatches, schema errors, auth failures, and transport problems

    ⚙ reproduce API failure⚙ triage HTTP status codes⚙ compare request/response payloads
  • api-debugging - API Failure Diagnostic Tool
    apidebugginghttptroubleshooting

    ★ 0 · Updated 2026-03-21

    Diagnoses API failures including request/response mismatches, schema errors, auth failures, and transport problems.

    ⚙ construct curl command⚙ triage HTTP status codes⚙ diff expected vs actual response
  • mitm-inspect - Inspect Captured HTTP Traffic with MITM Proxy
    networkdebuggingproxyhttp

    ★ 0 · Updated 2026-02-17

    Lists, filters, and inspects HTTP requests captured by the MITM proxy for network analysis.

    ⚙ list captured HTTP requests⚙ filter requests by URL⚙ get detailed request info
  • fastify-best-practices - Fastify Development Best Practices Guide
    fastifynodejstypescriptbackend

    ★ 1 · Updated 2026-02-14

    Provides comprehensive best practices and guidelines for Fastify backend development

    ⚙ develop Fastify backend applications⚙ implement Fastify plugins⚙ implement route handlers