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.

hono - Build web APIs and full-stack apps with Hono

Provides patterns and code examples for building Web Standards-based APIs and applications using Hono.

Tags

Updated: 2026-09-22

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Set up Hono projects
  • Define API routes
  • Implement middleware
  • Validate requests with Zod
  • Group routes with sub-apps
  • Create RPC clients
  • Stream response data

Inputs

  • Hono project codebase
  • HTTP request data
  • Route definitions
  • Environment bindings
  • Zod validation schemas

Outputs

  • HTTP responses
  • RPC type definitions
  • Deployed API application

Requirements

  • WinterCG-compatible runtime (Cloudflare Workers, Deno, Bun, Node.js, AWS Lambda)
  • TypeScript or JavaScript environment
  • Package manager (npm or bun)

Source

  • Spec: SKILL.md
hono
edge
cloudflare-workers
bun
deno
api
typescript
web-standards
Set up Hono projects
Define API routes
Implement middleware
Validate requests with Zod
Hono project codebase
HTTP request data
Route definitions
HTTP responses
RPC type definitions
Deployed API application