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.
npx skills add marcellourbani/vscode_abap_remote_fs --skill sap-webguigit clone --depth 1 https://github.com/marcellourbani/vscode_abap_remote_fsWrote 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.
[](https://agentmods.dev/skills/marcellourbani/vscode_abap_remote_fs/sap-webgui)<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.
<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>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once 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 |
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.
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.
Related workflows
Apply the guidance below for WebGUI mechanics and pitfalls. When the task also requires another workflow:
- follow
analyze-and-planfor code coverage,explore-uifor_screens.md, anddesign-casesfor test cases; - follow
sap-webgui-recordingto decide when and how to obtain a focused user recording; - follow
build-scriptsto translate a case into code; - follow
helpers-referencefor exactSapSession/SapArtifactsmethods 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:
- semantic role + exact accessible name;
- role/name scoped to a verified dialog or group;
- stable
titleoraria-labelfor toolbar controls; - visible cell text for grids;
sap.setGridCell(columnTitle, rowIndex, value)for editable ALV cells whose inputs have no accessible name (see “Editable ALV grid cells” below);{ technicalName: "<ABAP_FIELD>" }onsap.setField(...)when two visible fields share the same label — last-resort disambiguator via the SAP data-dictionary name insidelsdata(see “Thelsdataattribute” below);- 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.
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.
- 9d ago First seen · 316 lines · 69 tokens per session scan A eca3966b156d
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.
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/.
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.
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-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…
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…
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…