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-mobilegit 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-mobile)<a href="https://agentmods.dev/skills/efeumutaslan/sap-skills/sap-mobile"><img src="https://agentmods.dev/badge/skills/efeumutaslan/sap-skills/sap-mobile/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-mobile"><img src="https://agentmods.dev/badge/skills/efeumutaslan/sap-skills/sap-mobile.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.00073 | $0.02834 |
| Opus 5 | $0.00036 | $0.01417 |
| Sonnet 5 | $0.00015 | $0.00567 |
| Haiku 4.5 | $0.00007 | $0.00283 |
Grade A, and why
sap-mobile 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 — 364 lines — stays where its author put it; the contents beside it link to each section on GitHub.
SAP Mobile Development
Related Skills
sap-s4hana-extensibility— Backend OData services consumed by mobile appssap-security-authorization— Mobile app authentication and security policiessap-build-apps— Alternative low-code approach for mobile apps
Quick Start
Choose your mobile framework:
| Framework | Language | Offline | Best For |
|---|---|---|---|
| MDK (Mobile Dev Kit) | Metadata/JS | Built-in | Cross-platform business apps |
| BTP SDK for iOS | Swift | Built-in | Native iOS enterprise apps |
| BTP SDK for Android | Kotlin/Java | Built-in | Native Android enterprise apps |
| SAP Build Apps | No-code | Manual | Simple apps, citizen developers |
| SAP Mobile Start | Config only | N/A | Unified mobile launchpad |
MDK Quick Start:
- SAP Business Application Studio → MDK project from template
- Define application → Pages → Actions → Rules → Services
- Deploy to Mobile Services → Test with SAP Mobile Services Client
Core Concepts
SAP Mobile Services
Central management platform for all SAP mobile apps:
- App Configuration — Define app features, security, connectivity
- Push Notifications — APNS (iOS), FCM (Android) integration
- Offline Store — OData offline delta sync engine
- App Update — OTA (over-the-air) updates without app store
- Usage Analytics — User sessions, feature usage, crash reports
- Security Policies — Passcode, biometrics, jailbreak detection
Offline Architecture
Mobile App ──► Local SQLite DB ──► Offline OData Store
│
[Sync Engine]
│
SAP Mobile Services
│
Backend OData Service
Sync modes:
| Mode | Description | Use Case |
|---|---|---|
| Download | Server → device | Initial load, refresh |
| Upload | Device → server | Submit local changes |
| Delta sync | Changed records only | Incremental updates |
| Defining requests | Subset of data per entity | Control offline data scope |
What ships with it
1 file 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 · 364 lines · 73 tokens per session scan A e08e072e0f08
sap-mobile is a skill published in the GitHub repository efeumutaslan/SAP-SKILLS (5 stars, last pushed 5mo ago), licensed MIT. It adds 73 tokens to every session and 2,834 once invoked, about $0.0004 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
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.
harmonyos-development
Use when developing, reviewing, debugging, or migrating HarmonyOS NEXT native apps with ArkTS, ArkUI, DevEco Studio, DevEco Code, DevEco CLI, Agent Framework Kit, Stage model, UIAbility, .ets, module.json5, oh-package.json5, HAP/HSP/HAR, API 22-24, API 26 Beta1, HarmonyOS 6.1, HarmonyOS 6.1.1 Release, HarmonyOS 7…
lov-mobile-adapt
A mobile adaptation workflow for existing web projects. It adjusts desktop websites for phones by handling responsive layouts, overflow, safe areas around notches, browser viewport height, touch targets, and mobile navigation.
mobile-developer
Expert knowledge in mobile app development for iOS, Android, and cross-platform solutions.
drive-automation-session
Drive an already-reserved Kobiton device from a natural-language intent. Opens an automation Appium session directly against the Kobiton WebDriver hub, runs an observe-decide-act loop with one action per iteration, pauses to ask the user when stuck (same-action repetition, screen unchanged, or model self-declared…
monitor-test-run
Watch a running Kobiton test run and narrate it to the user: read the org's live-remediation flag up front, poll the run until every execution is terminal, surface the live-remediation URL the moment an execution is blocked, and give a correct post-mortem so a COMPLETED-with-BLOCKERENCOUNTERED execution is never…