kuri
Lightweight browser automation, web scraping, and mobile device control
All Skills in This Repository (6)
Pure Emerald Level Indicatorskuri-mobile
Automate mobile device control across iOS and Android platforms.
kuri-browse
Fetch web pages and render them as markdown in a terminal REPL.
kuri-agent
Automate Chrome browser tasks and security workflows via CDP.
kuri-android
Automate Android device taps, swipes, text input, and app control via CLI.
kuri-ios
Automate iOS simulator and device management via the CLI.
kuri-server
Automate Chrome navigation, interaction, and data capture via an HTTP API.
Frequently Asked Questions
FAQPage SchemaHow to install Kuri?โผ
Run `npx skills add justrach/kuri --all -g -y` in your terminal to install all skills in this suite globally.
What does Kuri do for browser automation?โผ
Kuri drives Chrome through a single small Zig binary, letting you navigate pages, click elements, fill forms, take screenshots, and record network traffic. It needs no Node.js, Playwright, or npm dependencies.
Can Kuri control Android and iOS devices?โผ
Yes. Kuri can tap, swipe, type, screenshot, and read the UI tree on Android devices and emulators, and it can boot iOS Simulators, open URLs, launch apps, and capture screenshots.
How does Kuri reduce token costs for agents?โผ
It returns compact page snapshots with short element refs and supports batch commands, so a full browse-and-click loop uses far fewer tokens than typical browser automation tools.
Does Kuri work with Claude Code and other coding agents?โผ
Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Cursor, Codex, and other compatible agent environments.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core