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/filesskill 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.