A complete beginner's guide to Claude Cowork — Anthropic's AI desktop automation agent. 13 illustrated slides covering installation, your first task, file organization, document and spreadsheet generation, browser automation with Claude in Chrome, connectors, plugins, scheduled recurring tasks, and a full real-world Twitter automation build.
Welcome overview, Ch 1: What Is Claude Cowork (and how it differs from regular chat). Ch 2: Installation and first workspace folder setup. Ch 3: Your first task end-to-end — plan, execute, review. Ch 4: Organizing files, batch renaming, and folder structures. Ch 5: Creating documents and reports from raw notes. Ch 6: Data and spreadsheet workflows — receipts, cleaning, dashboards. Ch 7: Browser automation with Claude in Chrome. Ch 8: Connectors linking Asana, Notion, Slack, and more. Ch 9: Plugins — reusable task recipes. Ch 10: Scheduled and recurring tasks. Ch 11: A complete real-world case study — a scheduled Daily AI News Twitter bot. Ch 12: Tips, best practices, security, and troubleshooting.
Cowork is a mode inside the Claude Desktop app (macOS and Windows) that lets Claude act on your files instead of just chatting about them — reading a folder you grant it access to, creating and editing documents and spreadsheets, organizing files, browsing the web via the Claude in Chrome extension, connecting to apps like Asana and Notion, and running on a recurring schedule. It requires a paid Claude plan (Pro, Max, Team, or Enterprise) and was released as a research preview in January 2026.
Regular Claude chat responds with text you copy and paste yourself, one turn at a time, with no file access. Cowork executes multi-step, autonomous plans directly against a folder you select, saving finished files where you told it to work. It shows you its plan before running, asks for approval on destructive actions like deletion, and can be scheduled to run automatically — for example, generating a weekly status report every Friday afternoon without you lifting a finger.
The guide walks through building a complete scheduled automation: a Daily AI News Twitter bot. It covers writing a style-guide.txt file that keeps tone and formatting consistent, setting folder-specific instructions, running the research-and-draft workflow manually to verify quality, scheduling it for weekday mornings, and — once trusted — connecting the X API for safety-checked auto-posting. The same pattern (style guide, data source, selection logic, formatted output, schedule) generalizes to competitor monitoring, inbox summaries, and research digests.
Claude Cowork is a mode inside the Claude Desktop app that lets Claude read, create, and edit files inside a folder you grant it access to, rather than just answering questions in a chat window. To use it, download Claude Desktop from claude.com/download (macOS 13+ or Windows 10/11), sign in, and subscribe to a paid plan — Pro ($20/month), Max ($100–$200/month), Team, or Enterprise. Cowork does not work in a web browser; it is desktop-app only. Once subscribed, switch from the Chat tab to the Cowork tab in the app.
Regular Claude chat only produces text — you have to copy the output and paste it into your own files manually, one exchange at a time. Cowork instead operates directly on a folder you select: it reads your actual files, plans a multi-step task, executes it with real-time progress updates, and saves finished output files exactly where you specify. It can also browse the web through the Claude in Chrome extension, connect to apps like Asana and Notion, and run on an automatic recurring schedule — none of which regular chat can do.
Cowork can only read and write files inside the specific folder you explicitly select — it cannot access anything else on your computer. Best practice is to always point it at a dedicated subfolder (never your Desktop, Documents, or Downloads root), keep backups of important files, and never grant access to folders containing passwords or credentials. Cowork also asks for explicit approval before destructive actions like file deletion, and deletions are permanent (not moved to Trash), so it is safer to ask it to move files to an archive folder instead.
Yes, when paired with the separate Claude in Chrome browser extension, Cowork can navigate websites, extract data, fill out forms, and interact with web interfaces — this is how the guide's Daily AI News Twitter bot case study researches news and can eventually auto-post tweets via the X API. However, this requires deliberate setup: connecting Claude in Chrome, being logged into the target site, and — for anything that publishes content publicly — running the workflow manually for at least several days first to verify output quality before enabling any auto-posting step.
Connectors are integrations that let Cowork pull data from or send data to cloud apps you already use — Asana, Notion, Slack, Google Drive, GitHub, and dozens more — after a one-time OAuth authorization. Plugins are reusable task templates ("recipes") for common workflows like expense report generation from receipts, contract review, or job description writing; Anthropic ships an initial set of official plugins, and you can duplicate and customize them, or build your own from scratch in plain English, without writing any code.