workers-runtime-apis

Installation
SKILL.md

Cloudflare Workers Runtime APIs

Master the Workers runtime APIs: Fetch, Streams, Crypto, Cache, WebSockets, and text encoding.

Quick Reference

API Purpose Common Use
Fetch HTTP requests External APIs, proxying
Streams Data streaming Large files, real-time
Crypto Cryptography Hashing, signing, encryption
Cache Response caching Performance optimization
WebSockets Real-time connections Chat, live updates
Encoding Text encoding UTF-8, Base64

Quick Start: Fetch API

export default {
Related skills

More from secondsky/claude-skills

Installs
80
GitHub Stars
143
First Seen
Jan 25, 2026