> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ankra.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# ankra openclaw

> Integrate Ankra with the OpenClaw assistant

## ankra openclaw

Generate SKILL.md files describing your Ankra environment so
OpenClaw can run informed local automations, and hand off complex
workflows to the Ankra AI Agents UI.

## ankra openclaw handoff

Hand off an OpenClaw conversation to the Ankra portal

```bash theme={null}
ankra openclaw handoff <conversation-id> [flags]
```

**Flags**

| Flag        | Default | Description                                                  |
| ----------- | ------- | ------------------------------------------------------------ |
| `--cluster` |         | Target cluster name or ID (defaults to the selected cluster) |

## ankra openclaw skill

Generate a SKILL.md file describing the selected cluster's
agent, addons, and AI Agents. The default output path is
\$HOME/.openclaw/skills/ankra-\<cluster>.md but can be overridden via
\--output.

```bash theme={null}
ankra openclaw skill [flags]
```

**Flags**

| Flag             | Default | Description                                                                 |
| ---------------- | ------- | --------------------------------------------------------------------------- |
| `--cluster`      |         | Target cluster name or ID (defaults to the selected cluster)                |
| `-o`, `--output` |         | Path to write SKILL.md to (default \~/.openclaw/skills/ankra-\<cluster>.md) |
