Skip to content

sdsleon/chrome-tools

v1.1.0Apache-2.0

Work with the pages and signed-in sessions already open in Chrome.

What this package declares

The file a client reads when it loads this plugin, exactly as this revision carries it.

plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "chrome-tools",
  "version": "1.1.0",
  "description": "Work with the pages and signed-in sessions already open in Chrome.",
  "author": {
    "name": "Poracode",
    "url": "https://poracode.com"
  },
  "homepage": "https://poracode.com",
  "license": "Apache-2.0",
  "keywords": ["chrome", "browser", "automation"],
  "extensions": {
    "com.poracode.client": {
      "title": "Chrome Tools",
      "category": "automation",
      "featured": true,
      "examplePrompt": "Use my existing Chrome session to complete this browser task and verify the final visible state",
      "projectKinds": ["windows", "posix"],
      "coreSkill": "chrome-control",
      "nativePluginNames": ["chrome"],
      "nativeCoreSkill": "control-chrome",
      "builtInMcpServerIds": ["chrome"],
      "skills": {
        "chrome-control": {
          "name": "Chrome Control",
          "description": "Use Chrome safely when a task needs an existing browser session.",
          "nativePluginName": "chrome",
          "nativeSkill": "control-chrome"
        }
      }
    }
  }
}

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • com.poracode.client