Claude Cowork + OpenClaw + Claude Code + n8n - A Unified Framework for Fulcrum Foundry's AI Consulting Business
Prepared by WALL-E - March 20, 2026 - For JJ & Ryan | v2
You're solving two problems at once: (1) your own exec assistant stack and (2) a productizable service offering for clients. These are not the same problem, and the right answer for each is different. The key insight: these tools are not mutually exclusive. The highest-leverage play is a layered architecture that uses the best tool for each job.
Cowork is Anthropic's agentic desktop product - think "Claude Code but for knowledge work." It runs in the Claude Desktop app (macOS/Windows), executes tasks in an isolated local VM, and can read/write/create files, browse the web via Chrome, and pull context from connected tools. Currently in Research Preview.
Plugins bundle skills, connectors, and sub-agents into a single install. Think of them as "role packages" - install one and Claude becomes a specialist for finance, legal, sales, etc. Plugin examples from Anthropic: brand voice analysis, contract review/NDA triage, financial statement workflows. This is where the consulting opportunity lives - building custom plugins for clients.
| Plan | Price | Notes |
|---|---|---|
| Pro | $20/mo | Included but "consumes limits faster than Chat" - light tasks only |
| Max 5x | $100/mo | Good for everyday use, longer tasks |
| Max 20x | $200/mo | Power users handing off work all day |
| Team | $20/seat/mo | 5-75 seats, includes Slack connector |
| Enterprise | Custom | SSO, SCIM, audit logs, compliance API, usage analytics, spend controls |
Key cost consideration: Agentic tasks consume significantly more capacity than chat. For heavy daily use, you're looking at $100-200/mo per person. For client rollouts, Team at $20/seat is the sweet spot for small businesses.
Cowork ships with native connectors that require zero setup beyond OAuth authentication:
| Connector | Capabilities | Plan Required |
|---|---|---|
| Google Calendar | Read events, create events, check availability, schedule meetings | All plans |
| Gmail | Read emails, search inbox, draft and send emails | All plans |
| Google Drive | Read documents, search files, access shared drives | All plans |
| Slack | Read channels, search messages, pull context | Team+ (included) |
| Notion | Read pages and databases | All plans |
| Figma | Pull design context | All plans |
| Claude in Chrome | Browse web, fill forms, pull data from any site | All plans |
| Desktop Files | Read/write/create files in granted folders | All plans |
| Atlassian (Jira/Confluence) | Manage issues, access docs, track sprints, create tickets | Enterprise |
| Intercom | Customer conversations, support tickets, customer profiles | Enterprise |
| Cloudflare | Workers, D1, R2 storage, KV stores | Enterprise |
All of these gaps are fillable via MCP servers or Claude in Chrome (see Section 05).
Many of your enterprise clients run Microsoft 365 (Outlook, Teams, SharePoint, OneDrive, Planner, To Do). Cowork has no native M365 connector. This is your biggest integration challenge - and your biggest consulting opportunity.
The open-source ecosystem has already solved this. The leading MCP server for M365:
| M365 Service | Available Tools |
|---|---|
| Outlook Email | List/read/send/draft/move/delete emails, manage folders, shared mailboxes |
| Calendar | List calendars, CRUD events, calendar views |
| OneDrive | List drives, browse folders, download/upload files |
| Excel | List worksheets, read/format/sort ranges, create charts |
| OneNote | List notebooks/sections/pages, read/create pages |
| To Do | CRUD task lists and tasks |
| Planner | List/get/create tasks and plans |
| Teams & Chats | List chats/teams/channels, read/send messages, manage members |
| SharePoint | Search sites, browse lists/items, access document libraries |
| Online Meetings | List meetings, access transcripts |
| Contacts | CRUD Outlook contacts |
| User Profile | Get current user info, list org users |
One-liner install into Claude Desktop config:
The --org-mode flag enables enterprise features (Teams, SharePoint, shared mailboxes). Auth is via Microsoft's standard OAuth flow through the browser - the user signs in with their M365 credentials once.
MCP is an open standard (created by Anthropic) for connecting AI to external systems. Claude Desktop natively supports MCP servers. You configure them in the desktop app settings, and Cowork can use any tools/resources they expose.
Claude Code (the CLI tool) can do anything on a machine - hit APIs, run scripts, manipulate files. For custom integrations that are too complex for MCP, you can:
For SaaS tools without MCP servers or APIs, Cowork's Chrome connector lets Claude browse and interact with any web app the client uses. This is the "last resort" integration - slower but works with literally anything that has a web UI.
Cowork's simplest integration: dump data into a local folder. Any ETL pipeline, cron job, or n8n flow can write CSVs/JSONs/markdown to a folder Cowork watches. This is crude but effective and zero-friction for clients who already have data pipelines.
The community has discovered that Cowork can function much like an OpenClaw agent by leveraging local files as persistent memory and instructions. Since Cowork can read/write to granted folders, you create a structured workspace that gives Claude continuity and business context across sessions.
memory/YYYY-MM-DD.md and updates MEMORY.md with anything worth remembering.| Capability | Cowork + Local Files | OpenClaw |
|---|---|---|
| Memory persistence | Via MEMORY.md files (manual or instructed) | Native (MEMORY.md, daily files, heartbeats) |
| Proactive outreach | Only via scheduled tasks (not truly proactive) | Heartbeats, cron jobs, event-driven |
| Mobile access | Desktop only (no phone texting) | Any chat app from your phone |
| Ease of setup for clients | Copy folder + grant access = done | Node.js, config, API keys, channels |
| Persona consistency | Good (reads instructions each session) | Excellent (SOUL.md + persistent context) |
| Always-on availability | Only when desktop app is open | 24/7 server-side |
| Capability | Claude Cowork | OpenClaw |
|---|---|---|
| Setup time | 5 min (download app) | 1-4 hours (depends on channels) |
| Client setup time | 30 min (app + folder + MCP configs) | 4-16+ hours (full deployment) |
| Chat integration | Desktop app only | WhatsApp, Telegram, Discord, Signal, iMessage |
| Cross-session memory | Via local files (see Section 06) | Native (MEMORY.md, daily files, heartbeats) |
| Google Workspace | Native (Calendar, Gmail, Drive) | Via gog CLI / MCP |
| Microsoft 365 | Via MCP server (excellent coverage) | Via MCP/skills (build yourself) |
| File manipulation | Native (sandboxed VM) | Native (full system access) |
| Web browsing | Chrome connector (native) | Browser tool / web_fetch |
| Scheduled/recurring tasks | Built-in (daily/weekly/monthly) | Cron jobs + heartbeats |
| Proactive outreach | Limited (scheduled only) | Full (heartbeats, cron, event-driven) |
| Non-technical user friendliness | High (GUI, approval flow) | Low (CLI/config driven) |
| Productizability | High (plugins + seat licensing) | Low (custom deployments) |
| Automation depth | Medium (knowledge work focus) | Deep (any system, any API, webhooks) |
| Cost per user | $20-200/mo depending on usage | API costs only (~$5-50/mo typical) |
| Ongoing maintenance | Zero (Anthropic handles everything) | Self-managed (updates, monitoring, restarts) |
Your specific knowledge is understanding how to wire AI into business operations. The tool doesn't matter - what matters is that you can diagnose a client's workflow, identify where AI creates leverage, and build the solution with whatever tech fits. Stop thinking "which platform?" and start thinking "which layer?"
This is the foundation. Claude Code builds MCP servers, scripts, and integrations. MCP servers standardize access to client systems. Direct API calls handle the rest. You build this once per client type, then reuse.
OpenClaw agents act as the intelligent brain - they have memory, context, personality, and can make decisions. n8n handles the deterministic "if this then that" automations (webhook fires, data transforms, multi-step sequences). The agent decides WHAT to do; n8n handles HOW to do the linear parts.
Cowork is the desktop power-user interface for knowledge workers who want to hand off document work, research, and analysis. Chat apps (via OpenClaw) are the mobile-first, always-available assistant for quick questions, scheduling, and async tasks. Different surfaces for different use cases - not competing, complementary.
| Use Case | Best Tool | Why |
|---|---|---|
| Daily briefing from Slack + email | Cowork | Desktop task, scheduled, produces a document |
| "Remind me to follow up with Nick at 3pm" | OpenClaw | Quick async text from phone, needs memory + scheduling |
| BW Facilities Management automation | OpenClaw + n8n | Always-on, webhooks, multi-system, custom logic |
| Turn 50 invoices into a spreadsheet | Cowork | Local files, document processing, one-shot task |
| Build a custom CRM integration | Claude Code | Write the MCP server or API integration code |
| "What's on my calendar today?" | Cowork or OpenClaw | Cowork has native Google Calendar; OpenClaw for mobile |
| Weekly market research report | Cowork | Scheduled, Chrome browsing, produces deliverable |
| Lead scraping + CRM cross-ref | OpenClaw + n8n | Cron-triggered, API-heavy, needs persistent state |
| Client exec assistant rollout | Cowork + Plugin | Standardized, repeatable, client self-service |
| M365 enterprise email triage | Cowork + M365 MCP | MCP handles auth + API; Cowork handles the intelligence |
Both tools read and write to the same folder. OpenClaw populates inbox/ and daily/ with real-time data. Cowork processes it during scheduled tasks and writes outputs to outbox/. OpenClaw picks up outbox items and executes them (sends emails, posts messages, updates CRMs). The folder is just markdown files - no database, no API, version-controllable with git.
| Step | Tool | What Happens |
|---|---|---|
| 1. Scrape | OpenClaw cron (every 2h) | Scrapes municipal bid boards, filters by criteria ($1M+, commercial/institutional), writes inbox/lead-{id}.md with structured data |
| 2. Enrich | Cowork scheduled task (8am) | Reads all new leads from inbox/, cross-references CRM, researches GCs/owners via Chrome, scores and ranks opportunities |
| 3. Draft | Cowork (same task) | Drafts personalized outreach emails per lead, writes to outbox/email-{id}.md with recipient, subject, and body |
| 4. Review | OpenClaw heartbeat | Picks up outbox drafts, sends Slack/text summary to owner: "3 new leads, drafts ready for review" |
| 5. Send | OpenClaw on approval | Owner replies "send all" or "send 1 and 3" - OpenClaw executes, updates CRM, moves to archive |
Why this needs both: OpenClaw handles the always-on scraping and instant mobile notifications. Cowork handles the deep research, cross-referencing, and quality email drafting that would burn through OpenClaw's context window. Neither tool alone covers the full pipeline.
| Step | Tool | What Happens |
|---|---|---|
| 1. Gather (overnight) | OpenClaw crons | Monitors email, calendar, Slack, CRM changes overnight. Writes summaries to daily/2026-03-21-raw.md |
| 2. Synthesize (6:30am) | Cowork scheduled task | Reads raw data, cross-references projects and priorities, produces polished daily/2026-03-21-briefing.md with action items, decisions needed, and calendar prep notes |
| 3. Deliver (7:00am) | OpenClaw cron | Reads finished briefing, sends formatted summary via text/Slack/email to the exec before they start their day |
The value: The exec wakes up to a curated briefing delivered to their phone - not a raw dump of notifications, but a synthesized "here's what matters today" document. Cowork does the thinking; OpenClaw does the delivering.
| Step | Tool | What Happens |
|---|---|---|
| 1. Monitor | OpenClaw heartbeat (every 30min) | Checks inbox for new emails. Flags urgent ones for immediate text notification. Writes all unread to inbox/emails-{timestamp}.md |
| 2. Triage | Cowork scheduled (3x daily) | Reads email batch, categorizes (action required / FYI / delegate / archive), drafts responses for action items, writes drafts to outbox/reply-{id}.md |
| 3. Approve | OpenClaw | Sends digest: "5 emails triaged, 2 drafts ready, 1 flagged urgent." User reviews via text/chat |
| 4. Execute | OpenClaw or Cowork | Approved replies sent via Gmail API. Archive/delegate actions executed. Calendar invites created if needed. |
| Step | Tool | What Happens |
|---|---|---|
| 1. Collect (all week) | OpenClaw crons | Logs key events to context/weekly-{date}.md as they happen - deals closed, meetings held, tasks completed, metrics from APIs |
| 2. Compile (Friday 4pm) | Cowork scheduled task | Reads the week's data, pulls in CRM/financial snapshots, generates formatted report with charts, trend analysis, and next-week priorities |
| 3. Distribute | OpenClaw or Cowork | Emails the report to stakeholders, posts to Slack, saves to shared drive. OpenClaw sends a text summary to the owner. |
The bridge pattern is your premium tier offering. Pricing structure:
| Tier | What They Get | Tools | Setup Effort |
|---|---|---|---|
| Standard | Cowork + local file agent + MCP connectors | Cowork | 4-8 hours |
| Pro | Standard + bridge folder + OpenClaw monitoring | Cowork + OpenClaw | 12-20 hours |
| Enterprise | Pro + custom automations + n8n flows + multi-agent | Full stack | 20-40+ hours |
The bridge folder itself is trivial - it's just markdown files in a shared directory. The value is in knowing what to monitor, how to structure the data, and what workflows to automate. That's your IP. The folder structure is a template you replicate per client; the crons and scheduled tasks are customized to their business.
Here's how a client onboarding looks end-to-end using Cowork as the primary surface, with OpenClaw/n8n for deeper automations when needed:
Interview the client. Map their tools, workflows, pain points, and org structure. Identify which team members get AI assistants and what each one needs. Deliverable: a scoping doc that defines the plugin configuration.
Using the audit data, pre-build the local file structure for their Cowork agent:
INSTRUCTIONS.md - Persona, rules, behavior tailored to their businessCONTEXT.md - Business context, org chart, key contacts, vendor infoPROJECTS.md - Active projects and prioritiesskills/ - Custom skill files for their specific workflows (email triage rules, meeting prep checklist, report templates)templates/ - Their branded templates, SOPs, formatsAlso configure MCP servers for their stack (M365 MCP, CRM MCP if available, custom MCP for proprietary systems).
Not every client needs the full stack. Here's the decision tree:
Start with Cowork. Layer up only when the use case demands it. This keeps your delivery fast and your margins high.
Based on the Enterprise plan documentation, admin capabilities include:
Can Fulcrum act as a managed admin for client Claude accounts? Here's the realistic picture:
| Scenario | Feasibility | Notes |
|---|---|---|
| Client buys their own Enterprise plan, gives you admin access | Best option | You manage their org as a consultant/admin. Clean separation of billing. Standard enterprise consulting model. |
| You buy Enterprise and create seats for clients | Possible but messy | Billing is on you. Data isolation between clients may be insufficient. Not how Anthropic designed it. |
| Client uses Team plan, you configure everything | Best for SMBs | $20/seat, self-serve management. You do initial setup + ongoing config. Client owns the account. |
Workaround for the config distribution problem: Use a shared cloud folder (Google Drive, OneDrive, Dropbox) as the workspace that all users' Cowork instances point to. Updates to INSTRUCTIONS.md or skills/ propagate to everyone automatically. MCP configs still need per-machine setup, but a simple installer script solves that.
Don't switch. Stack. Cowork is a new surface, not a replacement for OpenClaw. Your personal assistant stack stays on OpenClaw (it's better for always-on, memory-rich, multi-channel work). You ADD Cowork for desktop knowledge work and - critically - for client-facing exec assistant deployments.
The money is in the integration layer - MCP servers, pre-built workspaces, and plugins that connect Cowork to real business systems. That's your IP. That's what clients pay for. The platforms are commodities; the wiring is the moat.
For client rollouts: Cowork + local files + MCP servers = 80% of the value of an OpenClaw deployment at 30% of the setup cost. Layer in OpenClaw/n8n only for premium clients who need always-on, multi-channel, deeply automated systems.
Use all four. Cowork for client-facing breadth. OpenClaw for backend depth. Claude Code for building. n8n for plumbing. Stack them, don't choose.