Skip to content

Cowork Cheatsheet

🌐 Languages: English | Français

One-page quick reference — Print-friendly

Requires: Pro ($20/mo) or Max ($100-200/mo) subscription, macOS or Windows


Terminal window
# 1. Create workspace
mkdir -p ~/Cowork-Workspace/{input,output}
# 2. Enable Cowork in Claude Desktop → Settings → Features
# 3. Grant folder access when prompted

Task: [clear single objective]
Input: ~/Cowork-Workspace/input/
Output: ~/Cowork-Workspace/output/[filename.ext]
Format: [specific format requirements]

ModelUse ForSpeedContext
HaikuVery simple tasks, quick queriesVery FastStandard
Sonnet 4.6All Cowork workflows, agentic tasksFast1M tokens (beta)
Opus 4.6Deep reasoning, legal/scientific analysisSlower1M tokens (beta)

Default: Sonnet 4.6 for everything. Sonnet 4.6 = #1 for agentic/computer use tasks at 5x lower cost than Opus. Switch to Opus only for: expert legal reasoning, scientific analysis, complex multi-agent coordination. Both models: 1M token context window (beta), 128K output, adaptive thinking.


Create my-profile.md in your workspace:

## Tone & Style
- Formal / Casual
- Concise bullet points
## Things I NEVER Do
- Use exclamation marks
- Promise specific deadlines

Usage: “Read my-profile.md first. Then [your request]“


✅ CAN DO❌ CANNOT DO
Read/write filesExecute code
Create Office docsRun scripts
Extract data from imagesProcess audio/video
Organize foldersDecrypt files
Web research (Chrome)Access network resources (except Chrome)
Generate PDFsRun on Linux
11 plugins (Asana, GitHub, Notion, Slack…)
Scheduled tasks
Direct Excel/PowerPoint integrations

FeatureHow to AccessExample Usage
SkillsCustomize tab → Skills/pdf, /docx, /xlsx
Skill chainingChain two skills in a prompt/pdf then /xlsx in sequence
ConnectorsCustomize tab → ConnectorsWeb search, local files, custom JSON
PermissionsPer-tool: Allow / Ask / BlockSet web search to “Ask”
MemoryDesktop Commander + memory.md”Read memory.md first, then…”
Scheduled tasksSettings → Scheduled TasksDaily brief, weekly report
  • Official skills: github.com/anthropics/skills
  • Community: claudemarketplaces.com | skills.sh | skillhub.club
  • Install via: Customize tab → search by name or paste URL

FormatExtensionNotes
Word.docxHeaders, tables, formatting
Excel.xlsxFormulas, multiple sheets
PowerPoint.pptxSlides, basic formatting
PDF.pdfGenerated from content
Text.txt, .mdAny text format
Data.csv, .jsonStructured data

Organize files in ~/Cowork-Workspace/input/ by type.
Create folders: Documents, Images, Spreadsheets, Other.
Save summary to ~/Cowork-Workspace/output/organization-report.txt
Extract expenses from receipt images in ~/Cowork-Workspace/input/receipts/
Create Excel file with: Date, Vendor, Amount, Category
Add totals row. Save to ~/Cowork-Workspace/output/expenses.xlsx

⚠️ OCR: 97% field accuracy, 63% line-items. Always verify totals.

Combine notes in ~/Cowork-Workspace/input/notes/ into a status report.
Structure: Executive Summary, Progress, Risks, Next Steps.
Save as ~/Cowork-Workspace/output/status-report.docx
Research top 5 project management tools.
Create comparison table with: Name, Price, Key Features, Pros, Cons.
Save to ~/Cowork-Workspace/output/pm-tools.md

🔴 CRITICAL🟠 HIGH
Dedicated workspace onlyReview every plan
No credentials in workspaceBackup before destructive ops
Verify file sourcesManage Chrome permissions

IssueFix
Can’t see CoworkUpdate app + restart
Permission deniedSystem Preferences → Privacy → re-grant
Task stopsBreak into smaller batches
Excel formulas brokenSpecify regional syntax
Chrome not workingGrant Accessibility permission

❌ "Process all files in ~/"
❌ "You have access to Documents"
❌ "Here's my password file"
❌ "Delete all duplicates" (without backup)
❌ Skip plan review

Need code execution? → Use Claude Code
Need file manipulation? → Use Cowork
Just conversation? → Use Projects

RegionFormula Syntax
US/UK=SUM(A1,A2) (comma)
EU=SUM(A1;A2) (semicolon)

Specify in prompt: “Use European/US formula syntax”


Request → Analysis → Plan → ⚠️ Review → Approve → Execute → Verify
READ THIS CAREFULLY

ContentApproximate Capacity (Opus 4.6, 1M beta)
Text pages600-2000+ pages
Documents200-400+ docs
Images (OCR)200-400+ images

Context compaction (beta) extends effective session length. Hit limit? → Break into smaller batches


TierIntensive UseReset
Pro~1-1.5 hoursEvery 5 hours
Max5x-20x ProEvery 5 hours

⚠️ File/document tasks consume quota rapidly. Plan large batches accordingly.


Task TypeTypical TokensPro Sessions
Simple Q&A5K-10KMany
File inventory20K-30K6-8
Small file org (10-20 files)30K-50K3-5
Large file org (50+ files)80K-150K1-2
Multi-doc synthesis50K-100K2-3
OCR batch (10+ receipts)60K-100K2-3

Agentic overhead: Plan→Execute→Check cycles add 15-30% tokens.

StrategySavings
Batch 10-20 files per requestOptimal efficiency
Checkpoint after each batchEnables recovery
Clear context for new tasksFresh 200K window
Reuse previous outputsAvoids re-processing

ActionMethod
Stop executionType “Stop”
New conversationCmd+N
Clear contextStart new conversation

ResourceURL
Full DocsREADME.md
Security Guideguide/03-security.md
Prompt Libraryprompts/
Troubleshootingguide/04-troubleshooting.md

Cowork v1.5.0 (Research Preview) | Part of Claude Cowork Guide