NanoClaw Integration
Deploy lightweight containerized NanoClaw agents with Siglata workspaces and skills.
NanoClaw is a lightweight personal AI assistant that runs agents in isolated containers and connects to messaging apps like WhatsApp, Telegram, and Slack.
Configuration
In your NanoClaw agent template (nanoclaw.yaml):
agent:
name: siglata-assistant
plugins:
- name: siglata
source: npm:@siglata/files
mcp:
servers:
- name: siglata
url: https://www.siglata.com/v1/mcp
transport: streamable-http
auth:
bearer_token: ${SIGLATA_TOKEN}
Security & Isolation
- Each NanoClaw agent executes within an isolated container boundary.
- All file edits in Siglata require explicit plan digests, preventing unintended sheet modifications.
- Sensitive credentials remain injected as environment secrets without leaking into chat history.