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_KEY is in the environment.
    • Security: Do not hardcode the key in the script. Pass it via environment variable RUNPOD_API_KEY.

Command

python runpod-serverless/scripts/create_serverless.py \
  --name <NAME> \
Related skills

More from jarmen423/skills

Installs
13
GitHub Stars
2
First Seen
Jan 25, 2026