sap-browser-automation
v2.4.1Use 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.
by Eduard JiglauGPL-3.0404updated 1 day ago
Source
git clone https://github.com/secondsky/sap-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/sap-browser-automation/ inside the repository.
Layout
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/sap-browser-automation/SKILL.md
Skills1
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
{
"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"
}
}{
"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"
}