Claude Cowork Guide 2026: Skills, Plugins, Connectors & Setup Tips

Complete Claude Cowork tutorial: Computer Use, Dispatch, Projects, skills, plugins, connectors, scheduled automation, and Google Ads MCP workflows. Updated March 28, 2026.

Table of Contents

Anthropic shipped something genuinely different.

It’s called Cowork. And unlike most AI feature announcements that boil down to “chat but slightly better,” this one gives Claude direct access to your local files — then lets it act on them.

Not uploads. Not copy-paste. Real file access on your machine, inside a sandboxed VM.

Here’s everything you need to know — from first setup to the power-user tricks that the X community won’t stop talking about.

Updated March 28, 2026: This guide now covers everything that’s shipped since Cowork’s January launch: Computer Use, Dispatch remote control, Projects, Windows support, 38+ connectors, the plugin marketplace, custom skills, sub-agents, scheduled recurring tasks, context files, the Microsoft Copilot Cowork partnership, Dispatch on Teams plans, and a full Cowork vs competitors comparison. Plus power user workflows and new scheduled automation examples.


What Cowork Actually Is

Think of Cowork as Claude Code for everyone else.

Claude Code is Anthropic’s terminal-based coding agent. Developers love it. But it needs comfort with command lines, git, and tools most people don’t touch.

Cowork strips all of that away. Same technology under the hood — file access, task planning, parallel execution — wrapped in a GUI anyone can pick up.

You point Claude at a folder. Describe what you want done. Claude reads your files, makes a plan, and executes it.

That’s the whole thing.


How to Get Started

Requirements:

  • Claude Desktop app (macOS or Windows)
  • Pro ($20/mo), Max ($100–200/mo), Team ($25–150/user/mo), or Enterprise plan
  • Desktop app must stay open while Claude works

Setup:

  1. Open Claude Desktop
  2. Click the Cowork tab in the left sidebar
  3. Select “Work in a folder” and pick a directory
  4. Describe your task
  5. Review Claude’s plan before letting it run

The folder selection matters. Claude can only see files in the folder you choose — it can’t wander into your Documents or Desktop unless you grant access.

Quick tip: Enable Extended Thinking in Settings for deeper reasoning on complex tasks. It’s off by default.


The 30-Minute Setup That Changes Everything

This is the single most impactful thing you can do with Cowork, and almost nobody does it out of the box.

Create a dedicated workspace folder — something like ~/Claude-Workspace/ — with context files that teach Claude about you. Power users on X call this “turning Claude from an intern into a colleague,” and after trying it, that’s not hyperbole.

Folder Structure

~/Claude-Workspace/
├── /context
│   ├── about-me.md
│   ├── brand-voice.md
│   └── working-preferences.md
├── /projects
│   └── (task-specific folders)
└── /outputs
    └── (Claude puts results here)

The Context Files

about-me.md — Tell Claude who you are and what success looks like:

Role: Marketing lead at a SaaS startup (Series A, 12 people)
Daily work: Content strategy, campaign analysis, competitor research
Success metrics: 20% MoM organic traffic growth, 5% trial conversion
Tools I use: Google Analytics, HubSpot, Notion, Figma

brand-voice.md — Include 2–3 writing samples, plus rules:

Tone: Direct, warm, slightly witty. Never corporate.
Banned words: leverage, synergy, circle back, deep dive
Always: Use contractions, short paragraphs, specific numbers
See attached samples: [paste 2-3 examples of your actual writing]

working-preferences.md — Set behavior guardrails:

- Ask clarifying questions before starting any task
- Show your plan before executing
- Never delete files without explicit confirmation
- When unsure, explain your reasoning and ask
- Put all outputs in the /outputs folder

Here’s what makes this powerful: every Cowork session in this folder starts with Claude reading these files. So instead of explaining yourself every time, Claude already knows your role, your voice, and your rules.

One more thing — spend time discussing these files with Claude. Ask it to summarize what it knows about you. The process of refining context files often reveals things about your own workflow you hadn’t articulated.

Related skill: The Digital Files & Folder System Organizer gives Claude a ready-made structure for sorting files, which pairs well with this workspace setup.


How to Add Skills to Claude Cowork

Skills are reusable instructions that tell Claude how to do specific tasks — things like “always format reports this way” or “follow these steps for code review.” They’re the difference between generic output and output that matches your standards.

And yet this is the question I see asked most often with almost no good answers: how do you actually add them?

Built-In Skills

Cowork comes with built-in skills for common tasks:

  • Excel processing — Read, write, and analyze spreadsheets
  • Word documents — Create and edit .docx files
  • PowerPoint presentations — Build decks from outlines
  • PDF processing — Extract and summarize content

Claude activates these automatically when the task calls for them. You don’t need to set anything up.

Installing Custom Skills

Here’s the step-by-step:

  1. Go to Settings > Customize > Skills
  2. Click Browse to see available skills, or Upload to add your own
  3. Toggle skills on or off depending on the task

You can also type / in any Cowork session to see available skill commands.

Creating Your Own Skills

Two ways to do this:

The easy way: Type /skill-creator in a Cowork session. Claude interviews you about what the skill should do, writes a draft, generates test prompts, and iterates with you until it’s right.

The manual way: Create a folder at ~/.claude/skills/your-skill-name/ with a SKILL.md file:

---
name: Weekly Report Generator
description: Generates formatted weekly reports from meeting notes
---

Read all .md files in the /notes folder from the past 7 days.
Organize by project, highlight blockers, and format as a PDF
with the company header template from /templates/report-header.docx.
Always include an "Action Items" section at the end.

That’s it. Claude picks up any skill in that directory automatically.

Where to Find Skills

This is where we come in. Our Skills Directory has over 1,000 ready-made skills you can copy into Cowork — for file organization, expense tracking, email writing, weekly reports, and pretty much anything else.

One click to copy. Paste into your skills folder. Done.

For Team and Enterprise plans, admins can distribute approved skills across the org — so everyone gets the same quality output without building skills from scratch.

Go deeper: Our free Prompt Engineering course teaches the frameworks that make custom skills dramatically more effective.


Plugins: Skills on Steroids

If skills are individual instructions, plugins are full toolkits — bundles of skills, connectors, slash commands, and even sub-agents packaged together for a specific job.

Anthropic launched the plugin marketplace in February 2026, and it’s already the fastest-growing part of the Cowork ecosystem.

How to Install Plugins

  1. Go to Settings > Customize > Browse plugins
  2. Pick a category (Sales, Finance, Engineering, HR, Marketing, etc.)
  3. Click Install
  4. Type / in Cowork to access the plugin’s commands

Pre-Built Department Plugins

These shipped with the February 2026 enterprise update:

  • HR — Employee lifecycle management, onboarding checklists
  • Design — UX critique, accessibility audits
  • Engineering — Standup summaries, incident response playbooks
  • Operations — Process documentation, vendor evaluation
  • Finance — Financial analysis, investment research templates
  • Sales — Prospecting workflows, deal analysis
  • Marketing — Brand voice enforcement, campaign briefs

Building Custom Plugins

Click Customize on any installed plugin, and Claude walks you through adjusting it. Or build from scratch using the Plugin Create tool — describe what you want, and Claude assembles the skills, connectors, and commands into a plugin package.

Anthropic also open-sourced their plugin collection on GitHub, so you can fork and modify anything.

For Enterprise customers: admins can create private plugin marketplaces with org-specific plugins, control who can install what, and auto-install approved plugins for new team members.


Sub-Agents: The Speed Trick Nobody Talks About

This is the feature that turned me from a Cowork skeptic into someone who uses it daily.

When Claude gets a complex task, it can spin up sub-agents — parallel workers that each handle a piece of the job simultaneously. Instead of reading 20 files one at a time, Claude creates five sub-agents that each process four files at once.

The speed difference is wild. A task that took 30 minutes in early testing now finishes in 4–5 minutes.

How to Trigger Sub-Agents

You don’t need special syntax. Just describe tasks that naturally break into parallel work:

“Analyze all the CSV files in this folder. For each one, create a summary with key stats, trends, and anomalies. Then combine everything into a single report.”

Claude sees “for each one” and spins up sub-agents automatically.

But you can be explicit too:

“Process these in parallel — don’t do them one at a time.”

When Sub-Agents Help Most

  • Batch file processing — Analyzing, renaming, or converting many files
  • Multi-document research — Reading and synthesizing 10+ sources
  • Data extraction — Pulling info from dozens of receipts, invoices, or forms
  • Report generation — Building sections independently, then combining

When to Avoid Them

Tasks where order matters — like sequential file edits where each step depends on the previous one — should run linearly. Claude usually figures this out, but if you notice issues, add “do these steps in order” to your prompt.


Connectors: 38+ Apps and Counting

Connectors link Claude to external services, extending what Cowork can do beyond your local files.

How to set up: Settings > Connectors > Browse connectors

You’ll see two tabs — Web connectors (browser-based APIs) and Desktop extensions (run locally). What makes connectors special in Cowork is filesystem integration: pull data from an external service and save it locally, or use local files as input for external actions.

Full Connector List (March 2026)

CategoryConnectors
ProductivityMicrosoft 365 (Word, Excel, PowerPoint, OneDrive, SharePoint), Google Drive, Notion
Email & CalendarGmail, Google Calendar, Outlook (via M365)
CommunicationSlack
CRMHubSpot, Salesforce, Close
Project ManagementJira, Asana, Linear, Monday, ClickUp
DesignFigma, Canva
Data & AnalyticsSnowflake, Databricks, BigQuery, Amplitude, Similarweb
SalesApollo, Clay, ZoomInfo, Outreach
Customer SupportIntercom
Document ManagementBox, Egnyte
FinanceFactSet, MSCI
LegalLegalZoom, Harvey, DocuSign
ResearchPubMed, bioRxiv, ClinicalTrials.gov, ChEMBL, Open Targets
OtherWordPress, Fireflies, Pendo, Guru, Chrome automation

The Microsoft 365 connector is the big one. Claude can read Outlook emails, access SharePoint documents, and work with OneDrive files — all from within Cowork. And as of February 2026, it handles cross-app workflows: analyze data in Excel, then build a PowerPoint from those findings, without restarting the task.

If you need more control over browser automation, our Browser Automation Agent skill gives you a dedicated prompt for that.


Scheduled & Recurring Tasks

One of the most requested features. You can now set Claude to run tasks automatically on a schedule.

How to Set It Up

Method 1: Type /schedule in any Cowork session

Method 2: Click Scheduled in the left sidebar > + New task

Pick your frequency:

  • Hourly — For monitoring or quick checks
  • Daily — Morning briefings, file syncs
  • Weekly — Expense reports, folder cleanup
  • Weekdays only — Work-related automations
  • Custom — Whatever schedule you need

What People Actually Schedule

  • Morning email briefing — “Summarize my top 10 unread emails and flag anything urgent”
  • Friday file cleanup — “Organize my Downloads folder by type and delete anything older than 30 days”
  • Weekly expense report — “Process all receipt images from /receipts, create a categorized spreadsheet”
  • Meeting prep — “Check my calendar for tomorrow and prepare briefing docs for each meeting”
  • Project status — “Review all files in /projects and generate a status summary”

The Catch

Tasks only run while your computer is awake and Claude Desktop is open. If your machine is off during a scheduled run, the task gets skipped — but it shows up in your task history and auto-runs when you reopen the app.

For managing everything in one place, the new Customize section (Settings > Customize) groups your skills, plugins, connectors, and scheduled tasks together.

Go deeper: Our free Automate Your Work with AI course walks you through building real automation workflows — from simple file tasks to multi-step chains.


Cowork vs. Competitors

The question everyone asks: how does Cowork stack up against ChatGPT Desktop, OpenAI Operator, and Google Mariner?

FeatureClaude CoworkChatGPT DesktopOpenAI OperatorGoogle Mariner
TypeDesktop agentChat windowWeb browser agentBrowser agent
Local file accessYes (folder permissions)Upload onlyNoNo
Runs locallyYes (sandboxed VM)Yes (app process)Cloud browserCloud browser
Multi-step tasksYes (parallel sub-agents)NoYes (web only)Limited
Scheduled tasksYesNoNoNo
Plugins/connectors38+ connectorsLimitedNoNo
Context window1M tokens (Opus 4.6)128K tokens (GPT-4o)128K tokens1M tokens (Gemini)
Pricing$20/mo (Pro)$20/mo (Plus)$200/mo (Pro)$20/mo (Advanced)
PlatformsmacOS, WindowsmacOS, WindowsWeb onlyChrome extension

The short version: nobody else does what Cowork does for local file management. Operator is great for web automation, but it can’t touch your files. ChatGPT Desktop is still mostly a chat window. Mariner is Chrome-only and limited.

If your primary need is “an AI that works with my local files and automates desktop tasks,” Cowork is the only real option right now. (For a broader AI comparison, see our ChatGPT vs Claude vs Gemini breakdown.)


Cowork vs. Claude Code

If you’re a developer, you might wonder: should I switch?

Probably not.

FeatureClaude CodeCowork
File accessYesYes
Terminal/bashYesNo
Git integrationYesNo
Code executionYesLimited
Target audienceDevelopersEveryone
InterfaceTerminalGUI

Claude Code is more powerful for development work. Cowork is more accessible for everything else.

If you’ve been using Claude Code for non-coding tasks like file organization or document processing, Cowork is a cleaner option for those workflows.

Want to master Claude Code? Our free Claude Code Mastery course covers everything from setup to advanced agent workflows — 8 lessons, no fluff.


Microsoft Copilot Cowork

On March 9, 2026, Microsoft and Anthropic announced Copilot Cowork — bringing Claude’s agentic capabilities directly into Microsoft 365 Copilot.

This is a big deal. The same technology powering Anthropic’s Cowork now runs inside Outlook, Teams, Excel, and the rest of the M365 suite. But with a key difference: Microsoft’s version runs in the cloud within your company’s M365 tenant (enterprise data protection), while Anthropic’s Cowork runs locally on your device.

What it does: Copilot Cowork breaks down complex requests into steps, reasons across your emails, meetings, messages, and files, and carries work forward with visible progress. It’s not just answering questions — it’s executing multi-step tasks across your M365 environment.

Example workflow: “Prepare for the customer meeting by assembling a presentation from last quarter’s results, pulling together the latest financials, emailing the team a summary, and scheduling 30 minutes of prep time.” One request. Done.

Pricing: Part of the new M365 E7 “Frontier Suite” at $99/user/month (available May 1, 2026). That bundles M365 E5 ($60) + Copilot ($30) + Agent 365 ($15) + Entra Suite ($12) — actually saves $18 vs buying separately.

Who gets it: Research Preview with limited enterprise customers now. Broader availability via the Frontier program late March 2026.

The bottom line: If your company runs Microsoft 365, Copilot Cowork is the enterprise path. For personal use and smaller teams, Anthropic’s own Cowork remains the better (and much cheaper) option.


Projects: Organize Everything in One Place

This shipped on March 20, 2026 — and the announcement tweet hit 13.1K likes and 2.56M views. Projects are how Cowork stops feeling like a single chat thread and starts feeling like a workspace.

What Projects Do

Each Project is a dedicated local folder with its own:

  • Context files — project-specific instructions Claude remembers
  • Working files — documents, data, images scoped to that project
  • Scheduled tasks — recurring automation scoped per project
  • Conversation history — persistent thread that doesn’t bleed into other work

Think of it as having separate desks for separate jobs, instead of one cluttered desk for everything.

How to Set It Up

  1. In Cowork, click Projects in the sidebar
  2. Choose Import existing (point to a folder) or Start fresh
  3. Add context files with project-specific instructions
  4. Claude now has scoped context — it knows which project it’s working on

Why This Matters

Before Projects, every Cowork conversation shared the same context. Ask Claude to help with your marketing campaign, then switch to a financial report — and Claude might carry over assumptions from one to the other.

Projects fix that. Each project gets its own instructions, its own files, its own scheduled tasks. Combined with Dispatch, you can run multiple projects from your phone without context bleeding between them.

@Mosescreates on X showed 5 different projects all running simultaneously with Cowork + scheduled tasks + browser + Dispatch + iTerm2. That’s the power move.


Dispatch: Control Cowork From Your Phone

This just shipped on March 18, 2026. Dispatch is a new feature that lets you message your Cowork session from your phone while your computer does the work.

How It Works

Dispatch creates one persistent conversation between the Claude mobile app and your desktop. Scan a QR code to pair them, and you’ve got a remote control for Cowork in your pocket.

Your Mac handles everything — file access, connectors, sandbox execution. Your phone is just the messaging interface. Text a task, Claude runs it on your desktop, and results come back to your phone.

Setup

  1. Update Claude Desktop to the latest version
  2. Go to the Cowork tab and click Dispatch
  3. Scan the QR code with the Claude mobile app (iPhone or Android)
  4. A “Dispatch” entry appears in your mobile sidebar

Two minutes, tops.

What Works

  • Finding files and information on your computer
  • Summarizing content from connected apps (Notion, Gmail, etc.)
  • Database queries — checking notes, pulling data
  • Email summaries — quick inbox triage from your phone

What Doesn’t (Yet)

  • Launching applications on your Mac
  • Sending files via iMessage or other messaging apps
  • Accessing browser content (Safari tabs, etc.)
  • Some connector authorizations fail remotely

MacStories tested it and found about a 50/50 success rate on tasks — strong for information retrieval, unreliable for cross-app actions. It’s a research preview, and it feels like one.

Availability

Update: Dispatch is now live for both Max and Pro subscribers. Update your desktop and mobile apps to get it.

Key Limitation

Your Mac must stay awake with Claude Desktop open. Close the lid, Dispatch goes dark. Adjust your energy settings to prevent sleep if you want to use this while you’re out.

Go deeper: Our full Dispatch guide covers setup, real test results, tips for better reliability, and use cases that work today.


Computer Use: Claude Controls Your Desktop

Added March 24, 2026. Updated March 31: Computer Use now also works in Claude Code CLI — Claude can write code, launch it, test it through the UI, and fix bugs autonomously. 50K likes on the announcement. Developers are building self-teaching agents and 32-agent swarms.

This is the one that made the internet lose its mind. 55,000 likes and 16 million views on the announcement post. And honestly? It earned the reaction.

Claude can now use your computer. Not in a metaphorical “it works with your files” way — it literally moves your mouse, clicks buttons, opens apps, navigates your browser, and fills in spreadsheets. Anything you’d do sitting at your desk, Claude can do while you’re not there.

How It Works

You describe a task in Cowork. Instead of just reading and writing files, Claude now has the option to take control of your screen. It sees what’s on your display, decides where to click, types into fields, switches between apps, and completes multi-step workflows that involve real software — not just the command line.

Think: filling out a form in a web app, pulling data from one spreadsheet into another, navigating a CRM to update records, or testing a website by clicking through pages.

What It’s Good At

  • Spreadsheet work — Opening Excel or Google Sheets, entering data, applying formulas, creating charts
  • Browser tasks — Filling out forms, navigating between pages, extracting information from websites
  • App automation — Any desktop application that a human would click through manually
  • Multi-app workflows — Copy data from an email, paste it into a spreadsheet, then create a chart in a presentation

The Limitations (It’s a Research Preview)

This is early. Really early. A few things to know:

macOS only. Windows users can’t access Computer Use yet. This is the biggest limitation and the most common complaint — especially from enterprise users who run Windows.

It’s slow compared to a human. Claude thinks before every click. A task that takes you 30 seconds might take Claude 2-3 minutes. The value isn’t speed — it’s that you can walk away and come back to finished work.

It makes mistakes. Claude can misclick, get confused by unusual UI layouts, or lose track of where it is in a multi-step workflow. You wouldn’t trust it with anything irreversible yet — like deleting files or sending emails without review.

Security is a real question. Giving an AI full access to your mouse, keyboard, and screen is… a lot. Anthropic runs this in a sandboxed environment, but developers have raised concerns. One user mentioned disabling it on their main work laptop and using a secondary machine instead.

Who Should Try It

If you have repetitive desktop tasks — data entry, form filling, report generation across multiple apps — Computer Use is worth experimenting with. Set it up on a non-critical machine first. Watch it work a few times before trusting it unsupervised.

If most of your work is in a single app (like writing in a document or coding), regular Cowork without Computer Use is still faster and more reliable.

Availability

  • Plans: Claude Pro and Claude Max (macOS only)
  • Status: Research preview — expect bugs and changes
  • Access: Enable in Claude Desktop settings under Cowork → Computer Use

This is where AI goes from “assistant that writes things” to “assistant that does things.” It’s not polished yet. But the direction is clear — and it’s why the announcement post hit 16 million views.

Go deeper: Our Claude Computer Use honest review covers the 50% success rate data, what tasks actually work vs. break, how it compares to Manus and OpenClaw, and real monetization workflows people are building with it.


Pricing & Plans

Here’s what each plan gets you:

PlanPriceCowork?Key Details
Free$0NoBasic chat only
Pro$20/moYesStandard Cowork access
Max 5x$100/moYes5x Pro usage, resets every 5 hours
Max 20x$200/moYes20x Pro usage, resets every 5 hours
Team$25/user/mo (standard)YesAdmin controls, plugin management
Team Premium$150/user/moYesIncludes Claude Code
EnterpriseCustomYesSSO, audit logging, private marketplaces
M365 E7$99/user/moCopilot CoworkCloud-based, within M365 tenant

Usage note: Cowork tasks are compute-heavy. A single complex file-processing task can consume significantly more tokens than a regular chat conversation. The Max plans exist specifically for heavy Cowork users — the 5-hour reset means you won’t hit a wall and wait until tomorrow.

Important for compliance teams: Cowork activity is currently excluded from Audit Logs, Compliance API, and Data Exports. If you need regulated workflows, wait for this to be addressed.

Temporary Usage Promotion (Through March 28)

Anthropic is running a limited-time promotion that doubles usage limits during off-peak hours:

  • Weekdays: Outside ~8AM–2PM ET
  • Weekends: All hours

This applies across all Cowork features including Dispatch and Projects. If you’ve been hitting limits, schedule your heavy tasks for evenings or weekends to get 2x throughput.


What Cowork Is Good At

After a few months with it, here’s where Cowork genuinely shines:

File Organization

“Organize my Downloads folder by file type. Put documents in /Docs, images in /Images, and delete anything older than 6 months.”

Claude sorts hundreds of files in minutes. The tedious renaming, subfolder creation, moving things around — the stuff you’ve been putting off since November. Gone.

Related skill: Digital Files & Folder System Organizer — A ready-made prompt that tells Claude exactly how to sort and structure your files.

Turning Chaos Into Spreadsheets

This is the killer use case.

“I have 50 receipt screenshots in this folder. Create an expense spreadsheet with vendor, date, amount, and category. Include totals by category.”

Claude reads the images, extracts the data, builds the spreadsheet with working formulas. What would take you an hour happens in a few minutes. (Grab our Expense Categorizer skill for a dedicated prompt.)

Research Synthesis

“Read these 12 articles about remote work trends. Create a summary document with the key findings and any contradictions between sources.”

Claude processes multiple documents, identifies themes, flags disagreements, and produces a coherent summary. It’s like having a research assistant who actually reads everything.

Report Generation

“I have scattered notes from last week’s meetings. Turn them into a formatted weekly report for my manager.”

Point Claude at your notes folder and describe the output format. It pulls together everything and structures it properly. Our Weekly Report Generator skill does exactly this.

Presentation Building

“Create a presentation from this outline. Use our brand colors: #2563EB for headers, #1E293B for body text.”

Provide your style guidelines and outline. Claude builds the deck, handles formatting, and maintains consistency throughout. The Presentation Creator skill has a detailed prompt for this.

Profession-Specific Workflows

Here are prompts that work well for specific roles:

For marketers:

“Read the Google Analytics export in this folder. Create a monthly performance report with traffic trends, top pages, conversion rates, and 3 recommendations for next month.”

For sales teams:

“Process all the business cards in /cards. Create a CSV with name, company, email, phone, and LinkedIn URL. Flag any duplicates.”

For researchers:

“Read all PDFs in /papers. Create a literature review table with author, year, methodology, key findings, and limitations. Highlight any conflicting results.”

For finance:

“Analyze the invoices in this folder. Create a payables spreadsheet organized by vendor, flag anything overdue, and calculate totals by category.”


Power User Workflows From X/Twitter

Added March 22, 2026 — real workflows people are sharing.

The Cowork community on X is moving fast. Here are the best workflows people have shared since Dispatch and Projects launched:

DTC Brand Automation@mikefutia (151 likes): “Claude Cowork Dispatch is f*cking cracked. Text Claude a task from your phone → it runs the entire workflow on your desktop → you come back to finished files.” His stack: competitor audits, creative briefs, and weekly reports — all triggered from his phone using skills + connectors + plugins.

5 Projects Running Simultaneously@Mosescreates showed Cowork + scheduled tasks + browser + Dispatch + iTerm2 running 5 different projects at the same time. The new Projects feature makes this possible without context bleeding between them.

Legal Matter Tracker@BitGrateful open-sourced prompts for a legal “matter tracker” — say “New matter Smith” and Claude auto-scans Gmail and folders, then generates a summary and timeline.

Plugin-First Workflows@coreyganim (78 likes): Uses 11+ free plugins where “one command triggers entire workflow (research → format → deliver).” The community is circulating a 53-page custom architecture doc for advanced setups.

The Coffee Test@TheCoderShow: “Made coffee. Gave Claude a task from my phone. Came back 10 minutes later. Full draft. Sitting in my folder. Laptop untouched.” That’s the Dispatch dream in one tweet.

Video Tip@fullpatstack: “Tip for people generating videos with Claude Cowork — render the video yourself (single command line) to get proper quality.” Claude’s good at scripting the render, not at running ffmpeg efficiently.

New This Week (March 24-28)

Google Ads MCP Plugin — Anthropic’s head of growth shared a custom Cowork plugin that connects directly to the Google Ads API via MCP. It encodes paid search workflows into skills and works on both desktop and Dispatch mobile. A community member followed up with a 21-skill pack covering account audits, search term analysis, CPA diagnosis, and campaign reporting — all inside Cowork.

Computer Use + Scheduled Tasks — The combination nobody expected: schedule a task, and Claude uses Computer Use to execute it while you sleep. Real examples people are running: daily Meta Ads performance snapshots (Claude opens the browser, logs into Ads Manager, pulls data, saves a brief), weekly Google Drive report compilations, and Monday morning deck deliveries. One user noted Claude even “rewrites its own instructions after each run based on what worked.”

Dispatch + Computer Use Combo — Send a task from your phone, Claude picks it up on your desktop and uses screen control to complete it. One marketer sends “Go to Meta Ads Library, search viral ads about [topic], create a Google Sheet with 50 links” from their phone while commuting. A content creator sent “write a script from notes on my desktop” at lunch — it was done before they finished eating. Another user automates Fiverr: “Post a job, message the best 10 freelancers, follow up on DMs.”

Dispatch on Teams — Dispatch is now available on all Teams plans (announced March 25). It’s off by default — team admins must enable it in settings. This is the first enterprise-facing Dispatch rollout.

New Plugins & MCPs — An open-source people management plugin surfaced this week. New MCP connectors include freee accounting, Threads posts, TMUX terminal, C# compilation, and Cointracker/aiwyn for tax tools.


Scheduled Automation: What People Are Actually Running

Scheduled tasks are one of Cowork’s most underrated features. Here’s what real users are automating:

Daily:

  • Email + calendar briefings delivered before you sit down
  • Meta Ads performance snapshots saved to a folder
  • Competitor ad monitoring on autopilot

Weekly:

  • Google Drive report compilations (pull data, format, save)
  • Monday priorities deck delivered to your team
  • Friday cleanup: archive old files, summarize the week

Recurring:

  • Lead gen pipelines that run continuously
  • SEO blog posts: Claude opens WordPress, writes, formats, and publishes (though quality varies)
  • Competitor research on specific topics, saved as running reports

The trick most people miss: type “schedule” before your task description in Cowork. Then set the frequency — daily, weekly, or custom. Claude handles the rest, including using Computer Use to open apps and browsers if the task requires it.

One important gotcha: your Mac must stay awake with Claude Desktop open. Close the lid or let it sleep, and scheduled tasks won’t run. Adjust your energy settings if you’re relying on overnight automation.


The Practical Tips That Actually Matter

1. Describe the End State, Not the Steps

Bad: “First look at the files, then categorize them, then…”

Good: “Organize these files by project. Each project should have its own folder with subfolders for docs, images, and misc.”

Claude figures out the steps. You just need to be clear about what “done” looks like. (This is the core idea behind prompt chaining — break complex goals into clear outcomes.)

2. Start Small, Build Trust

Don’t point Cowork at your entire hard drive on day one.

Start with a single folder and a specific task. Watch how Claude approaches it. Build trust before giving it access to more important files.

3. Actually Read the Plan

Before Claude executes, it shows you what it plans to do. Read it.

I’ve caught it about to delete files I wanted to keep. The plan review is your safety net — use it.

4. Keep the App Open

Claude runs tasks in a sandboxed VM on your computer. Close the Desktop app, the task stops. For longer tasks, minimize and let it run in the background.

Cowork has usage limits. Each task eats resources.

If you have multiple related tasks, batch them:

“Organize this folder, create an inventory spreadsheet, and generate a summary report of what changed.”

One request instead of three. The Workflow Automator skill is built for exactly this kind of batching.

6. Use Global Instructions

Go to Settings > Global Instructions and set behavior rules that apply to every Cowork session:

- Always ask before deleting any file
- Use markdown formatting for all document outputs
- Put generated files in an /outputs subfolder
- When processing images, preserve originals

This saves you from repeating the same instructions every session.

7. Import Context From Other AIs

If you’ve been using ChatGPT and built up conversation history there, export your context and drop it in your Cowork workspace. Claude can read those files and pick up where your other AI left off.


Troubleshooting Common Issues

Skills not showing up? Make sure “Code execution and file creation” is enabled in Settings > Capabilities. Then check that your skills are in ~/.claude/skills/ with a properly formatted SKILL.md file.

Connector won’t connect? On Team/Enterprise plans, connectors often need admin approval before individual users can enable them. Check with your admin. For personal plans, try disconnecting and reconnecting — the OAuth flow occasionally stalls.

Task stopped mid-way? Your computer went to sleep, or the Desktop app closed. Reopen Claude Desktop and the task history will show where it stopped. You can often resume by describing what’s left.

Claude keeps asking for confirmation? This is actually a safety feature. If it’s slowing you down, add “proceed without asking for confirmation on file moves and renames” to your global instructions. But keep confirmation on for deletions.

Output quality is inconsistent? Create context files. Most quality issues come from Claude not understanding your preferences. A brand-voice.md file fixes this immediately.

Hitting usage limits too fast? Batch related tasks into single requests. Use sub-agents for parallel processing (faster = fewer tokens). Consider Max 5x ($100/mo) if you use Cowork daily — the 5-hour reset cycle is more forgiving than Pro limits.


What Cowork Can’t Do (Yet)

No cross-session memory. Each task starts fresh. Claude doesn’t remember what it did yesterday. Workaround: context files (see setup guide above) give Claude persistent knowledge, and scheduled tasks run the same instructions repeatedly.

No cloud sync. Everything happens locally. You can’t start a task on your laptop and check progress on your phone — though the new Dispatch feature gets you partway there by letting you message your desktop session from your phone.

No sharing. Projects, chat sharing, and artifacts don’t work with Cowork yet.

Limited mobile access. Cowork itself is still desktop-only. But Dispatch (research preview, March 2026) lets you remotely message and control your desktop Cowork session from your phone. It’s early — about 50/50 reliability — but it’s a start.

Computer Use is macOS only. The new Computer Use feature — where Claude controls your mouse, browser, and apps — only works on Mac right now. Windows users are the most vocal about wanting this, but there’s no timeline for Windows support yet.

Compliance gaps. Cowork activity is excluded from Audit Logs, Compliance API, and Data Exports. Not suitable for regulated workloads yet.


The Security Question

Giving an AI agent access to your files feels risky. It is. And with Computer Use, the risk level goes up — Claude can now control your mouse, keyboard, and screen, not just read files.

Anthropic is upfront about this. From their safety documentation:

  • Don’t give Cowork access to folders with sensitive financial documents
  • Review Claude’s planned actions before execution
  • Be cautious with the Chrome extension on untrusted websites
  • Only install skills and plugins from trusted sources
  • For Computer Use: Consider running it on a secondary machine, not your primary work laptop. Some developers are already doing this as a precaution.

The sandboxing helps. Claude runs in a VM and can only access folders you explicitly share. But it can still delete files, rename things incorrectly, or misinterpret instructions.

I treat it like a new employee: supervised access to non-critical stuff until it proves trustworthy with small tasks.


How It Was Built

Here’s a fun detail: Cowork was built almost entirely using Claude Code.

The Anthropic team used their own AI coding tool to build the non-coding AI tool. Took about a week and a half.

When your AI can build useful tools for other people, you’re past the demo stage.


Who Should Use Cowork

Good fit:

  • Knowledge workers drowning in unorganized files
  • Anyone who regularly processes receipts, invoices, or documents
  • Researchers synthesizing information from multiple sources
  • People who hate manual data entry
  • Marketing, sales, or finance teams who want automated reporting
  • Anyone who’s been “meaning to organize that folder” for months

Not a good fit:

  • Developers (Claude Code is better — try our Claude Code Mastery course)
  • People uncomfortable with AI accessing local files
  • Regulated workflows that need audit trails (for now)

The Bigger Picture

Cowork signals where AI assistants are heading.

The pattern: AI moves from “answers questions” to “reads your stuff” to “does things on your computer.” Each step requires more trust and delivers more value. (Our piece on AI agents explained breaks down the technology behind tools like Cowork.)

We’re at the “does things on your computer” stage. Not fully autonomous — Claude still asks before major actions — but meaningfully more capable than chat-only interfaces. Our Autonomous Task Planner skill pushes this further with a structured framework for breaking complex projects into executable steps.

OpenAI and Google will follow. Simon Willison predicted competing products within months. The race to build useful AI agents is on.


Getting Started Checklist

Here’s your first week with Cowork:

Day 1: Install Claude Desktop, create your ~/Claude-Workspace/ folder, write your context files (about-me.md, brand-voice.md, working-preferences.md).

Day 2: Give Claude a low-stakes task: “Organize my Downloads folder by file type.” Watch the plan. Approve it. See what happens.

Day 3: Try a data task: receipts to spreadsheet, notes to report, or meeting notes to action items. Use our Expense Categorizer or Weekly Report Generator skills.

Day 4: Set up one connector. Gmail or Google Drive is the easiest starting point.

Day 5: Install a plugin relevant to your role. Try the slash commands it adds.

Day 6: Create your first custom skill. Type /skill-creator and describe a task you do every week.

Day 7: Set up a scheduled task for your most repetitive workflow.

By the end of the week, you’ll know exactly what to delegate and what to keep doing yourself.

Level up your prompts: The free Prompt Engineering course teaches the frameworks that make Cowork (and any AI tool) dramatically more useful.

If you don’t have Pro yet, it’s $20/month at claude.ai — the most affordable way to get Cowork access.


The Bottom Line

Cowork is Claude Code without the code. Same agent capabilities — file access, task planning, parallel execution — packaged for people who don’t live in the terminal.

It’s not magic. Claude makes mistakes, misinterprets instructions, and occasionally needs course correction. But for the right tasks — file organization, data extraction, document synthesis, automated reporting — it saves hours of tedious work every week.

The best way to understand it is to try it. Pick a messy folder. Write your context files. Give Claude access. See what happens.

Just maybe don’t start with your tax documents.

Want structured learning? We have free courses on Cowork: Claude Cowork Essentials covers setup through real projects, Cowork Skills & Plugins goes deeper on connectors and automation, and Claude Dispatch teaches you to control Cowork from your phone. All free, all with certificates.



Sources:

Build Real AI Skills

Step-by-step courses with quizzes and certificates for your resume