← Reddit

New Record a Skill feature + Claude in Chrome allows us to automate sites with no API or MPC. I tested it on Komoot

Reddit · JamsusMaximus · July 22, 2026
A new Record a Skill feature was tested on the Komoot website, allowing automation of sites without API or MPC support through Claude in Chrome. Although the Claude in Chrome feature currently runs slowly, it remains viable for non-time-sensitive automated tasks on a schedule. The feature may appeal particularly to users whose work involves visual or browser-based interactions.

Detailed Analysis

Anthropic's new "Record a Skill" feature, released alongside Claude in Chrome, represents a notable expansion of Claude's Skills system into browser-based automation without requiring API integrations or Model Context Protocol (MCP) connections. The feature allows users to demonstrate a workflow by performing it manually in the browser while Claude records the sequence of actions, then converts that recording into a reusable skill that can be replayed on demand or scheduled. This lowers the technical barrier for automating web-based tasks considerably, since users no longer need to write code, configure API credentials, or set up MCP servers to teach Claude how to interact with a specific website. The author's test case—Komoot, a route-planning and outdoor navigation platform—illustrates the kind of consumer-facing, visually-driven service that typically lacks robust API access for casual automation, making browser recording a practical workaround.

The significance of this development lies in how it democratizes automation for sites that were previously difficult to script against. Many consumer web applications, especially those built around maps, forms, or interactive UI elements, don't expose clean APIs or aren't natively supported by MCP servers. Record a Skill effectively turns any website into an automatable target simply by watching a human complete the task once. This mirrors a broader trend in the RPA (robotic process automation) space, but with the added intelligence of an LLM that can generalize the recorded steps rather than just replaying rigid click coordinates—theoretically making the automation more resilient to minor UI changes.

However, the author's firsthand account tempers enthusiasm with a practical caveat: Claude in Chrome remains notably slow in its current state. This positions the feature as best suited for non-time-sensitive, schedulable tasks—background jobs like data collection, periodic form submissions, or routine site interactions—rather than anything requiring real-time responsiveness. This performance limitation is a common growing pain for browser-agent tools generally, where the overhead of visually parsing a live page and simulating human-like interactions is inherently slower than direct API calls or headless scripting.

Notably, the author reveals a preference for existing skill-creation workflows—Anthropic's own /skill-creator within Cowork, or a custom /skill-iterator ported into Claude Code—suggesting that power users and developers may still favor code-first or more controlled skill-authoring environments over browser recording, at least for now. This reflects a broader bifurcation emerging in the Claude ecosystem: technical users building precise, code-based automations through Claude Code and MCP, versus a growing audience of less technical, browser-first users who benefit from a more accessible, demonstration-based approach. As Anthropic continues to invest in both Claude Code's developer tooling and Claude in Chrome's consumer-facing browser agent, this dual-track strategy positions the company to capture automation use cases across the full spectrum of technical sophistication, even as it works through performance bottlenecks in the browser-agent experience.

Read original article →