plugins marketplace
← All plugins

sap-browser-automation

v2.4.1

Use when an agent must inspect or operate an authenticated SAP web UI through an in-app Browser, Microsoft Edge CDP, or an existing Playwright client, especially when SAP SSO reuse, isolated Edge profiles, deterministic target selection, screenshots, or browser bootstrap recovery is required.

CodexClaude Code1 skill

by Eduard JiglauGPL-3.0404updated 1 day ago

Source

git clone https://github.com/secondsky/sap-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/sap-browser-automation/ inside the repository.

Layout

plugins/sap-browser-automation/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/sap-browser-automation/SKILL.md

Skills1

sap-browser-automationskills/sap-browser-automation/SKILL.md

Use when an agent must inspect or operate an authenticated SAP web UI through an in-app Browser, Microsoft Edge CDP, or an existing Playwright client, especially when SAP SSO reuse, isolated Edge profiles, deterministic target selection, screenshots, or browser bootstrap recovery is required.

Manifests2

plugins/sap-browser-automation/.codex-plugin/plugin.json
{
  "name": "sap-browser-automation",
  "version": "2.4.1",
  "description": "Use when an agent must inspect or operate an authenticated SAP web UI through an in-app Browser, Microsoft Edge CDP, or an existing Playwright client, especially when SAP SSO reuse, isolated Edge profiles, deterministic target selection, screenshots, or browser bootstrap recovery is required.",
  "author": {
    "name": "Eduard Jiglau",
    "email": "hello@sap-ai-skills.com",
    "url": "https://sap-ai-skills.com"
  },
  "homepage": "https://sap-ai-skills.com",
  "repository": "https://github.com/secondsky/sap-skills",
  "license": "GPL-3.0",
  "keywords": [
    "automation",
    "browser",
    "cli",
    "development",
    "edge",
    "productivity",
    "sap",
    "sap-browser-automation",
    "tools"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "SAP Browser Automation",
    "shortDescription": "Use when an agent must inspect or operate an authenticated SA...",
    "longDescription": "Use when an agent must inspect or operate an authenticated SAP web UI through an in-app Browser, Microsoft Edge CDP, or an existing Playwright client, especially when SAP SSO reuse, isolated Edge profiles, deterministic target selection, screenshots, or browser bootstrap recovery is required.",
    "developerName": "Eduard Jiglau",
    "category": "Tooling",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "Use SAP Browser Automation for SAP guidance."
    ],
    "websiteURL": "https://sap-ai-skills.com"
  }
}
plugins/sap-browser-automation/.claude-plugin/plugin.json
{
  "name": "sap-browser-automation",
  "description": "Use when an agent must inspect or operate an authenticated SAP web UI through an in-app Browser, Microsoft Edge CDP, or an existing Playwright client, especially when SAP SSO reuse, isolated Edge profiles, deterministic target selection, screenshots, or browser bootstrap recovery is required.",
  "version": "2.4.1",
  "author": {
    "name": "Eduard Jiglau",
    "email": "hello@sap-ai-skills.com",
    "url": "https://sap-ai-skills.com"
  },
  "license": "GPL-3.0",
  "homepage": "https://sap-ai-skills.com",
  "repository": "https://github.com/secondsky/sap-skills",
  "keywords": [
    "automation",
    "browser",
    "cli",
    "development",
    "edge",
    "productivity",
    "sap",
    "sap-browser-automation",
    "tools"
  ],
  "category": "tooling"
}