← 返回 Skills 市场
Runcloud Skill
作者
Nesho Sabakov
· GitHub ↗
· v1.0.0
· MIT-0
162
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install runcloud
功能描述
Query Runcloud servers, databases, web apps, services, cronjobs, deployments, and health via the Runcloud API v3. Trigger when the user mentions Runcloud, wa...
安全使用建议
This skill appears to be what it says: a Runcloud API helper that uses curl + jq. Before installing: 1) Only provide a Runcloud API token you trust — it grants workspace-wide access; prefer a token with the least privileges possible and rotate it if needed. 2) Confirm jq is available on any environment where the skill will run. 3) Be aware the skill includes examples of POST actions (deploy, restart service, enable SSL); those change server state — require explicit confirmation/authorization before running on production. 4) Don’t store the token in public or shared repo files; use secure environment configuration. 5) If you do not want autonomous agents to perform changes, avoid giving the agent broad permissions or restrict when it can invoke skills that perform write actions.
功能分析
Type: OpenClaw Skill
Name: runcloud
Version: 1.0.0
The runcloud skill is a well-documented integration for managing Runcloud servers via their official API v3. It uses standard tools like curl and jq to perform read-only queries and safe management actions (e.g., service restarts, deployments), while explicitly omitting destructive operations like resource deletion or password changes in SKILL.md.
能力标签
能力评估
Purpose & Capability
Name/description (Runcloud API queries and safe actions) align with required items: jq (for output formatting) and RUNCLOUD_API_TOKEN (needed to authenticate to the Runcloud API). No unrelated binaries or credentials are requested.
Instruction Scope
SKILL.md provides explicit curl commands against manage.runcloud.io and lists both read endpoints and several 'non-destructive' POST actions (deploy, restart service, test cronjob, enable Let's Encrypt). These instructions stay within Runcloud's domain and repeatedly warn to confirm before running writes, but they do provide examples of actions that change server state — operator confirmation is advised before performing those. The doc also shows exporting RC and AUTH variables (examples) even though only RUNCLOUD_API_TOKEN is declared required; this is a minor documentation vs. metadata mismatch.
Install Mechanism
Instruction-only skill with no install spec and no code files. It requires the jq binary to be present on PATH; this is reasonable for command-line JSON formatting. No remote downloads or archive extraction are used.
Credentials
Only one required environment variable is declared: RUNCLOUD_API_TOKEN — which is appropriate for an API-driven Runcloud skill. However, the token grants full workspace access per the notes in SKILL.md, so it is a high-value secret; ensure the token is scoped appropriately and treated like a password.
Persistence & Privilege
always:false and user-invocable:true (default) — the skill is not force-included and requires invocation. disable-model-invocation is false (normal), so an agent could autonomously call the skill if allowed; this is platform-default behavior and not itself a coherence issue.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install runcloud - 安装完成后,直接呼叫该 Skill 的名称或使用
/runcloud触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the Runcloud skill.
- Query servers, web apps, databases, cronjobs, deployments, users, and health via Runcloud API v3.
- Retrieve stats, hardware info, services, SSL certificates, supervisor jobs, and domains.
- Trigger safe actions: deploy web apps, restart services, test cronjobs, issue Let's Encrypt SSL.
- Provides bash/curl+jq usage examples for all common operations.
- Requires an API token and jq for outputs. No destructive operations exposed.
元数据
常见问题
Runcloud Skill 是什么?
Query Runcloud servers, databases, web apps, services, cronjobs, deployments, and health via the Runcloud API v3. Trigger when the user mentions Runcloud, wa... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 162 次。
如何安装 Runcloud Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install runcloud」即可一键安装,无需额外配置。
Runcloud Skill 是免费的吗?
是的,Runcloud Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Runcloud Skill 支持哪些平台?
Runcloud Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Runcloud Skill?
由 Nesho Sabakov(@neshable)开发并维护,当前版本 v1.0.0。
推荐 Skills