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 agentmods add skills/olorehq/olore/55npx skills add olorehq/olore --skill 55git clone --depth 1 https://github.com/olorehq/oloreWrote 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/olorehq/olore/55)<a href="https://agentmods.dev/skills/olorehq/olore/55"><img src="https://agentmods.dev/badge/skills/olorehq/olore/55.svg" alt="Measured on agentmods" 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 | $0.00038 | $0.00425 |
| Opus 5 | $0.00019 | $0.00212 |
| Sonnet 5 | $0.00008 | $0.00085 |
| Haiku 4.5 | $0.00004 | $0.00042 |
Grade A, and why
olore-expo-sdk-55 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 5d 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.
This is a copy
91% identical to olore-expo-sdk-54 — 7 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
What it actually says
expo-sdk Documentation
Expo SDK API reference documentation for SDK 55. Covers all Expo SDK modules including sensors, media, storage, UI components, authentication, notifications, navigation, and device APIs.
Quick Reference
| Task | Entry Point |
|---|---|
| Core Expo API | contents/sdk/expo.mdx |
| App config reference | contents/config/app.mdx |
| Navigation / routing | contents/sdk/router.mdx |
| Camera | contents/sdk/camera.mdx |
| Notifications | contents/sdk/notifications.mdx |
| SQLite database | contents/sdk/sqlite.mdx |
| Secure storage | contents/sdk/securestore.mdx |
| Authentication (OAuth) | contents/sdk/auth-session.mdx |
| File system | contents/sdk/filesystem.mdx |
| OTA updates | contents/sdk/updates.mdx |
When to use
Use this skill when the user asks about:
- Expo SDK modules and their APIs (expo-camera, expo-location, expo-notifications, etc.)
- Native device capabilities in Expo (sensors, camera, GPS, biometrics)
- Expo Router file-based navigation
- Expo configuration (app.json, app.config.js, metro config, babel config)
- Expo-specific storage, audio, video, image APIs
- OTA updates with expo-updates
- Push notifications with expo-notifications
- expo-ui components for Android (Jetpack Compose) and iOS (SwiftUI)
How to find information
- First, read
TOC.mdfor complete file listing organized by category - Identify the relevant SDK module based on the user's question
- Read the specific
contents/sdk/{module}.mdxfile for details
TOC.md contains all files organized by directory - always check it first.
What ships with it
60 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.
- contents/config/app.mdx 943 B
- contents/config/babel.mdx 1.7 KB
- contents/config/metro.mdx 31 KB
- contents/config/package-json.mdx 3.2 KB
- contents/index.mdx 7.9 KB
- contents/sdk/accelerometer.mdx 3.0 KB
- contents/sdk/age-range.mdx 5.2 KB
- contents/sdk/app-integrity.mdx 12 KB
- contents/sdk/apple-authentication.mdx 6.5 KB
- contents/sdk/application.mdx 4.4 KB
- contents/sdk/asset.mdx 3.1 KB
- contents/sdk/async-storage.mdx 1.0 KB
- contents/sdk/audio.mdx 15 KB
- contents/sdk/auth-session.mdx 5.9 KB
- contents/sdk/background-fetch.mdx 7.8 KB
- contents/sdk/background-task.mdx 13 KB
- contents/sdk/barometer.mdx 3.6 KB
- contents/sdk/battery.mdx 1.4 KB
- contents/sdk/blob.mdx 2.7 KB
- contents/sdk/blur-view.mdx 6.8 KB
- contents/sdk/brightness.mdx 3.4 KB
- contents/sdk/brownfield.mdx 8.0 KB
- contents/sdk/build-properties.mdx 2.1 KB
- contents/sdk/calendar-next.mdx 5.6 KB
- contents/sdk/calendar.mdx 6.2 KB
- contents/sdk/camera.mdx 8.1 KB
- contents/sdk/captureRef.mdx 2.0 KB
- contents/sdk/cellular.mdx 2.1 KB
- contents/sdk/checkbox.mdx 2.4 KB
- contents/sdk/clipboard.mdx 2.3 KB
- contents/sdk/constants.mdx 734 B
- contents/sdk/contacts-next.mdx 8.7 KB
- contents/sdk/contacts.mdx 4.1 KB
- contents/sdk/crypto.mdx 4.9 KB
- contents/sdk/date-time-picker.mdx 1.1 KB
- contents/sdk/dev-client.mdx 4.4 KB
- contents/sdk/dev-menu.mdx 2.7 KB
- contents/sdk/device.mdx 1.6 KB
- contents/sdk/devicemotion.mdx 2.7 KB
- contents/sdk/document-picker.mdx 5.0 KB
- contents/sdk/expo.mdx 7.6 KB
- contents/sdk/filesystem-legacy.mdx 11 KB
- contents/sdk/filesystem.mdx 8.0 KB
- contents/sdk/fingerprint.mdx 8.9 KB
- contents/sdk/flash-list.mdx 1002 B
- contents/sdk/font.mdx 6.1 KB
- contents/sdk/gesture-handler.mdx 1.2 KB
- contents/sdk/gl-view.mdx 7.5 KB
- contents/sdk/glass-effect.mdx 11 KB
- contents/sdk/gyroscope.mdx 2.9 KB
- contents/sdk/haptics.mdx 4.4 KB
- contents/sdk/image.mdx 8.7 KB
- contents/sdk/imagemanipulator.mdx 2.8 KB
- contents/sdk/imagepicker.mdx 10 KB
- contents/sdk/intent-launcher.mdx 900 B
- contents/sdk/keep-awake.mdx 2.3 KB
- contents/sdk/keyboard-controller.mdx 2.9 KB
- contents/sdk/light-sensor.mdx 2.4 KB
- contents/sdk/linear-gradient.mdx 2.6 KB
- contents/sdk/linking.mdx 989 B
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.
- 5d ago First seen · 44 lines · 38 tokens per session scan A eb2248e8cbb4
olore-expo-sdk-55 is a skill published in the GitHub repository olorehq/olore (103 stars, last pushed yesterday), licensed MIT. It adds 38 tokens to every session and 425 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 91% identical to olore-expo-sdk-54, differing in 7 lines, and is treated as a copy.
Other skills, from other repositories
orca-emulator-android
Control an Android emulator / device from inside Orca using the orca CLI. Use for listing/booting AVDs, taps, swipes, typing, hardware buttons (incl. Back and Recents), rotation, app install/launch, runtime permissions, the accessibility tree, and logcat — driving a real adb-connected device or emulator.…
android-tombstone-symbolication
Symbolicate the .NET runtime frames in an Android tombstone file. Extracts BuildIds and PC offsets from the native backtrace, downloads debug symbols from the Microsoft symbol server, and runs llvm-symbolizer to produce function names with source file and line numbers. USE FOR triaging a .NET MAUI or Mono Android app…
dogfood
Systematically explore and test a mobile app on iOS/Android with agent-device to find bugs, UX issues, and other problems. Use when asked to dogfood, QA, exploratory test, find issues, bug hunt, or test this app on mobile.
winapp-maui
Package and sign .NET MAUI Windows apps with winapp, resolving the resizetizer manifest dependency. Use when packaging or signing a .NET MAUI Windows app, building a MAUI MSIX or signed unpackaged build in CI, or fixing 'manifest contains unresolved placeholders ($placeholder$)' errors from winapp package.
apple-search-ads
When the user wants to set up, optimize, or scale Apple Search Ads (ASA) campaigns — including keyword bidding, match types, campaign structure, Creative Product Sets, CPP routing, and ROAS optimization. Use when the user mentions "Apple Search Ads", "ASA", "Search Ads", "Search tab ads", "Today tab ads", "CPT"…
android-pentest
安卓应用渗透测试 — APK分析、Hook、自动化测试、运行态驱动、签名恢复、抓包分析.