runpod-serverless
Installation
SKILL.md
RunPod Serverless Creator
This skill helps you create and configure serverless endpoints on RunPod.io. It handles both the Template creation (software config) and the Endpoint creation (hardware config).
How to Use
The primary tool is the scripts/create_serverless.py script. It is idempotent: if a template or endpoint with the same name exists, it will reuse the template and update the endpoint.
Prerequisites
- API Key: You need a RunPod API Key.
- Ask the user to provide it or check if
RUNPOD_API_KEYis in the environment. - Security: Do not hardcode the key in the script. Pass it via environment variable
RUNPOD_API_KEY.
- Ask the user to provide it or check if