sap-ui5

sap-ui5 is a skill for Claude Code, Codex from SAP-samples/cap-agentic-engineered. It costs 38 tokens per session (453 once invoked), scanned A, original, Apache-2.0.

A development guide for building SAPUI5 applications, which are web applications made with SAP's UI framework.

In plain words
What is it for?
Use it when creating or changing SAPUI5 XML views, controller extensions, model bindings, formatters, and event handlers, then check the code with the UI5 linter.
Why use it?
It reduces guesswork when writing controllers, XML views, control settings, and data bindings by requiring guidance from the UI5 reference tools first.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/sap-samples/cap-agentic-engineered/sap-ui5
Any agent
npx skills add SAP-samples/cap-agentic-engineered --skill sap-ui5
Clone the repo
git clone --depth 1 https://github.com/SAP-samples/cap-agentic-engineered

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-ui5

README.md
[![agentmods](https://agentmods.dev/badge/skills/sap-samples/cap-agentic-engineered/sap-ui5.svg)](https://agentmods.dev/skills/sap-samples/cap-agentic-engineered/sap-ui5)
Your own site
<a href="https://agentmods.dev/skills/sap-samples/cap-agentic-engineered/sap-ui5"><img src="https://agentmods.dev/badge/skills/sap-samples/cap-agentic-engineered/sap-ui5.svg" alt="Measured on agentmods" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 453 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00038 $0.00453
Opus 5 $0.00019 $0.00227
Sonnet 5 $0.00008 $0.00091
Haiku 4.5 $0.00004 $0.00045

Measured 4d ago against content hash 2b79e2c3f98b, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

sap-ui5 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 4d 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.

.claude/skills/sap-ui5/SKILL.md · 45 lines

What it actually says

UI5 MCP-First Development

Before writing, modifying, debugging, or fixing SAPUI5 controllers, XML views, or control bindings, you MUST query the UI5 MCP server and apply its guidance.

Tools

Use mcp__ui5__* tools — primarily mcp__ui5__get_api_reference, mcp__ui5__get_guidelines, mcp__ui5__run_ui5_linter, and mcp__ui5__get_project_info.

Workflow

  1. Query before coding — call mcp__ui5__get_api_reference for control APIs, or mcp__ui5__get_guidelines for project-level patterns
  2. Trust MCP over training knowledge — if guidance conflicts with what you know, follow MCP
  3. Run the linter after changes — call mcp__ui5__run_ui5_linter to catch deprecated APIs
  4. Prefer the simplest pattern when MCP returns multiple valid approaches

Scope

This skill covers:

  • XML views with sap.m, sap.f, sap.uxap namespaces
  • Controller extensions (app/**/ext/controller/*.js)
  • Model bindings, formatters, event handlers
  • Control APIs and property configuration

UI5 Code Standards

  • XML views only — no JavaScript views
  • sap.ui.define for all modules — no globals
  • Async loading: data-sap-ui-async="true"
  • i18n for all user-facing text
  • No deprecated APIs (jQuery.sap.*, sync loading, sap.ui.getCore())
  • Fiori Elements controller extensions must be plain objects (not ES6 classes) — this refers to the ExtensionAPI instance
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. 4d ago First seen · 45 lines · 38 tokens per session scan A 2b79e2c3f98b

Subscribe to this mod's changes

sap-ui5 is a skill published in the GitHub repository SAP-samples/cap-agentic-engineered (12 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 38 tokens to every session and 453 once invoked, about $0.0002 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