Skip to content
Siglata Docs
English
Esc
navigateopen⌘Jpreview
On this page

OpenClaw Integration

Connect the OpenClaw personal AI assistant to Siglata via Agent Plugins and MCP bundles.

OpenClaw 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:

{
  "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.

Was this page helpful?