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.

write-route - Write HTTP Routes for Epic Architecture

Creates Backend layer HTTP routes following Epic three-layer architecture for behaviors, webhooks, or SSE streaming.

Tags

Updated: 2026-09-16

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Create non-streaming HTTP routes
  • Create SSE streaming HTTP routes
  • Create webhook HTTP routes
  • Validate request inputs with Zod
  • Authenticate HTTP requests

Inputs

  • Route specification
  • HTTP request body and headers
  • Zod schema definition

Outputs

  • Next.js route file (route.ts)
  • HTTP JSON responses
  • Server-Sent Events streams

Requirements

  • Next.js App Router
  • Zod validation library
  • Epic three-layer architecture

Source

  • Spec: SKILL.md
nextjs
http-route
sse
webhook
epic-architecture
Create non-streaming HTTP routes
Create SSE streaming HTTP routes
Create webhook HTTP routes
Validate request inputs with Zod
Route specification
HTTP request body and headers
Zod schema definition
Next.js route file (route.ts)
HTTP JSON responses
Server-Sent Events streams