Overview
- Skill Key
- aiwithabidi/render
- Author
- aiwithabidi
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/aiwithabidi/render
- Latest Commit SHA
- e0bb13e09a6acdb677a20dc611a179eba83a4379
Render cloud platform — manage services, deployments, databases, environment groups, and custom domains via the Render API. Deploy web services, static sites, cron jobs, and databases with automatic scaling. Built for AI agents — Python stdlib only, zero dependencies. Use for cloud deployment, service management, database provisioning, CI/CD automation, and infrastructure management.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 render 技能。 若已安装,则直接安装 render 技能。
# 🚀 Render
Render cloud platform — manage services, deployments, databases, environment groups, and custom domains via the Render API.
## Features
- **Service management** — web services, static sites, cron jobs
- **Deployment tracking** — deploy history, rollbacks, status
- **Database management** — PostgreSQL provisioning and management
- **Environment variables** — manage env vars and env groups
- **Custom domains** — add and configure custom domains
- **Auto-deploy** — trigger deploys from API
- **Scaling** — manage instance count and plan
- **Logs** — access service logs
- **Bandwidth metrics** — monitor usage and costs
- **Blueprint sync** — infrastructure as code
## Requirements
| Variable | Required | Description |
|----------|----------|-------------|
| `RENDER_API_KEY` | ✅ | API key/token for Render |
## Quick Start
```bash
# List services
python3 {baseDir}/scripts/render.py services --limit 20
```
```bash
# Get service details
python3 {baseDir}/scripts/render.py service-get srv-abc123
```
```bash
# Create a service
python3 {baseDir}/scripts/render.py service-create '{"type":"web_service","name":"my-api","repo":"https://github.com/user/repo","branch":"main","runtime":"python"}'
```
```bash
# List deployments
python3 {baseDir}/scripts/render.py deploys --service srv-abc123 --limit 10
```
## Commands
### `services`
List services.
```bash
python3 {baseDir}/scripts/render.py services --limit 20
```
### `service-get`
Get service details.
```bash
python3 {baseDir}/scripts/render.py service-get srv-abc123
```
### `service-create`
Create a service.
```bash
python3 {baseDir}/scripts/render.py service-create '{"type":"web_service","name":"my-api","repo":"https://github.com/user/repo","branch":"main","runtime":"python"}'
```
### `deploys`
List deployments.
```bash
python3 {baseDir}/scripts/render.py deploys --service srv-abc123 --limit 10
```
### `deploy`
Trigger a deploy.
```bash
python3 {baseDir}/scripts/render.py deploy --service srv-abc123
```...
aicodelion
🚀 Clone your OpenClaw AI Agent to a new device in ~25 minutes — configs, memory, skills, everything.
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
cacheforge-ai
⚡ SOTA agent skills for OpenClaw — observability, security, code quality, incident response, and more. Built by Anvil AI.
zjianru
OpenClaw Skill: Safely restart the Gateway with context preservation, guardian watchdog, and multi-channel notification
jgm2025
Automated Linux server patching with PatchMon integration for OpenClaw
cyrustmods
🛡️ Audit and verify OpenClaw skills for safety, ensuring quality with 395 safe skills from an in-depth analysis of over 4,000 entries.