⚡ Chrome · Android · iOS · Desktop · Games — load as a Skill in any AI agent, or call it directly via the Python SDK or the CLI

Cross-Platform GUI AutomationDriven by AI Vision

A multimodal vision engine that replaces brittle selectors—driving browsers, native apps, desktops, and games through pixels, reaching what DOM-based frameworks like Playwright and Selenium cannot. Three ways in: ship it as a Skill any AI agent (Claude Code, Cursor, and others) can load, letting the agent write and run the script from a natural-language task; call the Python SDK directly from your own Python project; or use the CLI to run a natural-language task with a single command, no code required.

See It In Action

Qirabot reads the screen, decides, and acts on its own in each scenario—no selectors, no scripted rules.

Play an MMORPG from zero to level 15, hands-free

On a real iPhone, creates a character in Fantasy Westward Journey — a top-grossing NetEase MMORPG — and completes the entire new-player flow: dialogues, quests, battles, leveling to 15 with no human input. Capped at 200 steps, not by ability. Recording at 3× speed.

Clear AFK Journey’s tutorial and reach the open world

On a real iPhone, creates a character in AFK Journey — Lilith’s flagship RPG — clears the guided tutorial, and pushes main-story quests in the open world: dialogues, gacha pulls, speed auto-battles, auto-pathing, all AI-decided. After a lost fight it levels its heroes and retries. Zero human input. Recording at 3× speed.

Beat a Royal Match puzzle level on iOS

Reads the pieces on the Royal Match board, identifies matches by color and shape, drags adjacent pieces to swap and form three-in-a-row clears, and reasons step by step to clear Level 2.

Core Capabilities

Six points that set Qirabot apart from traditional automation.

Skill for AI Agents

Loaded as a Skill into any AI agent (Claude Code, Cursor, and others); the agent calls Qirabot from natural-language tasks to drive the device.

Vision-Based Locators

No XPath, no CSS selectors, no scripted rules. The vision engine reads on-screen text, buttons, and elements, converting natural-language descriptions into pixel coordinates; locators adjust when the screen changes.

AI Assertion & Extraction

Replace element-exists assertions with bot.verify("the cart shows 1 item"). Pull structured data straight from the screen with bot.extract()—no parsing logic.

One API, All Platforms

A single REST API drives the Chrome browser, Android, iOS, and desktop environments.

Client-Driven Architecture

No persistent connections. The script is the client—each step makes an outbound call to pull a decision; firewall-friendly. Automation code and data stay in your environment; only screenshots are uploaded.

Bolt onto Existing Frameworks

Already running Playwright, Selenium, Appium, or Airtest? Pass the page or driver to Qirabot to inject AI steps into your existing suite—no tool switch, no rewrites.

How Each Step Works

Both call styles share the same underlying phases; the only difference is whether reasoning is needed.

Autonomous (bot.ai)

Model reasoning + multi-step loop until the task is done

Capture

The client captures the current screen and sends it to the server as reasoning input.

Reason

The server combines the task, action history, and screenshot to reason out the next action.

Locate

The vision engine identifies the target element and converts it into pixel coordinates.

Execute

The client performs the corresponding action at those coordinates (click, type, gesture, etc.).

Loops back to step ① until the task is done.

Deterministic Steps

The action is specified by the caller; execute once and return

Capture

The client captures the current screen as input for localization.

Locate

The vision engine identifies the target element from a natural-language description and converts it into pixel coordinates.

Execute

The client performs the caller's specified action at those coordinates.

CLI & Python SDK

Run natural-language tasks with a single shell command—no code required—or call the SDK from your own Python scripts, pytest suites, or CI pipelines. Either way, you can bolt onto an existing Playwright / Selenium / Appium / Airtest session, keeping your existing selectors and driver code while injecting AI steps where they matter.

One command per task, zero code

Four subcommands—browser / android / ios / desktop—run natural-language tasks on the matching target: browser supports headless mode and CDP attachment to a running Chrome; Android and iOS real devices are driven directly over adb / WDA. qirabot doctor checks your environment in one step; every run writes an HTML report with annotated screenshots, and --record captures a video—ready for quick validation and CI.

Read the SDK & CLI Guide
terminal
# Install the CLIcurl -LsSf https://qirabot.com/install | sh # One command, one natural-language task — no code, no selectorsqirabot browser "Open GitHub Trending and extract today's top repositories" # Android / iOS real devices: the same one-liner, direct over adb / WDAqirabot android "Open Settings and enable dark mode"qirabot ios "Clear the daily quests" --bundle-id com.example.game # Every run writes an HTML report with annotated screenshots;# --record also captures a video of the runqirabot browser "Smoke-test the checkout flow" --record --max-steps 30

For AI Agents

Qirabot ships as a Skill that any AI agent (Claude Code, Cursor, and others) can load—giving it the ability to write scripts and drive browsers, native apps, desktops, and games from a natural-language task.

1

Install the Skill

In Claude Code, run:

/plugin install qirabot@qirabot

Other agents: copy the entire skills/qirabot/ directory into their skill path.

2

Describe the Task

Describe the goal in natural language, e.g.:

  • In Chrome, sign in to the admin console and export this month's orders as CSV
  • In the X (Twitter) Android app, search a topic and like the top 5 results
  • In the Booking iOS app, search hotels in Tokyo, sort by rating, and extract the top 10
3

Autonomous Execution

The agent generates a Python script from SKILL.md and REFERENCE.md, drives the device through Qirabot, and returns a structured result.

Generated by the agent
# Authored by the agent — Qirabot wraps Playwright / Appium / Airtestfrom qirabot import Qirabot bot = Qirabot()page = bot.open("https://admin.example.com")result = bot.ai(page, "Export this month’s orders as CSV")print(result.output)

The skill lives at sdk/python/plugins/qirabot/skills/qirabot/, bundling SKILL.md (when and how the agent should invoke it), REFERENCE.md (API summary), and three starter templates (browser / android / bolt-on). bot.ai() is the default entry—a single instruction can drive a full multi-step task.

Pay for What You Use

No recurring subscription. Refill credits when you need them; each call is billed by actual consumption.

Per-Tier Usage Rates

Pick a tier when creating a task; usage is billed per token, priced in credits. Per-step estimates below assume a typical step ≈ 3,200 input + 100 output tokens + 1 vision call

Fast

Fastest and lowest cost—minimal reasoning, best for simple, high-volume steps.

Input
50
Output
300

credits / 1M tokens

Per typical step

0.22 credits($0.0022)

Balanced

A solid balance of quality and cost for everyday automation.

Input
100
Output
600

credits / 1M tokens

Per typical step

0.41 credits($0.0041)

Balanced Pro

More reasoning for demanding tasks that need extra accuracy.

Input
300
Output
1,800

credits / 1M tokens

Per typical step

1.17 credits($0.0117)

High Quality

Top quality with extended thinking for the most complex tasks.

Input
400
Output
2,400

credits / 1M tokens

Per typical step

1.55 credits($0.0155)

Sign-up Gift

500 free credits for new users on signup.

$0.00/ Free
  • All platforms (Android / iOS / Chrome / Desktop)
  • Standard inference speed
  • Community support
Sign Up Free
Recommended

On-Demand Refill

Top up credits at any amount in the console; refill anytime.

$0.008 - $0.01/ Credit
  • Min 1,000 credits per purchase
  • Tiered discounts up to 20% — larger top-ups, lower unit price
  • All platforms; refill anytime as credits run out
Refill Credits

Per-Step Atomic BillingAtomicity

Each call is billed by actual consumption: LLM tokens + vision call unit price, calculated to the fraction. Failed steps are not charged. Idle tasks incur no cost. No fixed monthly subscription.

Vision Engine: Only 0.03 credits per call (approx. $0.0003)
Multimodal Brain: Precise per-token deduction with zero idle cost