← 返回 Skills 市场
OpenClaw Agent Compute
作者
Aleksandr Krivolap
· GitHub ↗
· v0.1.7
· MIT-0
585
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install openclaw-agent-compute
功能描述
Public HTTP client skill exposing compute.* tools by calling a private Compute Gateway over HTTPS. Includes a starter kit to run OpenClaw preconfigured.
安全使用建议
This skill appears to do what it says: act as an HTTP client for a private Compute Gateway. Before installing: 1) verify the MCP_COMPUTE_URL points to a gateway you control/trust (the API key will be sent there), 2) keep MCP_COMPUTE_API_KEY secret and scoped to minimal permissions on the gateway, 3) note the registry metadata omitted required env vars — ensure you set MCP_COMPUTE_URL and MCP_COMPUTE_API_KEY as shown in .env.example, 4) review the GitHub repo (README references one) and the two JS files to confirm no changes, 5) run npm install and the starter-kit in an isolated or development environment first and pin dependency versions or use audit tools if you plan production use.
功能分析
Type: OpenClaw Skill
Name: openclaw-agent-compute
Version: 0.1.7
The skill provides an interface for remote command execution and file manipulation through a 'Compute Gateway' API, which are high-risk capabilities. While these functions are consistent with the stated purpose of the skill, the ability to execute arbitrary commands (computeExec) and transfer data (computeArtifactPut/Get) via scripts/client.js warrants a suspicious classification. The implementation is a transparent HTTP client using the undici library and lacks evidence of intentional malice, but the inherent risk of the provided tools requires caution.
能力评估
Purpose & Capability
The name/description (compute client for a private gateway) matches the code and SKILL.md. However, registry metadata claims no required env vars while SKILL.md, .env.example, and the client code clearly require MCP_COMPUTE_URL and MCP_COMPUTE_API_KEY — this metadata mismatch should be corrected but does not indicate malicious behavior.
Instruction Scope
SKILL.md and README limit runtime actions to configuring env vars, running npm and the provided example, and using the defined compute HTTP endpoints (sessions, exec, artifacts). The instructions do not ask the agent to read unrelated files or secrets; the code only reads the two declared env vars.
Install Mechanism
There is no install spec in the registry (instruction-only), but the package includes code and a package.json with standard dependencies (dotenv, undici). Running the example requires npm install — this is low-to-moderate risk and expected for a JS client, but users should review dependencies and run in an isolated environment if concerned.
Credentials
The skill only requires a base URL and a bearer API key for the private compute gateway, which are proportionate to its purpose. Reminder: the API key grants whatever privileges the gateway exposes, so treat it as sensitive.
Persistence & Privilege
The skill does not request always: true or other elevated platform privileges. It does include a starter-kit that passes env vars into a Docker container (expected for this use case). Autonomous invocation is allowed by default but is not combined with any unusual privileges here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-agent-compute - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-agent-compute触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.7
- Added .env.example files for both the main project and the starter kit to clarify environment variable setup.
- Included a LICENSE file.
- No changes to core functionality.
v0.1.1
- Expanded API support: added artifact management endpoints and session status checks in documentation.
- Updated usage expectations for the Compute Gateway interface.
- Added publishing instructions with new files: `PUBLISHING.md` and `CLAWDHUB_RUNBOOK.md`.
- Documentation improvements for onboarding and reference.
v0.1.0
Initial public release of openclaw-agent-compute.
- Exposes compute.* tools over HTTP by forwarding to a private Compute Gateway via HTTPS.
- Requires configuration of MCP_COMPUTE_URL and MCP_COMPUTE_API_KEY.
- Compatible with APIs for session creation, command execution, usage lookup, and session deletion.
- Includes scripts for HTTP client functionality and execution example.
- Provides a starter kit for quick setup with image override support.
元数据
常见问题
OpenClaw Agent Compute 是什么?
Public HTTP client skill exposing compute.* tools by calling a private Compute Gateway over HTTPS. Includes a starter kit to run OpenClaw preconfigured. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 585 次。
如何安装 OpenClaw Agent Compute?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-agent-compute」即可一键安装,无需额外配置。
OpenClaw Agent Compute 是免费的吗?
是的,OpenClaw Agent Compute 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
OpenClaw Agent Compute 支持哪些平台?
OpenClaw Agent Compute 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OpenClaw Agent Compute?
由 Aleksandr Krivolap(@aleksandrkrivolap)开发并维护,当前版本 v0.1.7。
推荐 Skills