Install
openclaw skills install secure-api-starterProvides a production-ready API template with JWT, API key, OAuth2 authentication, role-based access control, rate limiting, input validation, logging, and e...
openclaw skills install secure-api-starterProduction-ready secure API template.
# Create API
./create-api.sh my-api
# Add authentication
./create-api.sh my-api --auth jwt
# Add rate limiting
./create-api.sh my-api --rate-limit 100
Sunshine-del-ux