· 7 min read

Claude Cowork Now Turns a Screen Recording Into a Reusable Skill. This Fixes the Actual Bottleneck in Solo Automation.

On July 21, Anthropic added a feature to Claude Cowork called "Record a Skill." You hit record, do a task on your screen while narrating what you're doing and why, and when you stop, Claude turns the whole demonstration (the clicks, the typing, the windows you moved between, and your voice-over explaining the judgment calls) into a reusable skill that lands in your library. It's in the plus menu of the Claude desktop app for Pro, Max, and Team subscribers.

The demos everyone's sharing are things like filing an expense report. That undersells it. This release quietly targets the single reason most solo operators haven't automated their own repetitive work, and it's not the reason people usually blame.

The bottleneck was never the tools

Here's the thing nobody says out loud about automation. You've had capable AI for a while now. You've had scripting, macros, Zapier, and a dozen no-code tools for years. And you still do the same annoying weekly tasks by hand: the invoice reconciliation, the standup notes, the pulling numbers from four dashboards into one summary, the reformatting of content for three platforms.

It's not laziness and it's not that the tools can't do it. It's that you can't write a precise specification for a process you perform intuitively. Ask yourself to document, step by step, exactly how you decide which expenses go in which category, or how you turn a messy call transcript into a clean summary, and you'll stall. Not because you don't know how. It's because most of the knowledge is in your hands and your judgment, not in words. That translation from "I just do it" to "here are the exact instructions" is the specification gap, and it's where automation projects go to die.

Prompt engineering doesn't fix this. It asks you to be even more precise in writing, which is the exact thing you couldn't do in the first place. That's why the people who most need automation, operators drowning in repetitive work, are the least likely to build it.

Why demonstration is the right move

Recording yourself doing the task, with narration, captures both halves at once: the mechanical steps and the reasoning behind them. When you say "I'm skipping this row because it's a duplicate" or "I always check the date before I categorize this," you're handing the model exactly the context a written spec would have omitted. You're not specifying the process. You're showing it, the way you'd show a new hire.

That's a genuinely different bet than the rest of the industry is making. Everyone is racing toward AI that does real work instead of answering questions: Meta's pushing computer-use across desktop and mobile, OpenAI's consolidating into a super app. Anthropic's angle here is teach-by-demonstration, which fits its enterprise lean, because every company is sitting on thousands of undocumented processes locked in employees' heads. For a solo operator, you are that company. All the undocumented process is in your head, and now there's a way to get it out without writing a spec.

How to actually use it this week

Don't try to automate your whole operation. Pick one task with three properties: you do it at least weekly, it's annoying, and it's mostly mechanical with a few judgment calls. Invoice reconciliation, standup or client-update notes, and content repurposing are the obvious candidates.

Then record yourself doing it once, and narrate like you're training someone who's competent but new. Explain the exceptions out loud: the "usually X, but if Y then Z" rules that live in your reflexes. Let Claude generate the skill. And then, the part people skip: run it on the next real instance and check the output against what you'd have done by hand. Don't grade it on whether it's impressive. Grade it on whether you'd have shipped that result. If yes, you've removed a weekly chore. If no, re-record the part it got wrong. Demonstration is cheap to redo.

The measure that matters isn't "did it work once." It's whether the skill holds up across a few runs on slightly different inputs, because that's the difference between a demo and a tool you can trust unattended.

Where it bites

I'd be doing you a disservice to pitch this as free. Two problems are real.

The first is trust and security. This feature works by letting an AI watch your screen, which means it sees whatever's on it: credentials, client data, whatever tab you forgot to close. That's a genuine consideration, not a checkbox. Record in a clean environment, be deliberate about what's visible, and treat anything sensitive the way you'd treat it in any other tool that captures your screen.

The second is brittleness, and it's the one that'll actually catch you. A skill captured from a demonstration is tied to how the apps looked and behaved when you recorded it. When a vendor ships a UI redesign, moves a button, or changes an export format, a demonstration-captured workflow can quietly break or, worse, do the wrong thing confidently. This is the same failure mode as any recorded macro, and it means these skills are drafts you supervise, not fire-and-forget robots. Spot-check the output of anything important on a schedule. The moment you stop looking is the moment a silent break costs you.

The honest take

There's an obvious irony in writing this from inside a Claude-powered workspace, so let me just own it: I'm not neutral, and you should discount accordingly. It's also possible this lands as a neat demo that doesn't survive contact with messy real workflows, the way plenty of "AI does your job" features have.

But the underlying insight is right regardless of whether this specific feature wins. The reason your busywork is still manual isn't a missing tool. It's that you could never write down what you actually do. Demonstration is the first approach that meets you where the knowledge actually lives, in your hands instead of on a page. Pick one chore this week, show it once, and check the result honestly. Worst case you lose twenty minutes. Best case you delete a recurring task from your life and free the time for the work only you can do.

This is a topic where hype outruns reality often, so treat every "it just works" claim, including the optimistic half of this post, as something to verify on your own tasks, not to take on faith.

Author

Sources

Stay in the Loop

Get new posts delivered to your inbox. No spam, unsubscribe anytime.

Newsletter coming soon. Set PUBLIC_CONVERTKIT_FORM_ID in .env to activate.

Related Posts