Install
Download tool config
spine.openclaw.json — drop into your OpenClaw tools directorySet your API key
AddSPINE_API_KEY to your environment or to OpenClaw’s .env file:
What it does
The tool config defines a two-stepspine_run action:
- Create a run —
POST /v1/runwith the user’s prompt and a template - Poll until done —
GET /v1/run/{run_id}every 15–30 seconds (runs average 10–20 min, up to 2 hr)
final_output and artifact download URLs back to you.
Example
Templates
Pass the template that best fits the output:| Template | Output |
|---|---|
auto | Agent picks |
deep_research | Research memo |
report | Report (.docx) |
slides | Slide deck (.pptx) |
memo | Memo (.docx) |
excel | Spreadsheet (.xlsx) |
app | Web app (.html) |
landing_page | Landing page (.html) |