数据月份 2026-08
Claude Studio
Claude Studio
Claude Studio
Alexey FedorovA visual AI coding assistant where you pick a page element, describe a change, and Claude Code edits it.

据 AlphaMoat 统计,截至 2026-08,Chrome 插件 Claude Studio 用户数为 76,环比 +33.3%,评分 5(3 人评价),在全部 9,793 款 AI 浏览器插件中排名第 4,576 位,在「编程开发」分类(640 款)中排名第 278 位。

用户数 · 2026-08
76+33.3%
评分
★ 53 评价
全站排名(9,793 个)
#4,576
「编程开发」排名
#278/ 640

Claude Studio 是什么

Product Overview

Claude Studio is a visual AI coding assistant for your browser that bridges your browser and your codebase. Select any element on a page, describe the change in plain English, and Claude Code edits the real source file in your project live, locating the file with framework route hints and streaming the response in the side panel. It is the visual front end for Claude Code, built for the moment you are looking at your running app and want to change what you see.

Key Features9 项
  • 01Element picker with a gold highlight overlay and two activation modes
  • 02In-page prompting after picking an element, with no window switching
  • 03Source file targeting that generates robust selectors and captures computed styles and the parent chain
  • 04Side panel chat with Claude Code, streaming responses, markdown, tables, and slash-command autocomplete
  • 05Model switching across Claude Sonnet 4.6, Opus 4.8, Haiku 4.5, and Fable 5
  • 06Reasoning effort control up to the ultracode top tier, per model
  • 07Guardrails with max turns, a per-session USD budget, and permission modes
  • 08Cost tracking of token usage and cost per turn
  • 09Local-only operation over a WebSocket on 127.0.0.1, with no analytics, telemetry, or external servers
Business Model

Claude Studio is free to use, running on your own Claude Code account, so model usage is billed through Claude Code as usual.

展开 Chrome 商店完整介绍▾

Visual AI coding assistant — select elements, describe changes, Claude Code executes Claude Studio is a visual AI coding assistant for your browser. Select any element on a page, describe the change in plain English, and Claude Code edits the real source file in your project — live, in your own codebase. By Alexey Fedorov.

Setup is one command. In your project directory, run:

pnpx claude-studio (or) npx claude-studio

The agent starts a local terminal UI and prints a WebSocket URL (ws://localhost:7281 by default). Open the extension, connect to that URL, and you're editing. No accounts, no build step, no config file to write.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

WHAT IT IS

Claude Studio bridges your browser and your codebase. Instead of describing a UI change in a terminal and guessing which file it lives in, you point at the element on the page. Claude Studio captures its selector, styles, and structure, locates the source file (with framework route hints), and Claude Code makes the edit. It's the visual front end for Claude Code — built for the moment you're looking at your running app and want to change what you see.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

HOW IT WORKS

1. Run "pnpx claude-studio" (or "npx claude-studio") in your project directory. 2. Connect the extension to the ws:// URL the agent prints. 3. Press Ctrl+Shift+E (or hold Shift) to activate the element picker — a gold highlight follows your cursor. 4. Click an element and type your change: "make this button larger" or "change the background to dark blue." 5. Claude Code finds the right source file and edits it. Watch the streaming response in the side panel.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

FEATURES

  • Element Picker: Gold highlight overlay shows exactly what you're selecting. Two activation modes — Ctrl+Shift+E to toggle, or hold Shift for quick one-off picks.
  • In-Page Prompt: After picking an element, type your change right on the page. No need to switch windows.
  • Source File Targeting: Generates robust CSS selectors, captures computed styles and the parent chain, and uses framework route hints to find the actual file behind the element.
  • Side Panel Chat: Full conversation with Claude Code — streaming responses, markdown and tables, slash-command autocomplete (/model, /cost, /context).
  • Model Switching: Choose Claude Sonnet 4.6, Opus 4.8, Haiku 4.5, or Fable 5 from a dropdown. The agent applies it to every request — no slash commands needed.
  • Reasoning Effort Control: Dial the effort tier from low up to max, plus Claude Studio's "ultracode" top tier, per model.
  • Plugins & Skills: Toggle any Claude Code plugin or skill discovered in your project on or off from the Agent tab.
  • Synced Config: The terminal UI and the extension share one source of truth. Change the model, max turns, budget, or permission mode in either place and it syncs to all connected clients instantly.
  • Guardrails: Set max turns and a per-session USD budget. Pick a permission mode (accept edits, plan, or full bypass) and choose whether Bash is allowed.
  • Cost Tracking: See token usage and cost per turn in the session info bar.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

WHAT'S NEW IN 2.0

Claude Studio 2.0 is a ground-up rewrite. A single "pnpx claude-studio" command replaces the old setup/serve steps and boots an interactive terminal UI alongside the WebSocket server. New in this line: reasoning-effort tiers (including "ultracode"), per-project plugin and skill toggles, Fable 5 support, live config sync between the TUI and the extension, and source-file targeting with framework route hints.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

REQUIREMENTS

  • Node.js 20 or newer
  • Claude Code CLI, installed and authenticated ("claude --version" should work)
  • A Chromium-based browser (Chrome, Edge, Brave, Arc)

Claude Studio talks only to localhost. The extension connects to the agent on your machine over a local WebSocket — your code never leaves your computer.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

PRIVACY

No analytics. No telemetry. No external servers. The extension communicates only with the local agent on 127.0.0.1, and the agent runs Claude Code in your own project. All editing happens on your machine. See PRIVACY.md in the repository for the full policy.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

FAQ

What is Claude Studio? A browser extension plus a local agent that let you edit your codebase visually. You select an element in your browser, describe a change, and Claude Code edits the real source file. It's a visual interface for Claude Code.

How do I install Claude Studio? Install the extension, then run "pnpx claude-studio" or "npx claude-studio" in your project directory. The agent prints a ws:// URL; connect the extension to it. No separate setup command.

Do I need Claude Code to use it? Yes. Claude Studio runs the Claude Code CLI locally, so you need it installed and authenticated. It uses your existing Claude Code account.

Does Claude Studio send my code anywhere? No. The extension only talks to the local agent over a localhost WebSocket (default ws://localhost:7281). Your source files stay on your machine; only Claude Code's normal model calls leave, exactly as they would in the terminal.

Which AI models can I use? Claude Sonnet 4.6, Claude Opus 4.8, Claude Haiku 4.5, and Claude Fable 5 — switchable from a dropdown, with a reasoning-effort dial per model.

How is this different from using Claude Code in the terminal? Claude Code in the terminal can't see your running UI. Claude Studio lets you point at the exact element you want changed, captures its styles and structure, and finds the source file for you — then hands a precise, context-rich prompt to Claude Code.

Is Claude Studio free? Yes, Claude Studio is free to use. It runs on your own Claude Code account, so model usage is billed through Claude Code as usual. The source is available under the Elastic License 2.0.

Which browsers are supported? Chromium-based browsers — Chrome, Edge, Brave, and Arc.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Created by Alexey Fedorov.

插件档案

版本
v2.1.0
安装包体积
225KiB
支持语言
English
更新于
2026-06-26

用户增长趋势

同一坐标 · 悬停查看月度数值
最新 76环比+33.3%
-27.3654.7282.0826-0526-0626-08
2026-05
19
—
2026-06
39
+105.3%
2026-07
57
+46.2%
2026-08
76
+33.3%

「编程开发」分类下的热门插件

点击查看详情,或「+ 对比」与 Claude Studio 并排对比
Instant Data Scraper
Instant Data Scraper
编程开发★ 4.9
100.0万
用户数

Instant Data Scraper extracts web data into Excel or CSV using AI to detect relevant content.

+ 对比
PIXM Phishing Protection
PIXM Phishing Protection
编程开发★ 4.5
60.0万
用户数

PIXM is a browser extension that uses AI to block phishing websites the moment you click a malicious link.

+ 对比
BLACKBOX.AI
BLACKBOX.AI
编程开发★ 2.7
30.0万
用户数

Blackbox is an AI coding assistant that answers programming questions and helps you work with code, GitHub, and on-page context directly in your browser.

+ 对比
Ui.Vision
Ui.Vision
编程开发★ 3.9
20.0万
用户数

Ui.Vision is a free RPA and macro recorder that automates browser and desktop tasks with computer vision, OCR, and a built-in AI assistant.

+ 对比
Total WebShield
Total WebShield
编程开发★ 3.7
10.0万
用户数

Browse safer with cloud-based antivirus that blocks phishing, malware, and harmful websites.

+ 对比
Thunderbit
Thunderbit
编程开发★ 4.2
10.0万
用户数

Thunderbit is an AI web-scraping agent that turns any webpage into structured spreadsheets in two clicks for sales and operations teams.

+ 对比

数据月份:2026-08 · 用户数与评分来自 Chrome 应用商店公开数据,按月聚合更新。口径说明见数据方法。