Skip to content

sdsleon/browser-tools

v1.1.0Apache-2.0

Browse, inspect, and test websites in Poracode's isolated in-app browser.

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": "browser-tools",
  "version": "1.1.0",
  "description": "Browse, inspect, and test websites in Poracode's isolated in-app browser.",
  "author": {
    "name": "Poracode",
    "url": "https://poracode.com"
  },
  "homepage": "https://poracode.com",
  "license": "Apache-2.0",
  "keywords": ["browser", "testing", "automation"],
  "extensions": {
    "com.poracode.client": {
      "title": "Browser Tools",
      "category": "developer-tools",
      "featured": true,
      "examplePrompt": "Open my local app in Poracode's browser, test the requested flow, and report visual, console, and network evidence",
      "coreSkill": "browser-control",
      "nativePluginNames": ["browser"],
      "nativeCoreSkill": "control-in-app-browser",
      "builtInMcpServerIds": ["browser"],
      "skills": {
        "browser-control": {
          "name": "Browser Control",
          "description": "Navigate, inspect, and test pages with the in-app Browser MCP.",
          "nativePluginName": "browser",
          "nativeSkill": "control-in-app-browser"
        }
      }
    }
  }
}

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