← 返回
开发者工具 Key 中文

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.
通过HTTPS调用私有计算网关以暴露compute.*工具的公共HTTP客户端技能。包含用于运行预配置OpenClaw的入门套件。
aleksandrkrivolap aleksandrkrivolap 来源
开发者工具 clawhub v0.1.7 3 版本 99894.3 Key: 需要
★ 0
Stars
📥 945
下载
💾 7
安装
3
版本
#latest

概述

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

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

版本历史

共 3 个版本

  • v0.1.7 当前
    2026-03-29 13:58 安全 安全
  • v0.1.1
    2026-03-11 10:46
  • v0.1.0
    2026-03-07 01:58

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,385 📥 321,008
ai-agent

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。适用于以下场景:创建/查询实体(人物、项目、任务、事件、文档)、关联相关对象、强制执行约束、将多步操作规划为图谱变换,或当技能需要共享状态时。触发关键词包括"记住""我知道关于什么""将X链
★ 722 📥 245,160
ai-agent

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,232 📥 268,299