Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Realbrowser Skill

FreeNot checked

Give your AI agent a human disguise. Real Chrome from real humans via Ceki marketplace.

GitHubEmbed

About

Give your AI agent a human disguise. Real Chrome from real humans via Ceki marketplace.

README

ClawHub License PyPI GitHub release Discussions

Real Chrome sessions for AI agents — for tasks where headless or scripted requests aren't enough.

Use on sites you own or have authorization to operate on (your own QA flows, accessibility audits of your own sites, synthetic monitoring, support automation in your own dashboards, public data within site Terms of Service).

This is a thin client to the ceki-sdk CLI / Python SDK. It lets your AI agent open a real Chrome session and drive it — yours via the Ceki extension, or one rented from another opted-in user via the marketplace.

Three modes

Mode Where Cost Visibility
Self Your own Chrome (Ceki extension) Free for host_user == renter_user Only you
Marketplace Chrome contributed by another user who opted in to host $0.01/min, USDC The host can see your session
Earn (opt-in, off) Your idle Chrome contributed back 90% of session price Other agents you allow

Use responsibly

Use this skill only on sites where you have authorization (your own, public data within site Terms of Service, accessibility audits you are responsible for, customer support on behalf of your own users with their consent). See SKILL.md for appropriate and inappropriate use cases.

Install

clawhub skill install realbrowser

Or standalone CLI:

pip install --upgrade ceki-sdk --break-system-packages

Get API key

  1. Sign up at ceki.me — email only
  2. Dashboard → API keys → create one
  3. Export when ready to use:
export CEKI_API_KEY="your_key_here"

The skill does not transmit your API key during installation. Token verification is a separate, manual step.

Quickstart

ceki search --limit 5
SID=$(ceki rent --schedule <schedule_id> | jq -r .session_id)
ceki navigate $SID https://my-app.example.com
ceki snapshot $SID -o /tmp/01.png
ceki click $SID 400 300
ceki type $SID "hello"
ceki stop $SID

See also

  • SKILL.md — full reference for AI agents using this skill
  • examples/ — integration configs for Claude Desktop, Cursor, Cline
  • ceki.me — marketplace dashboard, API key management
  • ceki-sdk on PyPI — Python SDK + CLI

License

MIT. See LICENSE.

from github.com/Ceki-me/realbrowser-skill

Installing Realbrowser Skill

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/Ceki-me/realbrowser-skill

FAQ

Is Realbrowser Skill MCP free?

Yes, Realbrowser Skill MCP is free — one-click install via Unyly at no cost.

Does Realbrowser Skill need an API key?

No, Realbrowser Skill runs without API keys or environment variables.

Is Realbrowser Skill hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Realbrowser Skill in Claude Desktop, Claude Code or Cursor?

Open Realbrowser Skill on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Realbrowser Skill with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All browse MCPs