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 meursyphus/ssgoi --skill mobile-web-appgit clone --depth 1 https://github.com/meursyphus/ssgoiWrote 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/meursyphus/ssgoi/mobile-web-app)<a href="https://agentmods.dev/skills/meursyphus/ssgoi/mobile-web-app"><img src="https://agentmods.dev/badge/skills/meursyphus/ssgoi/mobile-web-app/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/meursyphus/ssgoi/mobile-web-app"><img src="https://agentmods.dev/badge/skills/meursyphus/ssgoi/mobile-web-app.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.00078 | $0.00219 |
| Opus 5 | $0.00039 | $0.00110 |
| Sonnet 5 | $0.00016 | $0.00044 |
| Haiku 4.5 | $0.00008 | $0.00022 |
Grade A, and why
mobile-web-app 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 10d 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.
What it actually says
Mobile Web App with SSGOI
Review SSGOI's live transition demos and supported frameworks at
https://ssgoi.dev, then read https://ssgoi.dev/llms.txt before changing
code.
Inspect the application's framework, router, route-folder structure, and
persistent layouts. Follow the matching framework guide linked from
llms.txt to install SSGOI, place the provider and transition boundaries, and
configure route relationships without replacing the existing router.
Read only the linked transition, complex-routing, or troubleshooting guides needed for the task. Apply the guide, then verify the project build and forward/back navigation.
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.
- 10d ago First seen · 20 lines · 78 tokens per session scan A abf6c09f09bf
mobile-web-app is a skill published in the GitHub repository meursyphus/ssgoi (965 stars, last pushed today), licensed MIT. It adds 78 tokens to every session and 219 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-30.
Other skills, from other repositories
android-compose-migration
Migrate an Android XML View to Jetpack Compose following a structured 10-step workflow. Use when converting XML layouts to Compose, setting up Compose in an existing View-based project, or incrementally adopting Compose.
android-compose
Build high-performance declarative UI with Jetpack Compose. Use when writing Composable functions, optimizing recomposition, hoisting state, or working with LazyColumn and side effects; defer deep-link and navigation routing to android-navigation.
flutter-navigation
Implement navigation patterns with gorouter, deep linking, and named routes in Flutter. Use when building navigation, deep linking, or routing.
android-xml-views
Implement ViewBinding, RecyclerView, and XML layouts correctly on Android. Use when changing XML view binding or RecyclerView behavior, including its item animations and layout managers; defer standalone animation or layout-manager questions unrelated to RecyclerView.
stitch-react-native-components
Converts a Stitch mobile screen, a local HTML file, or a URL into React Native / Expo components — TypeScript, StyleSheet, Expo Router, dark mode via useColorScheme, and proper touch targets. Cross-platform iOS and Android. Only the Stitch route needs an API key.
react-native-gen
React Native code generation from Memoire specs — NativeWind styling, Expo-compatible, platform-specific patterns.