Skip to content

porabuild/terminal

v1.0.0Apache-2.0

Read the Terminal panel attached to this worktree and report what it is printing.

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": "terminal",
  "version": "1.0.0",
  "description": "Read the Terminal panel attached to this worktree and report what it is printing.",
  "author": {
    "name": "Poracode",
    "url": "https://poracode.com"
  },
  "homepage": "https://poracode.com",
  "license": "Apache-2.0",
  "keywords": ["terminal", "shell", "pane"],
  "extensions": {
    "com.poracode.client": {
      "title": "Terminal",
      "category": "developer-tools",
      "featured": true,
      "examplePrompt": "Check the Terminal panel for this worktree and tell me what the running command is doing",
      "alwaysEnabled": true,
      "coreSkill": "terminal-inspection",
      "builtInMcpServerIds": ["app-controls"],
      "skills": {
        "terminal-inspection": {
          "name": "Terminal",
          "description": "Read the Terminal panel attached to this worktree and report the evidence."
        }
      }
    }
  }
}

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