kachilu-browser
v0.0.7Browser automation CLI and MCP tools for AI agents, with human-like browser control and WSL2 Windows Chrome support.
By Kachilu Inc.License: SEE LICENSE IN LICENSE1.1k GitHub starsUpdated 12 hours ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 23, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install kachilu-browser for Codex
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add kachilu-browser@awesome-codex-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “kachilu-browser” remain stable.
- Codex:
kachilu-browser@agent-plugin-marketplace→kachilu-browser@awesome-codex-plugins
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/hashgraph-online/awesome-codex-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/kachilu-inc/kachilu-browser/.
Plugin files
├── .codex-plugin/plugin.json├── skills/kachilu-browser/SKILL.md└── .mcp.json
Included Skills1
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, logging in to sites, posting to social apps, handling CAPTCHA workflows, or automating browser actions. Load the core guide to choose between host-provided sessions, MCP tools, and CLI commands.
MCP servers1
- command
- node
- args
- ./scripts/mcp-server.mjs
Plugin manifests1
{
"name": "kachilu-browser",
"version": "0.0.7",
"description": "Browser automation CLI and MCP tools for AI agents, with human-like browser control and WSL2 Windows Chrome support.",
"author": {
"name": "Kachilu Inc."
},
"homepage": "https://github.com/kachilu-inc/kachilu-browser",
"repository": "https://github.com/kachilu-inc/kachilu-browser",
"license": "SEE LICENSE IN LICENSE",
"keywords": [
"browser",
"automation",
"chrome",
"mcp",
"agent"
],
"skills": "./skills",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "Kachilu Browser",
"shortDescription": "Automate a real browser through OpenClaw MCP tools.",
"longDescription": "Kachilu Browser gives OpenClaw agents a local browser automation control plane with accessibility snapshots, visible UI actions, CAPTCHA-aware workflows, and WSL2 Windows Chrome support.",
"developerName": "Kachilu Inc.",
"category": "Productivity",
"capabilities": [
"Browser Automation",
"MCP Tools"
],
"websiteURL": "https://github.com/kachilu-inc/kachilu-browser"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[kachilu-browser on Agent Plugins Marketplace](https://pluginsmp.com/plugins/kachilu-browser)