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.

connect-to-backend-api - Connect Frontend to Backend API Routes

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

Tags

Updated: 2026-09-21

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Create backend service files
  • Define TypeScript resource types
  • Execute HTTP API calls
  • Handle API response errors
  • Build URL query parameters

Inputs

  • API endpoint routes
  • Request payload data
  • Query parameters
  • TypeScript resource interfaces

Outputs

  • Frontend service files
  • TypeScript entity definition files
  • HTTP API requests

Requirements

  • Existing apiClient module in src/services/apiClient.ts
  • TypeScript environment

Source

  • Spec: SKILL.md
api-integration
frontend
typescript
service-layer
http
Create backend service files
Define TypeScript resource types
Execute HTTP API calls
Handle API response errors
API endpoint routes
Request payload data
Query parameters
Frontend service files
TypeScript entity definition files
HTTP API requests