---
title: OpenClaw Integration
description: Connect the OpenClaw personal AI assistant to Siglata via Agent Plugins and MCP bundles.
sidebar:
  label: OpenClaw
  order: 9
---

[OpenClaw](https://openclaw.ai/) is an open-source personal AI assistant that runs locally and connects to messaging platforms and developer tools. It provides native support for the Agent Plugins specification.

## Configuration

Add the Siglata plugin bundle to your OpenClaw plugins configuration:

```json
{
  "plugins": {
    "bundles": ["@siglata/files"]
  },
  "mcp": {
    "servers": {
      "siglata": {
        "transport": "streamable-http",
        "url": "https://www.siglata.com/v1/mcp",
        "headers": {
          "Authorization": "Bearer ${SIGLATA_TOKEN}"
        }
      }
    }
  }
}
```

## Supported Features

- **Agent Skills**: OpenClaw loads the portable `skills/files` skill directly from the Siglata package.
- **Messaging Integration**: Ask OpenClaw questions about your Siglata sheets directly in Slack, Discord, or WhatsApp.
- **Automated Workflows**: Schedule daily or weekly summaries of key spreadsheet metrics.
