sap-webgui

sap-webgui is a skill for Claude Code, Codex from marcellourbani/vscode_abap_remote_fs. It costs 69 tokens per session (6,933 once invoked), scanned A, original, MIT.

A reference guide for how SAP WebGUI, SAP’s browser-based interface, behaves during live exploration and automated testing. It covers screens, frames, dialogs, grids, uploads, and reliable ways to identify controls.

In plain words
What is it for?
Use it when exploring SAP WebGUI or writing Playwright tests, especially for selection screens, dialogs, ALV tables, toolbars, file uploads, frames, and generated element identifiers.
Why use it?
SAP WebGUI identifiers can change between sessions, themes, and software versions, so tests based on them may break. The guide helps tests target visible meaning and behavior instead.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when exploring SAP WebGUI or writing Playwright tests, especially for selection screens, dialogs, ALV tables, toolbars, file uploads, frames, and generated element identifiers.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/marcellourbani/vscode_abap_remote_fs/sap-webgui
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add marcellourbani/vscode_abap_remote_fs --skill sap-webgui
Clone the repo
git clone --depth 1 https://github.com/marcellourbani/vscode_abap_remote_fs

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for sap-webgui

README.md
[![agentmods](https://agentmods.dev/badge/skills/marcellourbani/vscode_abap_remote_fs/sap-webgui/github.svg)](https://agentmods.dev/skills/marcellourbani/vscode_abap_remote_fs/sap-webgui)
Your own site
<a href="https://agentmods.dev/skills/marcellourbani/vscode_abap_remote_fs/sap-webgui"><img src="https://agentmods.dev/badge/skills/marcellourbani/vscode_abap_remote_fs/sap-webgui/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for sap-webgui

Your own site · 80×15
<a href="https://agentmods.dev/skills/marcellourbani/vscode_abap_remote_fs/sap-webgui"><img src="https://agentmods.dev/badge/skills/marcellourbani/vscode_abap_remote_fs/sap-webgui.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 69 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,933 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00069 $0.06933
Opus 5 $0.00034 $0.03467
Sonnet 5 $0.00014 $0.01387
Haiku 4.5 $0.00007 $0.00693

Measured 9d ago against content hash eca3966b156d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

sap-webgui scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

client/media/skills/testing/sap-webgui/SKILL.md · 316 lines

How it starts

The opening of the file, as written. The whole thing — 316 lines — stays where its author put it; the contents beside it link to each section on GitHub.

SAP WebGUI — UI Mechanics and Locator Rules

For bounded, self-contained support work, use sap-task-helper with explicit inputs, allowed writes, and an output contract.

Non-negotiable execution gate

The abapfs_run_playwright_tests tool verifies the workflow artifacts produced from WebGUI exploration and will reject affected cases when required screen mappings or script checks are missing. Do not guess locators or skip live verification.

Apply the guidance below for WebGUI mechanics and pitfalls. When the task also requires another workflow:

  • follow analyze-and-plan for code coverage, explore-ui for _screens.md, and design-cases for test cases;
  • follow sap-webgui-recording to decide when and how to obtain a focused user recording;
  • follow build-scripts to translate a case into code;
  • follow helpers-reference for exact SapSession/SapArtifacts methods and signatures.

Labels versus IDs

SAP WebGUI DOM IDs, generated reference numbers, row indexes, and CSS class suffixes can change across sessions, themes, support-package levels, and screen rerenders. Do not use them as test contracts.

Prefer, in order:

  1. semantic role + exact accessible name;
  2. role/name scoped to a verified dialog or group;
  3. stable title or aria-label for toolbar controls;
  4. visible cell text for grids;
  5. sap.setGridCell(columnTitle, rowIndex, value) for editable ALV cells whose inputs have no accessible name (see “Editable ALV grid cells” below);
  6. { technicalName: "<ABAP_FIELD>" } on sap.setField(...) when two visible fields share the same label — last-resort disambiguator via the SAP data-dictionary name inside lsdata (see “The lsdata attribute” below);
  7. a narrowly-contained sap.raw() locator using role/name when no helper fits.

The on-screen label and DOM accessible name are often—but not always—the same. Exploration must record both when they differ. English UI language is required because labels are part of the locator contract.

Read the full file on GitHub · 316 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 316 lines · 69 tokens per session scan A eca3966b156d

Subscribe to this mod's changes

sap-webgui is a skill published in the GitHub repository marcellourbani/vscode_abap_remote_fs (388 stars, last pushed today), licensed MIT. It adds 69 tokens to every session and 6,933 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

test-ui

Test the BrowserOS app extension UI by starting the dev environment and visually verifying changes via CDP. Covers the new tab page (left sidebar — Home, Scheduled Tasks, Settings, etc.) and the right side panel (chat interface). Use after making UI changes to apps/app/.

browseros-ai/BrowserOS · 59 tokens

apify-cli

Patterns for invoking the Apify CLI (apify) from agents. Covers authentication, creating/running/pushing Actors, calling Actors in the cloud, and reading results from datasets and key-value stores.

apify/apify-cli · 44 tokens

ai-sdk

Answer questions about the AI SDK and help build AI-powered features. Use when developers: (1) Ask about AI SDK functions like generateText, streamText, ToolLoopAgent, embed, or tools, (2) Want to build AI agents, chatbots, RAG systems, or text generation features, (3) Have questions about AI providers (OpenAI…

browseros-ai/BrowserOS · 155 tokens

browseros-neo

The user's dedicated browser for agents — a real browser signed into their accounts, with live logins and a persistent profile. Use it for any task that touches a website or browser (open, read, act, fill, sign in, download, verify). The user installed it precisely so agents default here unprompted — over in-app…

browseros-ai/BrowserOS · 119 tokens

zpa-application_segment-pra-onboard

End-to-end onboarding of a new Privileged Remote Access (PRA) application in Zscaler Private Access. Walks through the full dependency chain — App connector group, server group, segment group, PRA credential, PRA portal, PRA application segment with appsconfig (RDP/SSH targets), and access policy rule — for RDP and…

zscaler/zscaler-mcp-server · 174 tokens

zpa-application_segment-ba-onboard

End-to-end onboarding of a new Browser Access (BA) application in Zscaler Private Access. Walks through the full dependency chain — App connector group, server group, segment group, BA TLS certificate, BA application segment with appsconfig, and access policy rule — for web apps that should be reachable through the…

zscaler/zscaler-mcp-server · 117 tokens