返回顶部
o

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.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.1.7
安全检测
已通过
509
下载量
0
收藏
概述
安装方式
版本历史

openclaw-agent-compute

# openclaw-agent-compute Public, agent-friendly skill that exposes `compute.*` tools by calling a **private** Compute Gateway over **HTTPS**. ## Environment - `MCP_COMPUTE_URL` (e.g. `https://compute.example.com`) - `MCP_COMPUTE_API_KEY` Copy `skills/openclaw-agent-compute/.env.example`. ## Tools / API expectation This client expects the private gateway to implement: - `POST /v1/sessions` (create) - `GET /v1/sessions/{session_id}` (get status) - `POST /v1/exec` (run command) - `GET /v1/usage/{session_id}` (usage/cost) - Artifacts: - `GET /v1/artifacts/{session_id}` (list) - `PUT /v1/artifacts/{session_id}/{path}` (upload bytes; `{path}` must be URL-encoded and may include slashes) - `GET /v1/artifacts/{session_id}/{path}` (download bytes; `{path}` must be URL-encoded) - `DELETE /v1/artifacts/{session_id}/{path}` (delete; `{path}` must be URL-encoded) - `DELETE /v1/sessions/{session_id}` (destroy) ## Scripts - HTTP client: `skills/openclaw-agent-compute/scripts/client.js` - Example: `skills/openclaw-agent-compute/scripts/example_exec.js` ### Local smoke test ```bash cp skills/openclaw-agent-compute/.env.example .env # edit .env npm i npm run example:exec ``` ## Starter kit See `skills/openclaw-agent-compute/starter-kit/`. It keeps the OpenClaw image overrideable via `OPENCLAW_IMAGE` until an official image/tag is confirmed. ## Publishing - Checklist: `PUBLISHING.md` - Runbook (local publish + GitHub Actions tag-based publish): `CLAWDHUB_RUNBOOK.md`

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 openclaw-agent-compute-1776299385 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 openclaw-agent-compute-1776299385 技能

通过命令行安装

skillhub install openclaw-agent-compute-1776299385

下载 Zip 包

⬇ 下载 openclaw-agent-compute v0.1.7

文件大小: 6.51 KB | 发布时间: 2026-4-16 17:34

v0.1.7 最新 2026-4-16 17:34
- 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.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部