Overview
OpenClaw is a personal AI runtime with an OpenAI-compatible API and a tool registry. The OpenClaw pack exposes three actions for agents to connect to and orchestrate a user’s OpenClaw instance. Use cases- Calling personal OpenClaw-hosted models from within Agent.ai workflows
- Invoking custom tools you’ve registered on your OpenClaw instance
- Bridging enterprise private models with Agent.ai’s orchestration layer
Pack actions
Typical flow
Tips
- Always call
openclaw_get_detailsfirst so downstream actions have the instance metadata cached as variables. - Handle the
statusfield — skip subsequent calls if the instance is offline.
Related
- Full endpoint details in the API Reference.

