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.

sglang - LLM serving framework with RadixAttention prefix caching

Provides structured generation and high-performance serving for LLMs and VLMs using RadixAttention prefix caching.

Tags

Updated: 2026-09-24

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Serve LLM and VLM models
  • Cache prefixes automatically using RadixAttention
  • Generate structured JSON outputs
  • Constrain generation with regex
  • Constrain generation with grammar
  • Execute function calling agent workflows
  • Process multi-modal image inputs
  • Run speculative decoding
  • Execute batch inference

Inputs

  • Model paths
  • User prompts and queries
  • JSON schemas
  • Regex patterns
  • EBNF grammar definitions
  • Tool definitions
  • Image file paths

Outputs

  • Generated text responses
  • Structured JSON data
  • Regex constrained text
  • Tool invocation requests
  • OpenAI API server responses

Requirements

  • Python environment
  • PyTorch library
  • Transformers library
  • CUDA compatible GPU

Source

  • Spec: SKILL.md
inference-serving
sglang
structured-generation
radix-attention
prefix-caching
constrained-decoding
agents
json-output
Serve LLM and VLM models
Cache prefixes automatically using RadixAttention
Generate structured JSON outputs
Constrain generation with regex
Model paths
User prompts and queries
JSON schemas
Generated text responses
Structured JSON data
Regex constrained text