← 返回 Skills 市场
Render
作者
aiwithabidi
· GitHub ↗
· v1.0.0
405
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install render
功能描述
Render cloud platform — manage services, deployments, databases, environment groups, and custom domains via the Render API. Deploy web services, static sites...
安全使用建议
This skill is generally coherent with a Render API client, but be aware it will try to read a local .env file at ${WORKSPACE:-~/.openclaw/workspace}/.env to find RENDER_API_KEY if the env var is not set — this is not documented in SKILL.md. Before installing: (1) set RENDER_API_KEY explicitly in your environment rather than relying on a workspace .env file; (2) inspect any ~/.openclaw/workspace/.env file contents and remove other secrets you don't want scripts to read; (3) consider running the script in a controlled environment or review/modify the get_token() fallback to remove the .env read if you prefer it not access local files. If the undocumented fallback is acceptable and you supply only the Render API key, the risk is limited; if you store other sensitive vars in the workspace .env, don't install this skill without code changes.
功能分析
Type: OpenClaw Skill
Name: render
Version: 1.0.0
The skill provides a standard CLI interface for interacting with the Render Cloud API. While the implementation in `scripts/render.py` is functionally incomplete—specifically, it fails to pass request bodies for POST and PUT operations (e.g., in `service-create` or `env-set`)—there is no evidence of malicious intent, data exfiltration, or unauthorized execution. The script correctly targets the official Render API endpoint (api.render.com) and handles authentication via environment variables or a local workspace configuration as expected in the OpenClaw ecosystem.
能力评估
Purpose & Capability
Name/description and primary credential (RENDER_API_KEY) align with a Render API integration. The CLI uses only Python stdlib as claimed. However, the script also consults a WORKSPACE env and a ~/.openclaw/workspace/.env file as a fallback for the token — this behavior is not documented in SKILL.md and extends the skill's local file access surface.
Instruction Scope
SKILL.md instructs running scripts/render.py and says data is sent only to Render, but it omits that the script will attempt to read a local .env file under the workspace path to find RENDER_API_KEY. Reading local workspace files (even only to extract this token) is scope creep relative to the instructions and should be disclosed.
Install Mechanism
No install spec (instruction-only with a single script); nothing is downloaded or written to disk by an installer, which minimizes installation risk.
Credentials
The declared required env var is only RENDER_API_KEY (appropriate). But the code also uses an undocumented WORKSPACE env to locate ~/.openclaw/workspace/.env and will read that file if present. That file may contain other secrets; although the script only extracts RENDER_API_KEY, reading a .env file increases the chance of accidental exposure and is not declared in requires.env.
Persistence & Privilege
always is false, there is no evidence the skill persists itself or modifies other skills or system-wide settings. It runs as a CLI and exits; no elevated persistence requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install render - 安装完成后,直接呼叫该 Skill 的名称或使用
/render触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Render cloud platform management via CLI and Render API.
- Manage services, deployments, PostgreSQL databases, environment variables, and custom domains.
- Commands for service creation, deployment, rollback, scaling, and logs.
- Supports infrastructure as code (Blueprint sync) and CI/CD automation.
- Python stdlib only — zero dependencies.
- Outputs JSON by default; human-readable format available.
- Requires RENDER_API_KEY.
元数据
常见问题
Render 是什么?
Render cloud platform — manage services, deployments, databases, environment groups, and custom domains via the Render API. Deploy web services, static sites... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 405 次。
如何安装 Render?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install render」即可一键安装,无需额外配置。
Render 是免费的吗?
是的,Render 完全免费(开源免费),可自由下载、安装和使用。
Render 支持哪些平台?
Render 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Render?
由 aiwithabidi(@aiwithabidi)开发并维护,当前版本 v1.0.0。
推荐 Skills