Claude Coworks Installation¶
This guide walks you through installing ExtraSuite skills for Claude Coworks, Anthropic's collaborative AI workspace.
Prerequisites¶
- Claude Coworks access - Available through claude.ai/coworks
- Active Claude subscription (Pro or Team plan required)
- Terminal access for initial setup (macOS, Linux, or Windows)
What is Claude Coworks?¶
Claude Coworks is Anthropic's collaborative workspace that allows Claude to work on longer tasks with persistent context. Unlike Claude Code which runs in your terminal, Coworks runs in a browser-based environment.
Installation¶
Step 1: Sign In to ExtraSuite¶
- Open extrasuite.think41.com
- Click Sign In or Get Started
- Authenticate with your Google Workspace account
- Note your service account email - you'll need this for sharing documents
Step 2: Run the Install Command¶
The install command sets up skills that work across all Claude products:
Step 3: Using with Coworks¶
In Claude Coworks, you can reference the skill in your prompts:
I need to work with Google Sheets. Use the gsheets skill to read and
analyze the data in https://docs.google.com/spreadsheets/d/abc123/edit
Coworks Environment
Claude Coworks may have its own skill discovery mechanism. The local installation ensures compatibility and provides the skill files that Coworks can reference.
How It Works¶
When working in Coworks:
- Mention the spreadsheet URL in your prompt
- Claude recognizes it needs Google Sheets access
- Authentication happens seamlessly using your ExtraSuite credentials
- Claude executes the requested operations
Usage Examples¶
Long-Running Analysis¶
Analyze the customer data in https://docs.google.com/spreadsheets/d/abc123/edit
over the past 12 months. Create monthly cohort analysis, identify trends,
and generate a summary report with recommendations.
Multi-Step Workflows¶
1. Read the raw sales data from https://docs.google.com/spreadsheets/d/abc123/edit
2. Clean and normalize the data
3. Create a new sheet with aggregated metrics
4. Add charts for visualization
5. Write a summary of key findings
Collaborative Document Updates¶
I'm preparing a quarterly report. Update the metrics sheet at
https://docs.google.com/spreadsheets/d/abc123/edit with the
following data: [your data]
Then format it with proper headers and conditional formatting.
Sharing Documents with Coworks¶
Since Coworks sessions may run longer than typical Claude Code sessions, make sure to:
- Share documents with Editor access if you want Claude to make changes
- Use specific, shared folders for related documents
- Keep your service account email handy for quick sharing
Skill Location¶
The skill files are installed to:
Coworks shares skill configurations with Claude Code.
Updating the Skill¶
To update to the latest version, re-run the install command from the ExtraSuite homepage.
Troubleshooting¶
Coworks Can't Access the Spreadsheet¶
- Verify the document is shared with your service account email
- Check that the sharing permission is set to Editor (not just Viewer)
- Make sure the spreadsheet URL is correct and accessible
Authentication Issues¶
If you encounter authentication problems:
- Clear your browser cookies for extrasuite.think41.com
- Re-authenticate through the ExtraSuite homepage
- Re-run the install command to refresh your credentials
Session Timeout¶
Coworks sessions can be long-running. If you encounter token expiration:
- Claude will automatically handle re-authentication
- You may be prompted to re-authorize if the session exceeds token lifetime
Next Steps: