Skip to content
Skillv1.0.0

ai-tools-browser-native

Plugin boundary

by termco-ai(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from termco-ai/termco-plugin-releases (plugins/ai-tools-browser-native/AGENTS.md). Install upstream with npx skills add termco-ai/termco-plugin-releases --skill ai-tools-browser-native. Copyright stays with the author.

Plugin boundary

  • Import lifecycle APIs from @termco/kernel and product contracts from their owning @termco/*-base packages; termco-plugin.json is the dependency source of truth.
  • Consume browser.automation; never invoke private IPC.
  • Operate on browser tabs supplied by the session-scoped AiToolRuntime.
  • Keep external-origin actions dynamically approval-gated.
  • Password entry and local-file upload always require approval.
  • Own the per-session origin allowlist and expose it as ai.browser-policy.
  • Publish AI-SDK-independent JSON schemas through ai.tools.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/termco-ai-termco-plugin-releases-ai-tools-browser-native/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

termco-ai-termco-plugin-releases-ai-tools-browser-native.ocm.jsonjson
{
  "ocm": "1",
  "id": "termco-ai-termco-plugin-releases-ai-tools-browser-native",
  "kind": "skill",
  "name": "ai-tools-browser-native",
  "description": "Plugin boundary",
  "publisher": "termco-ai",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Plugin boundary"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/termco-ai/termco-plugin-releases",
      "path": "plugins/ai-tools-browser-native/AGENTS.md",
      "ref": "412e95adb08948c29822d087af2da95149f2d197",
      "url": "https://github.com/termco-ai/termco-plugin-releases/blob/412e95adb08948c29822d087af2da95149f2d197/plugins/ai-tools-browser-native/AGENTS.md",
      "key": "termco-ai/termco-plugin-releases/plugins/ai-tools-browser-native/AGENTS.md"
    }
  },
  "instructions": "# Plugin boundary\n\n- Import lifecycle APIs from `@termco/kernel` and product contracts from their owning `@termco/*-base` packages; `termco-plugin.json` is the dependency source of truth.\n- Consume `browser.automation`; never invoke private IPC.\n- Operate on browser tabs supplied by the session-scoped `AiToolRuntime`.\n- Keep external-origin actions dynamically approval-gated.\n- Password entry and local-file upload always require approval.\n- Own the per-session origin allowlist and expose it as `ai.browser-policy`.\n- Publish AI-SDK-independent JSON schemas through `ai.tools`.",
  "cost": {
    "context_tokens": 145
  }
}

Fetch it by URL: GET /api/v1/registry/termco-ai-termco-plugin-releases-ai-tools-browser-native/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.