Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Public HTTP client skill exposing compute.* tools by calling a private Compute Gateway over HTTPS. Includes a starter kit to run OpenClaw preconfigured.
Public HTTP client skill exposing compute.* tools by calling a private Compute Gateway over HTTPS. Includes a starter kit to run OpenClaw preconfigured.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
Public, agent-friendly skill that exposes compute.* tools by calling a private Compute Gateway over HTTPS.
MCP_COMPUTE_URL (e.g. https://compute.example.com) MCP_COMPUTE_API_KEY Copy skills/openclaw-agent-compute/.env.example.
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)
HTTP client: skills/openclaw-agent-compute/scripts/client.js Example: skills/openclaw-agent-compute/scripts/example_exec.js
cp skills/openclaw-agent-compute/.env.example .env # edit .env npm i npm run example:exec
See skills/openclaw-agent-compute/starter-kit/. It keeps the OpenClaw image overrideable via OPENCLAW_IMAGE until an official image/tag is confirmed.
Checklist: PUBLISHING.md Runbook (local publish + GitHub Actions tag-based publish): CLAWDHUB_RUNBOOK.md
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.