sap-gui-skill-scaffold

Compile SAP GUI scenario probes into a mode-dispatched SKILL.md with VBS templates.

7|1|Updated May 11, 2026
One-click install
npx skills add https://github.com/sapdev-ai/sap-dev --skill sap-gui-skill-scaffold
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sap-gui-skill-scaffold
Source: https://github.com/sapdev-ai/sap-dev/tree/main/plugins/sap-dev-core/skills/sap-gui-skill-scaffold
Command: npx skills add https://github.com/sapdev-ai/sap-dev --skill sap-gui-skill-scaffold

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill automates authoring transaction-specific SAP GUI skills by turning multiple probe runs into a single, mode-dispatched SKILL.md that orchestrates references, tokens, and merged outputs.

Core Features & Use Cases

  • Merges per-scenario probes into a mode-dispatched SKILL.md with mode dispatch logic.
  • Generates per-probe reference VBS templates (sap_<name>_<mode>.vbs) and a merged workflow ready for testing.
  • Tokenizes variable values across probes to produce reusable parameters and ensures popup guards are included for robust replay.
  • Outputs a scaffolded skill folder under the work directory for immediate deployment in a plugin's skills/.

Quick Start

Provide a new skill name and a set of scenarios; the scaffold creates a ready-to-test draft.

Frequently Asked Questions about sap-gui-skill-scaffold

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate SAP GUI automation scripts from multiple scenario probes?

To generate SAP GUI automation scripts from scenario probes, compile multiple scenario probes into a single mode-dispatched SKILL.md. This process outputs per-probe VBS templates and a merged workflow ready for testing.

What is the best way to merge multiple SAP GUI scripting scenarios into one workflow?

Merging SAP GUI scripting scenarios involves compiling serial or parallel probe executions into a mode-dispatched SKILL.md. This approach handles popups, parameterizes variable values, and produces a ready-to-test draft.

Do I need Windows PowerShell to run SAP GUI VBScript automation skills?

Yes, you need Windows PowerShell and an SAP GUI scripting environment to run SAP GUI VBScript automation skills. Tokenization and mode mapping depend on the probes' touchpoints and the merge report.

How does tokenization work when scaffolding SAP GUI skills from probes?

Tokenization in SAP GUI skill scaffolding extracts variable values across multiple scenario probes to produce reusable parameters. This ensures popup guards are included for robust replay within the generated VBScript templates.

What limitations exist when automating SAP GUI transactions with VBScript probes?

Limitations of automating SAP GUI transactions with VBScript probes include dependencies on Windows PowerShell and the SAP GUI scripting environment. Mode mapping and tokenization rely entirely on the probes' touchpoints and the generated merge report.