Modern Creator
Alex McFarland · YouTube

Claude Cowork in 30 Minutes (Free Course)

A 26-minute walkthrough of Anthropic's new Cowork tab — three real use cases for writers who are not developers.

Posted
5 months ago
Duration
Format
Tutorial
educational
Views
6.2K
90 likes
Big Idea

The argument in one line.

Claude Cowork makes autonomous file-based workflows accessible to non-developers by letting you point Claude at local folders to generate landing pages, extract batch content ideas, and scrape web data into spreadsheets without writing code.

Who This Is For

Read if. Skip if.

READ IF YOU ARE…
  • A content creator or writer with existing Claude experience who wants to automate repetitive tasks like idea extraction or data organization without learning the terminal.
  • A course creator or newsletter author who needs to repurpose transcripts or subscriber data into structured formats like landing pages or spreadsheets.
  • Someone intimidated by Claude Code or command-line tools who wants a middle-ground interface to start experimenting with AI-assisted automation.
SKIP IF…
  • You're a developer comfortable with Claude Code or the terminal — this is explicitly positioned as a beginner-friendly alternative, not an upgrade.
  • You need production-grade automation or full API capabilities — Cowork is intentionally limited and still far less powerful than Claude Code.
  • You don't use the Claude desktop app or don't have a Claude Max subscription — Cowork is currently Max-only and experimental.
TL;DR

The full version, fast.

Anthropic's new Cowork tab inside the Claude desktop app is a GUI bridge between the standard chat interface and Claude Code, giving non-developers folder-level access, a connector system, and Skills without touching a terminal. The workflow is consistent across uses: point Cowork at a local folder, install a relevant Skill (front-end design for landing pages, a custom content extractor for repurposing, Claude for Chrome for browser automation), then chain a single natural-language prompt that produces production-grade output. With this setup you can spin transcripts into a polished landing page, fan six newsletters into 42 platform-specific content ideas, or scrape Substack analytics into an Excel file. Cowork still lacks custom subagents and a file tree, so treat it as the on-ramp, not the destination.

Free for members

Chat with this breakdown — free.

Sign in and you get 23 free chat messages on us — ask for the hook, quote a framework, find the exact transcript moment, generate a markdown action plan. Bring your own key when you want unlimited.

Create a free account →
Chapters

Where the time goes.

00:0004:10

01 · Cold Open + Interface Tour

Introduces the Cowork tab (Claude Max only), the three-panel layout (chat / progress / artifacts), folder attachment, and connectors (MCPs). Frames the target audience: writers, marketers, non-developers.

04:1013:25

02 · Use Case 1 — Landing Page from Transcripts

Opens a folder of 5 course transcripts. Installs the Anthropic front-end design skill from github.com/anthropics/skills. Single prompt builds a production-quality branded landing page rendered live in the artifacts panel.

13:2518:30

03 · Use Case 2 — Content Extraction and Repurposing

Installs a custom content-extraction skill via the Write skill instructions dialog. Points Claude at 6 Substack newsletters. Extracts 42 content ideas across newsletter, Twitter/X, LinkedIn, and Substack Notes formats into a markdown report.

18:3022:30

04 · Use Case 3 — Chrome Connector and Autonomous Scraping

Enables the Claude in Chrome connector. Claude autonomously opens a new Chrome tab, navigates to Substack analytics (orange glow = browser control), reads the dashboard visually, and saves an Excel tracker to the working folder.

22:3026:42

05 · Cowork vs Claude Code — Two Key Gaps

Honest comparison: Cowork cannot spin up custom parallel agents, and has no in-app file browser. Both gaps shown live in VS Code. Closes with a positioning ladder: web chat < desktop < Cowork < Claude Code.

Atomic Insights

Lines worth screenshotting.

  • Claude Cowork brings Claude Code-like local folder access into a GUI interface inside the Claude desktop app — no terminal required.
  • Cowork is only available to Claude Max users at launch, with a rollout to Pro users planned — terminal-based Claude Code remains the full-feature alternative.
  • The right sidebar in Cowork shows live task progress steps, artifact previews, and the folder context currently loaded — everything that was previously invisible in a chat interface.
  • Pointing Cowork at a folder of course video transcripts and asking it to build a landing page produces a first-draft page from your existing content without any copy-paste.
  • Claude Code skills work inside Cowork exactly the same as inside the terminal — installing a frontend design skill gives Cowork the same design output quality.
  • Batch-extracting 42 content ideas from newsletters takes one Cowork session pointed at a folder of newsletter files — the agent reads all files and synthesizes across them.
  • The Chrome connector inside Cowork lets it autonomously scrape Substack analytics, navigate authenticated pages, and export data to Excel without API access.
  • Connectors (MCPs) inside Cowork are the same technology as MCPs in terminal Claude Code — the GUI wraps them in a more approachable interface.
  • Always back up any folder before giving Cowork full write access — the agent can create, modify, and delete files without a confirmation step.
  • Cowork's main innovation is reducing the barrier to the local-file-system workflow that makes Claude Code powerful — the capability set is a subset, not a superset, of the CLI.
  • Non-developers can use Cowork to build landing pages, extract content ideas, and automate web scraping without ever opening a terminal or writing a command.
  • The suggested prompts in Cowork's interface (create a file, crunch data, make a prototype) function as an onboarding layer that teaches use cases through interaction.
Takeaway

The folder is the context. The skill is the quality filter.

JoeFlow / Mod Boss playbook

Every demo in this video follows the same three-step pattern: dump content into a folder, point Claude at it, install a skill to avoid generic output.

  • The skills-as-power-ups angle is an underused content hook — do a dedicated short on the Anthropic skills repo.
  • The positioning ladder (chat > desktop > Cowork > Code) is a ready-made content series: one video per rung.
  • The honesty moment (things do not work perfectly) builds more credibility than any polished demo — include a failure beat in your tutorials.
  • The Chrome connector + Substack scraping use case maps directly to any platform-without-an-API problem your audience has.
  • Cowork skills are identical to Claude Code CLAUDE.md skills — that is a bridge video waiting to happen for your audience.
Glossary

Terms worth knowing.

Claude Cowork
A GUI-based tab in the Claude desktop app that brings agentic capabilities — file creation, browser access, multi-step task execution — to non-developers without requiring a terminal or Claude Code setup.
Claude Code
Anthropic's command-line AI agent that can autonomously read, write, and run code on a computer — the more powerful but developer-facing tool that Cowork is designed to partially replace for general users.
Claude Max
A higher-tier Claude subscription plan that unlocks advanced features like the Cowork tab — positioned above the standard Pro plan.
agentic capabilities
The ability of an AI to take sequences of actions autonomously — like browsing the web, writing files, running code, and iterating — rather than just responding to single questions.
Chrome connector
An integration within the Claude desktop app that links Claude's Cowork interface to a live Chrome browser session, enabling the AI to read and interact with web pages on your behalf.
vibe coding
Using an AI coding agent to build software through loose natural-language prompts, with the user providing direction rather than writing code directly.
artifacts
Files or rendered outputs — HTML pages, images, documents — that Claude creates during a task and displays in a side panel for immediate preview or download.
Substack analytics
Subscriber and post-performance data available inside the Substack dashboard — not accessible via a public API, so browser automation is required to extract it programmatically.
batch extraction
Processing a large collection of documents or pages in a single automated run to pull specific data or content from each one, rather than manually reviewing them one at a time.
Resources

Things they pointed at.

13:53linkAlex McFarland Substack content extraction skill (subscriber-only)
18:30toolClaude in Chrome connector
Quotables

Lines you could clip.

00:01
Anthropic has taken its first real big step towards making Claude Code more accessible for non-developers.
Strong thesis, zero setup needed, clips clean at 8 secondsTikTok hook↗ Tweet quote
01:08
If you have ever been too scared to jump in the cloud code, this might be a good middle ground for you to start working in.
Direct audience call-out, empathy-first framingIG reel cold open↗ Tweet quote
06:47
We can now just ask it to create a landing page, but that landing page could very well just look like one of those AI vibe coded landing pages. But to fix that, we can use Claude skills.
Names the pain (generic AI output), immediately offers the fixTikTok hook↗ Tweet quote
21:41
This is a perfect example of how things do not work perfectly inside of Cowork. I still recommend using Claude Code if you are a power user.
Honest credibility moment — rare in AI tutorial contentnewsletter pull-quote↗ Tweet quote
26:36
If you master this, you really should then move on to Claude Code — because that is where you really start to unlock crazy potential with parallel agents.
Clean CTA / ladder framing, works as a standalone closerIG reel cold open↗ Tweet quote
The Script

Word for word.

Read-along

Don't just watch it. Burn it in.

See every word as it's spoken — crank it to 2× and still catch all of it. The same dual-channel trick behind Amazon's Kindle + Audible.

00:01Anthropic has taken its first real big step towards making Claude code more accessible for non developers, and they did this by releasing a brand new feature inside of the Claude desktop app. This feature is called co work.
00:14And, basically, what it's doing is bringing some of those capabilities of Claude code, but now into a way more user friendly interface for individuals who might be, you know, like intimidated by the terminal or not wanna go through the actual process of installing and dealing with Claude code.
00:31So now there's a way to do that. If you've been following Claude code for any amount of time, especially over the past few weeks, you might have noticed that a lot of people are talking about how they want a, uh, you know, more user friendly interface for Claude Code. A lot of, uh, you know, vibe coders out there started talking about how they were gonna try to build these, you know, wrappers around Claude code for people to use that are that are more that are more, you know, simple and more user friendly for non developers.
01:00But, you know, that all that conversation is probably gonna end very quickly as Anthropic itself is going to be doing this. Right?
01:08Now as I'll get into it, you'll notice that this is still far from being as powerful as Claude code, but there are some really cool things that we can do here. And if you've ever been, you know, too scared to jump in the cloud code, this might be a good middle ground for you to start working in. So when you download the desktop app now, you're gonna see that before we had a couple different tabs up here on the top left.
01:30We had a chat tab, and we had a code tab, but now we have a co work tab. Important to note that this is only available right now in experimental mode for Claude Max users.
01:40So if you're not a Claude Max user, you're not gonna see this, but they have announced that it should be coming to pro users over time as well. But for now, just for Max users. So here on the co work tab, you can see we have this new interface here.
01:52Alright? Right off the bat in the in the middle, we have our our usual chat interface that looks slightly different now, but pretty much the same. And on the right sidebar here, we have now a progress bar, which will show these steps as these tasks unfold.
02:08We also we also have artifacts, which is gonna show, like, if you create any visuals or any, you know, HTML or anything like that, you're gonna be able to preview it here, presentation slides, stuff like that.
02:20And then we have context, which is actually gonna be showing the folders and stuff that you're working in. Which brings me to the point that the whole entire point of this co work now is for you to be able to work locally inside of a folder on your system. So that's the big difference here.
02:34So if you've used Code before, if you know about Cloud Code, basically, you you know, most of the time you're running this locally inside of folders on your system. So that's what they're trying to recreate here. Alright?
02:46When you come down to the the interface here for chatting, you're gonna see right away that we have some, like, suggested, uh, prompts. I don't really know.
02:56I I don't really use these myself, but maybe some people find use out of them. But it gives you some ideas of what we can do here. We could create a file, you know, create a file about topic.
03:05Uh, we can then go on. We can, you know, do a document file, uh, you know, maybe a research report.
03:11So this is really cool, you know, for those who who might need help coming up with some ideas of how to use it. It will lead you through all these different, uh, you know, uses for, uh, Claude Cowork now.
03:23We can also do things like, let's see here, crunch data. You can point it towards a folder with data and crunch data, customer feedback, dataset competitors.
03:31There's so many things you can do here now with, you know, folders on your system. We can make a prototype. We can send a message.
03:38Maybe we wanna do a Slack message, you know, etcetera, etcetera, but we're not gonna be using those today. I'm gonna be using my own use cases that are really helpful for people who are using Clot for, like, writing and content creation, marketing, this type of professional work.
03:53Alright? Now, the other main thing you need to know if you're completely new is what you're gonna do is come down here to the bottom left, and you can now open up folders to work inside of.
04:03Okay? You can open up folders to work inside of it, and then this plus button here allows you to also attach connectors. So these are basically your MCPs.
04:11So in Cloud Code, you often use MCPs and plug ins. Well, here on the desktop version of Cowork, we can just use connectors, which is pretty easy to get set up.
04:21Uh, but with that said, I've run into many problems with them. They oftentimes do not work or they fail. But, uh, nonetheless, we have Claude for Chrome here, and I also have Notion hooked up.
04:32Okay? So the first use case I wanna demonstrate here for co work that I found pretty useful is basically creating a landing page for really anything here.
04:43And this is actually really powerful use case. It's pretty crazy. And, you know, you can get a, like, beautiful, amazing landing page right off the bat.
04:51So what I'm gonna do here is I'm going to go I have a Discord community here for my CoWriter system, which has some training programs inside of it, some different modules for basically setting up Clog code systems and AI CoWriter. Right?
05:05And in here, I have five different modules for, you know, different different points of building a Cloud Code co writing system.
05:14Now what I did was I took these videos and I extracted the transcripts, and then I opened up a new folder.
05:22I created a new folder here called co work, and you could see I put the transcripts of each one of my training modules inside of this folder here. So that's it.
05:31It's a it's a clean folder with five, uh, transcripts of my training modules. I'm gonna go back here to Claude. And what, you know, what I wanna do now is basically point Claude Cowork to that folder, tell it to look over all of that material, and create a beautiful landing page.
05:47Let's say I already have one, but let's say I needed a landing page for my my course here, for example. Right? To give Claude access to that folder, all I gotta do is come down here into the bottom left.
05:58I'm gonna choose a different folder here on my desktop. I'm gonna go to this co work, and I have my training videos here. Right?
06:03And I'm just gonna select that folder. We're gonna allow Claude to change the files, meaning giving complete access to that folder. So, you know, definitely make sure you back up anything important because, you know, Claude can delete stuff, can mess with your stuff.
06:17So just make sure to always be backing up everything you're working on. We're gonna allow it to have access to that, and now Claude literally has access to, you know, this folder.
06:27Now one also, like, additional step that you can do to make this even better. Right? We can now just ask it to create a landing page, but that landing page is could very well just look like one of those AI vibe coded landing pages.
06:39But to fix that, we can use Claude's skills. Alright? And co work is the same as Claude code, is the same as the desktop where we can actually install Claude skills for specific, you know, knowledge and expertise.
06:53So the skill that I really recommend for, you know, designing your landing pages or front end design is the, you know, Anthropix official front end design skill. Now to get that, if you don't have it already, uh, you can come over to Anthropix repository of Claude skills.
07:13And to do this, you're gonna navigate here. We have github.com/anthropix/skills. I'll drop this below.
07:20Now this is an entire repo here of all their different skills. You can literally like, if you click here, you can see all of these official skills from Anthropic.
07:30We have things like, um, we have things like brand guidelines, canvas design, documents, uh, front end design, MCP builder, PDFs, stuff like this.
07:39We can download all of these. To do that, we're just gonna come here to the code, and we are going to download the entire zip file. Now we're not gonna use all of these.
07:48Some of them are already, you know, automatically inside of Claude, but you can download this and pick and choose which ones you wanna upload. So we're gonna take that. We're gonna unzip it, and you're gonna see we have access to all the Claude skills now, the official ones from Anthropic that is.
08:03And we're gonna go back to our Claude co work now. And to install this, you're gonna need to first go into your settings and put the Claude skill there. To do that, you're just gonna come to the bottom left into your settings.
08:15You're gonna go to settings here. You're gonna go to capabilities. When you scroll down capabilities, you might already know this, but you have a entire library here of skills.
08:25We have skills that they already have that Claude already has that you can, for example, just enable here. A lot of these are the same ones in their repository, but some of them are not, like the front end design one we need.
08:37So we're gonna come here to your skills, and you're gonna add your own. Now when you add new skills into co work, you can create them just by chatting with Claude. You can write the instructions, or you can upload the skill file, which is what we're gonna do here.
08:50So you're gonna click upload. We're gonna to grab it from the, uh, zip that we just downloaded. Alright.
08:59We're gonna come here. We see the downloads. We have all the different skills skills, and we're gonna want the front end design skills.
09:07So we really need the skill to make landing pages and design look really nice and not like AI vibe coated garbage. Alright? So we're gonna take the front end design skill, and all you need is this skill dot m d file inside of it.
09:19We're gonna open it right here. Alright. And now you can see it's enabled already.
09:24We have the front end design skill. You can read through it here. This creates distinctive production grade front end interfaces with high design quality.
09:33Use this whenever you wanna build web components, pages, artifacts, and stuff like that, which is exactly what we want with this landing page. Alright? So we're gonna come back to co work, start a new task here, make sure we are opened up in our folder of the training videos.
09:48Alright? So my training videos here, the transcripts, five transcripts, allow to have access. And now we can literally simply tell Claude to you know, one of the things I like to do first, actually, is tell Claude to, you know, read the folder and understand what it's working with.
10:03So we're gonna tell it, Claude, can you look at all of my training videos just so you can understand what we're working with here? And then after you understand all of it, I want you to invoke your front end design skill to build a landing page for the co writer system, which is the, you know, the program with all of these training videos.
10:24Intel is something like that. We're gonna hit enter. Alright.
10:28And now you can see what's happening here on the right. We're working in this context here, which is our training videos folder. It's gonna start by exploring the training videos.
10:36It's running commands to get into the folder. It can see that there are five text files of transcripts. Alright.
10:43It's gonna read through all of them. So now I have a comprehensive understanding of the CoWriter system. Let me summarize what I've learned about it.
10:51This doesn't, you know, matter because this is just everything inside of the the text. What we really care about here is what's gonna happen now. So it's gonna invoke the front end design skill to create a landing page.
11:02So it's gonna design a truly distinctive landing page for the co writer system. Based on the content, alright, it gives a little rundown, and then it's gonna run. Now what's happening is you have the context that it's working in here, we could see everything that it's working in.
11:16These are the TXT files, the transcripts. Alright? So that's the context we're working in here.
11:22We can exit that out. We can also see the progress bar. So now, you know, if you're familiar with Cloud Code, it often puts up to do lists.
11:30If not, you know, this is new to you. It's basically a progress bar, a to do list, and it's showing you everything that it's it broke its steps down into and that it's, you know, gonna take care of one at a time. So it's first gonna define the aesthetic, then it's gonna create the landing page, and then it's gonna add animations, and then save to back into that folder that we're working in.
11:49Alright? So after just a couple quick minutes, Claude created the custom landing page from all of my transcripts of my training videos. Alright?
11:59So you could see here, I've created a sophisticated landing page for your co writer system course. Here's what I built. Gives you some breakdown of everything it did.
12:08And now we can literally click this here, and it's gonna open up into the artifacts. We could see exactly what the landing page looks like. We can ask for changes here.
12:16You know, maybe you don't like something, you could tell Claude here it'll make the changes. Besides that, you can exit out of that, and you can also open it right online. So now this is what the landing page looks like.
12:27I mean, guys, look how insane that is that it built that landing page, you know, custom to my folder with the transcripts inside of it. So you look at it here. It's beautiful.
12:37It's smooth. It works incredible. We have the co writer system, the modules, the results, a complete writing infrastructure built on Cloud Code.
12:46Alright? It gives the whole breakdown. This is all, like, custom stuff to the actual course that I teach in the training that I that I give in the community.
12:54You know, one of the things when I when I saw this, I was like, I love this I love this this landing page so much that I kinda wanna use it. I already spent so much time building my current one, but I have this problem where I love building landing pages with Claude, you know, Claude Code or now Claude Cowork using the front end design skill.
13:12And every time, I'm just so tempted to to keep using these. So that's how you can build, an incredible landing page for anything. You know?
13:20You just need to get everything into a folder and then fire up this co work and build these incredible landing pages. Alright. Now for the second use case I wanna show you that I found really, you know, helpful inside of Claude Co work is repurposing content ideas in in in this type of content and writing work.
13:37Alright? And to do this, we're gonna use a custom Claude skill that I developed for repurposing content. Alright?
13:44So first, we gotta grab that skill, which you can find below. It's it's included for my Substack subscribers.
13:51So you can come here. I'm gonna use this content extraction skill, which basically extracts content ideas from long form content and organizes them into detailed platform specific tables.
14:02We're gonna download this skill. Alright. It's just an MD file this time.
14:07Wait. I think we can just download it here. Alright.
14:11Another way of doing this is instead of downloading, if it's just an MD file, you can literally copy it as well. We're gonna go back to Claude, back into our capabilities again where we put our skills and settings.
14:26Alright. We're gonna hook up another skill add this one.
14:30I think this time, let's try to write it. This time, I think we can just write it. It's gonna ask for the skill name, content, let's say, content extractor.
14:43Let's paste the entire instructions here. And in those instructions, you see this formatting of the description here and the name.
14:51So we already put the name up here, so we could take that out. And the description is this. So we need to take this and put it here, and then we can get rid of all this.
14:59And now these are the actual instructions. Alright. So we have our content extractor skill.
15:02Let's create that. Put that in there. Alright.
15:06So we have the content extractor skill. Let's go into co work, and now what I wanna do is open up another folder. We're gonna change folders now.
15:14I went ahead and created a folder with all you know, I put just a couple test ones there, but, like, the last, I think, six or seven of my substack newsletters are in here. Okay?
15:26So we're gonna take a look at this. We're gonna allow it. And now we are literally gonna tell Claude, using your content extractor skill, I want you to take a look at all of the newsletters in your folder here and repurpose them into new content ideas.
15:45So now Claude is literally looking inside of this folder just for you to see kind of what this folder looks like here. It's gonna look like this. I have all these different newsletters and TXT file or in markdown files all extracted from my substack.
16:00I also track all of these in markdown already, so it's super easy. So it's gonna look at all the newsletters in my folder. It found six newsletters.
16:08It's reading all of them to extract the content ideas. Alright. Now it's going to create a comprehensive content extraction report with these content ideas.
16:18Alright. You could see we have our progress bar over here. And let's see how it goes here.
16:23Creating the file, writing it up, and, uh, we'll see what it looks like when it's done. Alright. So after a minute or two, you could see it ran the skill here of the content extraction skill, and it took all those newsletters and extracted 42 content ideas from the six newsletters, uh, and we could see some highlights.
16:42And then we can click this here, and it's gonna open it up into the artifacts. You could see now in our artifacts, we have a content extraction report. You can open this up, and we could see.
16:52It took those six newsletters and put it into all of this here. Six Claude code for writer's newsletters from December 10 to January 6. Alright.
17:00This this content series establishes Claude code as a complete co writer system, then it gives me a bunch of newsletter ideas, the $100,000 writing stack. Alright.
17:09So a bunch more newsletter ideas that I can follow-up on, substack notes. What else? Twitter and x posts keeps going, LinkedIn, etcetera, etcetera.
17:19So this is my second use case for using Claude Cowork to basically open up a a a content folder, you know, your archive of all your newsletters or content of YouTube transcripts, articles, blogs, whatever it is, and run it through these types of content repurposing workflows and stuff like that. Super powerful. One of the most powerful, you know, use cases for co work, and you can take this of course, I'm gonna take this, like, way further with a lot more content.
17:46You saw it with just six newsletters, but you could take this, like, you know, exponentially higher. Alright? Now the third use case we're gonna wanna look at is using an actual coworker, um, connector that we can hook up here now to basically control our Claude Crow.
18:02So that's the next thing we're gonna look at. So to do that, we're gonna fire up a new task here in Claude coworker.
18:09And the first thing we need to do is come down here now. We're not gonna we don't necessarily care too much about what's in the folder, but I'm gonna use that same folder with all of my newsletters inside of it.
18:22Let's say pretend like that is your content folder or workspace. Now I'm gonna come to this plus button. We're gonna go to connectors, and we are gonna make sure that Claude in Chrome, which is right here, Claude in Chrome is enabled.
18:35Right? So this is the extension or the connector that's gonna give Claude coworker access to your Google Chrome.
18:42So we're gonna make sure that that is enabled. Now, how I like to use this for my own personal workflows as a as a writer and creator on Substack is I like to use it for, you know, tracking analytics. Now I do this specifically for Substack because Substack does not have an API, so there's no easy way for me to basically track all of these analytics and get them into an Excel file.
19:07So what I like to use is Claude Chrome Claude Chrome extension to basically do that for me. So here you could see my analytics on Substack.
19:15If you're not familiar, it doesn't really matter. You can use this for anything, but, you know, Substack, I have, you know, a couple posts here. Let's say my last six posts, I have my subs gained from them, views, open rate, and stuff like that.
19:28I wanna get these into an Excel file into my content folder. So this is what we're gonna do. We are going to first take, I'm gonna take the exact URL that I want Claude to navigate to, and I'm going to go back into my coworker.
19:43And I'm gonna tell Claude let's see. I'm gonna tell it, Claude, I want you to use your Chrome connector to track my last five newsletters on Substack.
19:53I'm gonna provide you the exact URL. And then I want you to create an Excel file inside of our folder here so I could track, you know, the last five, the titles of them, the high level analytics of views and stuff like that inside of this Excel file.
20:11And then I'm gonna paste the exact you wanna paste the exact link that you wanted to navigate to, and we're gonna let it go there. Now here's what it's gonna do. It is literally gonna spin up a agent to go on to Claude Chrome.
20:26So or go on to Chrome. So you're gonna see it's gonna create a new tab and navigate to my Substack dashboard. I didn't touch anything.
20:32It did this automatically. Alright. So it's doing this.
20:38It went ahead and it's you could see this highlight around my tab here. Means Claude is controlling it, and you can see the orange kind of glow effect over it.
20:47So it highlighted there, and now it's looking at it. What I like to do is literally take this and put it side by side because now I can see exactly what it's looking at. So this is literally hands free, not doing anything.
20:58Claude is basically using its eyes through the Chrome connector to look at my analytics here.
21:06So you could see it it realized, like, alright. I see some newsletters. Let me capture these, and it basically captured all of it.
21:13So, you know, we have all of these analytics being carried over into here. Alright? And then what it's gonna do now is create the Excel file.
21:23So this, I can actually close out. It's done. We're gonna just delete this now and don't need that.
21:28Delete this and back here. And now you could see Claude is going to create an Excel file. Now this is a perfect example of how things don't work perfectly inside of coworker.
21:41I still recommend using Claude code if you are, like, a power user, but we could see that now it's running into problems. You could see that it is trying to run different things that I don't even know what it's trying to run necessarily or do.
21:56But, really, all I care about is the Excel file, and it was able to do that. So I've created your Substack newsletter tracker. Here's what I captured.
22:03The Excel file includes. So now we can literally click this, and we have an Excel file. So it used Chrome to basically navigate autonomously to my Substack analytics and put them all in Excel file.
22:16And now what you can see is it is inside of this content folder that we're working in. So we have our all of our newsletters here, and then we have the Excel file.
22:25Okay? So that is my third use case, especially for, like, writers and creators and marketers for using Claude Coworker.
22:34Now just to close out this full walkthrough video on Claude Coworker, just a couple comments I wanna make. This is super powerful.
22:42It's it's incredible. It's really exciting. It really is an exciting release from Anthropic.
22:48They don't stop cooking up new new features. It's definitely way more powerful than the regular Claude desktop version or just Cloud web interface. If you use Cloud for any type of serious work, you should just not even be messing with the web interface anymore or even the regular Cloud desktop.
23:05You should be at least in Cloud coworker. And then if you wanna get, like, take it really to the next level, you wanna be using Claude code. Two major, major differences, though, that I wanna, you know, just mention between Claude coworker I don't know they have coworker or coworker.
23:21Claude coworker and Claude code. The first is the ability to spin up custom agents. So here inside of Claude co worker, you cannot spin up custom agents.
23:33You cannot create agents. It has agents inside of it, but these are Anthropix or Claude's own agents for basically messing with your system files and doing stuff like that. You cannot create or spin up, you know, custom agents here in coworker.
23:48To show you what that looks like really quick, if you come over, we're gonna open up Visual Studio Code, and we're gonna look at Claude code in here. This is my intensely built out CoWriter system here on the left. Alright?
24:00And what I can literally do now is if you see, I have an agents folder, and these are all my custom built agents inside of Claude code. And I could tell Claude, like, hey, write me a newsletter, and make me a social media post, and do this, and do that, and it's gonna spin up all of these parallel agents to do that work.
24:18Right? That is not something that we can do in CloudCowork now. Alright?
24:23That is just something we can do in CloudCode. So if you're interested in building custom agents, which are incredible, you definitely should be, then you need to be using CloudCode for that. Alright?
24:34And then the second major difference has to do with just kind of the interface. So here in Claude, you can see in Claude co work, we are working in our folder.
24:45Right? Our content folder. But you can't see, like, the documents inside of it, really.
24:51If you click it, it opens it up on your desktop, kinda messy, you know, not not, you know, super productive. It's not gonna you're not gonna be doing that very quickly if you're working. And that is one of the problems with co work that we don't have in Claude code.
25:04Because if we go back to Versus Code, we could see now that in Claude, I can literally, like, look at all of my folders in Claude in the same visual, you know, in the in the same the same view, and I can literally open stuff up as well. So I can open up, like, system prompts for my agents.
25:22I could see it here at markdown. You know, I can come to my content here, my substack, and come to my newsletters. I can see my newsletters, open it up like this.
25:31I can open up, uh, you know, in rich text preview. So that's something that is really only something you can do at this point with Claude code in a code editor like Versus Code or Cursor.
25:43Right? But those are really the only major, major two differences upfront that are gonna make the biggest difference for, like, nondevelopers who are working inside of Claude.
25:54Alright? So the, uh, custom agents and being able to see your documents, that's that's really it for now.
26:02Alright. So that about does it. That is the, you know, your little masterclass into Claude CoWork, some really powerful use cases you can use, especially if you're a nondeveloper, uh, you know, if you're using it for writing work.
26:14I highly recommend taking advantage of this and getting comfortable with it if you have, uh, access to it and if you've never messed around with Cloud Code. But with that said, it is just a middle ground. It should be because if you master this, you really should then move on to Cloud Code because that is where you really start to unlock crazy potential with parallel agents and, you know, all sorts of different workflows that are still not possible inside of Cloud Code Work.
The Hook

The bait, then the rug-pull.

Anthropic quietly shipped the bridge between the chat window and the terminal. Alex McFarland found it first, ran it through three real workflows, and filmed every step — landing page to analytics scraper, no code required.

Frameworks

Named ideas worth stealing.

23:10list

The Positioning Ladder

  1. Claude web chat
  2. Claude desktop
  3. Claude Cowork
  4. Claude Code

Explicit upgrade path Alex walks through at the end — each tier unlocks more power, Cowork is the recommended on-ramp before Code.

Steal forAny beginner-to-advanced content series or product positioning page
04:10model

Folder-First Workflow

Organize all relevant content (transcripts, newsletters, etc.) into a clean local folder, then point Claude at the folder. The folder is the context, not the prompt. Skills handle quality. Output lands back in the folder.

Steal forContent ops, client deliverable workflows, any batch AI task
06:47concept

Skills as Power-Ups

The Anthropic skills repo (github.com/anthropics/skills) is a free catalog of quality upgrades — especially the front-end design skill to avoid generic AI-default output.

Steal forVideo angle: The free Anthropic skills repo nobody talks about
CTA Breakdown

How they asked for the click.

VERBAL ASK
26:36next-video
If you master this, you really should then move on to Claude Code.

Implicit upgrade ladder — no explicit subscribe ask, but the whole video is structured as a gateway into his CoWriter System course.

MENTIONED ON CAMERA
Storyboard

Visual structure at a glance.

Cowork home screen
hookCowork home screen00:00
folder picker open
setupfolder picker open04:10
Anthropic skills install
valueAnthropic skills install07:13
landing page being built
valuelanding page being built10:00
landing page revealed in browser
payofflanding page revealed in browser12:25
content extractor skill dialog
valuecontent extractor skill dialog14:30
42 content ideas extracted
payoff42 content ideas extracted16:25
Chrome connector tracking Substack
valueChrome connector tracking Substack20:31
Excel tracker created
payoffExcel tracker created22:00
macOS Finder — Claude Code file structure
comparisonmacOS Finder — Claude Code file structure23:55
Frame Gallery

Visual moments.

Chat about this