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 efeumutaslan/SAP-SKILLS --skill sap-ui5-fiorigit clone --depth 1 https://github.com/efeumutaslan/SAP-SKILLSWrote 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/efeumutaslan/sap-skills/sap-ui5-fiori)<a href="https://agentmods.dev/skills/efeumutaslan/sap-skills/sap-ui5-fiori"><img src="https://agentmods.dev/badge/skills/efeumutaslan/sap-skills/sap-ui5-fiori/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/efeumutaslan/sap-skills/sap-ui5-fiori"><img src="https://agentmods.dev/badge/skills/efeumutaslan/sap-skills/sap-ui5-fiori.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.00115 | $0.03909 |
| Opus 5 | $0.00057 | $0.01954 |
| Sonnet 5 | $0.00023 | $0.00782 |
| Haiku 4.5 | $0.00012 | $0.00391 |
Grade A, and why
sap-ui5-fiori 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 12d 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 — 404 lines — stays where its author put it; the contents beside it link to each section on GitHub.
SAPUI5 and Fiori Application Development
Related Skills
sap-fiori-testing— OPA5, wdi5, accessibility testing for the apps built heresap-odata— OData v2/v4 service design and consumption (the backend for most Fiori apps)sap-rap-comprehensive— RAP backends that auto-generate OData for UI5 consumptionsap-cap-advanced— CAP backends with CDS-based OData servicessap-build-apps— Low-code alternative when full UI5 is overkill
Quick Start
Scaffold a new freestyle UI5 app (Fiori Tools):
npm install -g @sap/generator-fiori
yo @sap/fiori
# Select: SAPUI5 freestyle → Basic → OData V4 service → project details
Scaffold a Fiori Elements app (zero-code UI):
yo @sap/fiori
# Select: SAPUI5 Fiori Elements → List Report Object Page (LROP)
Run locally with live-reload:
npm start # Starts ui5 serve with local OData mock or proxy
Build for deployment:
npm run build # Produces dist/ folder
npm run deploy # Deploys to ABAP, CF, or HTML5 repo
Core Concepts
MVC architecture
app/
├── webapp/
│ ├── Component.js # Component: root, manifest, models, router
│ ├── manifest.json # App descriptor (routes, models, data sources)
│ ├── view/ # XML views (declarative UI)
│ │ ├── App.view.xml
│ │ ├── Worklist.view.xml
│ │ └── Object.view.xml
│ ├── controller/ # Controller logic (event handlers, business logic)
│ │ ├── App.controller.js
│ │ ├── Worklist.controller.js
│ │ └── Object.controller.js
│ ├── model/ # Formatters, grouping, custom models
│ │ └── formatter.js
│ ├── i18n/ # Translations
│ │ └── i18n.properties
│ ├── css/ # Custom styles
│ └── test/ # QUnit/OPA5 tests
├── ui5.yaml # UI5 tooling config
└── package.json
Models (critical to understand)
| Model | Use case | Binding syntax |
|---|---|---|
JSONModel |
Client-side state, mock data, view state | {/path/to/value} |
ODataModel (v4) |
Primary for SAPUI5 + modern SAP backends | {propertyName} or {BindingPath} |
ODataModel (v2) |
Legacy OData services, Gateway services | {propertyName} |
ResourceModel |
i18n texts from .properties files | {i18n>textKey} |
DeviceModel |
Device info (phone/tablet/desktop, orientation) | {device>/system/phone} |
What ships with it
5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 12d ago First seen · 404 lines · 115 tokens per session scan A a3c60b9e5fef
sap-ui5-fiori is a skill published in the GitHub repository efeumutaslan/SAP-SKILLS (5 stars, last pushed 5mo ago), licensed MIT. It adds 115 tokens to every session and 3,909 once invoked, about $0.0006 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-31.
Other skills, from other repositories
mcp-apps-builder
Load the official MCP Apps builder skills (create-mcp-app, migrate-oai-app, add-app-to-server, convert-web-app) from github.com/modelcontextprotocol/ext-apps. Use when the user says "build an MCP App", "add a ui:// view to my MCP server", "create an interactive MCP App from scratch", "migrate from OpenAI Apps SDK to…
app-ui-design
Mobile app UI design expert for iOS and Android. Use when designing app interfaces, creating design systems, ensuring accessibility, or following platform guidelines. Covers Material Design 3, Human Interface Guidelines, color theory, typography, and 2025 trends.
app-user-story-qa
End-to-end app feature inventory and user-story testing workflow with a canonical tracker. Use when the user asks to audit every feature, derive expected behavior from code, test user journeys, or explicitly fix and retest documented UX or logistical defects.
css-debug
Use this skill to diagnose CSS and frontend layout issues such as positioning, overflow clipping, Tailwind class conflicts, z-index stacking, and React rendering visibility problems.
frontend-design
Create distinctive, production-grade web frontend interfaces with high design quality. Use when the user explicitly asks to build or substantially redesign a web component, page, or application. Only applies when repository inspection confirms that the visual surface is a browser-rendered web UI. Do not use for native…
react-best-practices
React and Next.js performance playbook distilled from Vercel Engineering guidance. Use when building, reviewing, or refactoring React/Next.js code for waterfalls, bundle size, rendering cost, and client/server data flow.