Event Hooks
Community

add-playwrightmcp

1 event · 1 hook

Install
1
Install the plugin
$
npx claudepluginhub takemi-ohama/ai-agent-marketplace --plugin add-playwrightmcp

Want just this hook?

Then install: npx claudepluginhub u/[userId]/[slug]

Source

Defined in hooks/hooks.json

Configuration
{
  "SessionStart": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "node ${CLAUDE_PLUGIN_ROOT}/scripts/ensure-playwright.js",
          "description": "Auto-install Playwright chromium on first use",
          "suppressOutput": false,
          "continueOnError": false
        }
      ],
      "enabled": true,
      "matcher": "startup|resume",
      "priority": 100,
      "description": "Ensure Playwright browser is installed"
    }
  ]
}
Summary
{
  "riskFlags": {
    "touchesBash": false,
    "matchAllTools": false,
    "touchesFileWrites": false
  },
  "typeStats": {
    "command": 1
  },
  "eventStats": {
    "SessionStart": 1
  },
  "originCounts": {
    "absolutePaths": 0,
    "pluginScripts": 1,
    "projectScripts": 0
  },
  "timeoutStats": {
    "commandsWithoutTimeout": 1
  }
}
Stats
Stars1
Forks0
Last CommitNov 17, 2025

Similar Hooks