Skip to content

mauricioperera/kite-lite

v0.1.0MIT

agent-tools-runtime plugin for kite-lite: a stdio MCP client wrapping the kite-lite browsing/rendering engine, plus a deterministic page-overview skill.

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": "kite-lite",
  "version": "0.1.0",
  "description": "agent-tools-runtime plugin for kite-lite: a stdio MCP client wrapping the kite-lite browsing/rendering engine, plus a deterministic page-overview skill.",
  "license": "MIT",
  "repository": "https://github.com/MauricioPerera/agent-tools-runtime",
  "keywords": ["agent-tools-runtime", "mcp", "kite-lite", "browser"],
  "extensions": {
    "dev.agent-tools-runtime": {
      "prefix": "kite",
      "adapter": "./adapter.mjs",
      "adapterExport": "KiteLiteAdapter",
      "readonlyTools": ["fetch_page", "eval_js", "browser_get_dom", "browser_screenshot", "render_screenshot"],
      "skills": ["./skills/page-overview.mjs"],
      "discoverHint": "Requiere el binario kite-lite compilado y accesible (KITE_LITE_BIN o 'kite-lite' en PATH)."
    }
  }
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • page-overview.mjs
  • LICENSE
View on GitHub

Client extensions

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

  • dev.agent-tools-runtime