Overview
cherry-browser is an open-source frontend skill for Claude Code and compatible agents, published by CherryHQ. Its author describes it as: “Interact with the user's visible Agent browser in Cherry Studio. Use for page navigation, authenticated websites, screenshots, forms, clicks, and browser debugging. Check live browser tools first; browser control requ…”. The project has 52k stars on GitHub and is available under the AGPL-3.0-only license. Add it to your setup with `git clone https://github.com/CherryHQ/cherry-studio ~/.claude/skills/cherry-browser`.
What cherry-browser does
Use the live `mcp__browser__*` tools to operate the browser in this Agent Session's right pane. Read their current schemas; names may be adapted by the runtime. If these tools are missing, explain that the user can enable Agent control in Browser settings and enable Browser in the Agent’s built-in tools. Per-tool permissions are configured in Browser settings. A skill cannot grant access or override session tool restrictions.
Best for
What’s inside
The SKILL.md for cherry-browser is organised into these sections:
- Observe, act, verify
- Screenshots
- Login and user interaction
- Trust and approvals
Installation
Add cherry-browser to your agent with:
git clone https://github.com/CherryHQ/cherry-studio ~/.claude/skills/cherry-browser Review a skill’s source before installing it — skills can instruct your agent to run commands. This command comes from the skill’s public repository, which is the source of truth for setup steps. New to skills? Read how to install Claude Code skills.
Supported agents
- Claude Code — declared in the repository topics
- Codex — declared in the repository topics
License
cherry-browser is published under the AGPL-3.0-only license.
Strengths
- Clear AGPL-3.0-only license — safe to read and adapt within its terms
- Ships in CherryHQ/cherry-studio, an established project with 52,047 GitHub stars
- Works with Claude Code, Codex
- Actively maintained — repository updated in the last 30 days
Author
Topics
Alternatives to cherry-browser
Similar skills from other repositories:
Compare cherry-browser alternatives side by side →
Frequently asked questions
- What does cherry-browser do?
- Interact with the user's visible Agent browser in Cherry Studio. Use for page navigation, authenticated websites, screenshots, forms, clicks, and browser debugging. Check live browser tools first; browser control requires the Browser setting and an available Agent pane.
- How do I install cherry-browser?
- Run git clone https://github.com/CherryHQ/cherry-studio ~/.claude/skills/cherry-browser in your agent, then reload your skills. Review the source at https://github.com/CherryHQ/cherry-studio before installing.
- Is cherry-browser free to use?
- Yes. cherry-browser is free and open source under the AGPL-3.0-only license, so you can read, run, and adapt it within that license's terms.
- Which agents does cherry-browser work with?
- cherry-browser lists Claude Code and Codex — named in its SKILL.md, its plugin marketplace or its repository topics. Skills use the portable SKILL.md format, so other agents that read that format may load it too.
- Where does cherry-browser come from?
- cherry-browser ships inside CherryHQ/cherry-studio, a repository that contains 37 catalogued skills in total. The repository's 52,047 GitHub stars apply to that whole collection, not to this skill on its own.