Record a Skill: Claude Cowork Turns a Screen Recording Into a Reusable Skill
Anthropic shipped Record a skill in Claude Cowork, inside the Claude desktop app. Instead of writing a skill as markdown, you hit record from the + menu, perform the task on screen while narrating your reasoning aloud, and Claude synthesizes the screen activity, clicks, keystrokes and voice track into a structured, reusable skill saved to your skill library. It is a demonstration-to-automation path that removes prompt engineering and file authoring from skill creation entirely. The feature is desktop-only (not web, not mobile) and gated to paid plans: Pro, Max and Team, with Free excluded.
Key Takeaways
- Record a skill turns a narrated screen recording into a structured, reusable skill, replacing manual markdown authoring with a demonstration.
- It captures screen activity, clicks, keystrokes and voice narration, and the narration is what carries the reasoning so the skill generalizes past a fixed click path.
- Desktop app only, inside a Claude Cowork session via the + menu. Not in the web app, not on mobile.
- Paid plans only: Pro, Max and Team have it, Free does not.
- Aimed at non-technical knowledge workers, with Anthropic noting the large majority of Cowork usage is non-software work.
- Follows OpenAI's Record and Replay in the Codex app by about a month, making demonstration-to-skill a cross-vendor pattern rather than a one-off.
- Undocumented retention and privacy specifics, and the official support article still describes only manual skill creation.
Sources & Mentions
6 external resources covering this update
Claude Record a Skill
Link
Anthropic's Claude Can Now Watch A Video And Learn Your Job
Link
Forget prompts: Claude can now learn your workflow by watching your screen
Link
Show, Don't Tell: Claude Cowork Now Learns Skills from Your Screen Recordings
Link
Anthropic's Claude Cowork Lets You Teach AI by Recording Your Screen
Link
Claude has been given the 'Record a Skill' feature, which allows you to train the AI using a screen recording
Link
Show the Work Instead of Writing It Down
Skills have so far been authored by hand: a folder, a markdown file describing the procedure, and enough written precision that Claude can follow it later. Record a skill replaces that authoring step with a demonstration. From the + menu in a Claude Cowork session in the Claude desktop app, you start a recording, perform the task yourself, and narrate what you are doing and why as you go. When you stop, Claude analyzes the capture and produces a structured skill that lands in your skill library, ready to run again.
The capture is not just video. Claude reads screen activity, mouse clicks and keystrokes alongside the audio narration, then reconciles the two into a procedure. The narration is the load-bearing part: it supplies the reasoning behind each action rather than the raw sequence of them, which is what lets the resulting skill generalize instead of replaying a fixed click path.
Where It Runs and Who Gets It
Record a skill lives in the Claude desktop app, inside Cowork. It is not available in the web app and not on mobile. Access is gated to paid tiers: Pro, Max and Team all have it, and the Free plan is excluded. Anthropic has said that the large majority of Cowork usage is non-software work such as operations, finance and content, and the feature is aimed squarely at that audience: knowledge workers who have a repeatable desktop routine but no interest in authoring a skill file.
Why It Matters for Developers
The surface is Cowork rather than Claude Code, but the mechanism is the same skills primitive developers already use, and this is the first time Anthropic has shipped a non-authored path into it. Demonstration-to-automation lowers the cost of capturing procedural knowledge that is easy to perform and tedious to write down, including the GUI-bound steps that never made it into a CLI or an MCP server: a release checklist across three dashboards, a reporting flow, an internal tool with no API.
It also lands a month after OpenAI shipped Record and Replay in the Codex app, which turns demonstrated workflows into reusable skills on similar lines. Demonstration is quickly becoming a standard way to teach an agent, not a novelty.
Caveats
Output quality tracks recording quality: a rushed or silent demonstration produces a thin skill. Anthropic has not documented retention or privacy specifics for the captured screen and audio data, which is worth weighing before recording a workflow that crosses production systems or customer data. As of publication the feature is not described in the official Use skills in Claude support article, which still documents only manual authoring and ZIP upload.