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.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "openclaw-agent-compute" with this command: npx skills add aleksandrkrivolap/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

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Browser Web Search

一行命令搜遍全网 — 55 个平台 91+ 个命令,头条、知乎、豆瓣、YouTube、GitHub、Reddit、Hacker News 等。专为 OpenClaw 设计,复用浏览器登录态,返回结构化 JSON,天然适配 AI Agent 工具调用。

Registry SourceRecently Updated
Coding

Nox Influencer - Creator Discovery & Influencer Marketing

Runs NoxInfluencer creator and marketing-ops workflows via CLI, including creator discovery for influencer marketing, creator marketing, UGC, social media ma...

Registry SourceRecently Updated
Coding

AntV Skills

Generate G2 v5 chart code. Use when user asks for G2 charts, bar charts, line charts, pie charts, scatter plots, area charts, or any data visualization with...

Registry SourceRecently Updated
1851lxfu1
Coding

TCM Clinic - English Edition

A full-featured management tool for solo Traditional Chinese Medicine (TCM) practitioners. Manages patient records, medical charts (Four Diagnostic Methods,...

Registry SourceRecently Updated
1090slamw