playwright-cli
v1.0.1Token-efficient browser automation CLI for coding agents - navigate, interact, screenshot, and test web apps
By MicrosoftLicense: Apache-2.015 GitHub starsUpdated 2 hours ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 0 skill or MCP entries
- Source updated
- Sep 24, 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 playwright-cli for Codex and Claude Code
codex plugin marketplace add pleaseai/claude-code-plugins
codex plugin marketplace upgrade pleaseai
codex plugin add playwright-cli@pleaseaiPaste and run these commands in a terminal with Codex. They add and refresh the pleaseai catalog, then install this plugin.
Compatibility: the page URL and API slug “playwright-cli” remain stable.
- Codex:
playwright-cli@agent-plugin-marketplace→playwright-cli@pleaseai
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/pleaseai/claude-code-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/playwright-cli/.
Plugin files
├── .codex-plugin/plugin.json└── .claude-plugin/plugin.json
Plugin manifests2
{
"name": "playwright-cli",
"version": "1.0.1",
"description": "Token-efficient browser automation CLI for coding agents - navigate, interact, screenshot, and test web apps",
"author": {
"name": "Microsoft",
"url": "https://github.com/microsoft"
},
"interface": {
"displayName": "Playwright Cli",
"shortDescription": "Token-efficient browser automation CLI for coding agents - navigate, interact, screenshot, and test web apps",
"longDescription": "Token-efficient browser automation CLI for coding agents - navigate, interact, screenshot, and test web apps",
"developerName": "Microsoft",
"category": "Development",
"capabilities": [
"Skill"
],
"defaultPrompt": [
"Help me use Playwright Cli for my current task."
],
"websiteURL": "https://github.com/microsoft/playwright-cli"
},
"homepage": "https://github.com/microsoft/playwright-cli",
"repository": "https://github.com/pleaseai/playwright-cli",
"license": "Apache-2.0",
"keywords": [
"playwright",
"browser",
"automation",
"testing",
"e2e",
"screenshot",
"web"
]
}{
"name": "playwright-cli",
"version": "1.0.1",
"description": "Token-efficient browser automation CLI for coding agents - navigate, interact, screenshot, and test web apps",
"author": {
"name": "Microsoft",
"url": "https://github.com/microsoft"
},
"homepage": "https://github.com/microsoft/playwright-cli",
"repository": "https://github.com/pleaseai/playwright-cli",
"license": "Apache-2.0",
"keywords": [
"playwright",
"browser",
"automation",
"testing",
"e2e",
"screenshot",
"web"
],
"skills": "./.agents/skills/"
}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.
[playwright-cli on Agent Plugins Marketplace](https://pluginsmp.com/plugins/playwright-cli)