$cd ../integrations/
πŸ“ ProductivitySelf-Hosted12 min setup

Nextcloud: Private Workspace AI

/** Turn OpenClaw into your ultimate digital assistant. Let it search your PDFs, schedule meetings via CalDAV, and organize your Deck boardsβ€”all while keeping your data strictly off Big Tech servers. */

rag_intelligence.log

AI Document Intelligence & RAG

Nextcloud is the gold standard for self-hosted data. By securely connecting OpenClaw via WebDAV and the Model Context Protocol, your AI agent gains 'Document Intelligence'. It can vectorize your private PDF library for RAG (Retrieval-Augmented Generation), find specific invoices, or summarize long meeting minutes without your data ever leaving your infrastructure.

auth_setup.md

1. Security: Generating App Passwords

  • 1. Log in to your Nextcloud instance.
  • 2. Settings β†’ Security β†’ Devices & sessions.
  • 3. Create 'OpenClaw-Agent' password.
  • 4. Copy the 20-character secret code.
install_bridge.sh

2. The Nextcloud-MCP Bridge

We use a high-performance WebDAV bridge. Install it via npm and register the endpoint in your local OpenClaw configuration.

npm install -g @clawdhub/mcp-nextcloud
"command": "mcp-nextcloud", "env": { "NEXTCLOUD_URL": "..." }
agent_capabilities.sh

3. Pro-Level Capabilities

File Retrieval (WebDAV)

➜ 'Find the 2024 Q3 Tax PDF and summarize the deductions.'
➜ 'Organize my 'Unsorted' folder by moving all images to 'Photos/2026/'.'

Calendar & Tasks (CalDAV/Deck)

➜ 'What is my next meeting? Block out 1 hour after it for tasks.'
➜ 'On the 'Project Phoenix' Deck board, move the 'Code Review' card to 'Testing'.'

πŸ›‘οΈ Data Sovereignty & Rate Limits

Your privacy is paramount. Ensure your Nextcloud brute-force protection (fail2ban) is configured to trust your OpenClaw internal IP. For large libraries, the first scan may take several minutes as the agent builds its local semantic index.

← Back to Integrations