Skip to content

jackeydou/computer-use

v0.1.0

Guidance for inspecting and controlling Mac apps through Pichu Computer Use tools.

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": "computer-use",
  "version": "0.1.0",
  "description": "Guidance for inspecting and controlling Mac apps through Pichu Computer Use tools.",
  "author": {
    "name": "Pichu"
  },
  "keywords": ["computer-use", "screen-capture", "macos", "automation"],
  "extensions": {
    "com.pichu.app": {
      "interface": {
        "displayName": "Computer Use",
        "shortDescription": "Inspect and control Mac apps without bringing them to the foreground.",
        "developerName": "Pichu",
        "category": "Automation",
        "icon": "./assets/icon.png",
        "logo": "./assets/logo.png",
        "capabilities": ["Skill"],
        "defaultPrompt": [
          "Use Computer Use to inspect my screen.",
          "Use Computer Use to operate Safari."
        ]
      }
    }
  }
}

Client extensions

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

  • com.pichu.app