Install
$ agentstack add skill-olorehq-olore-55 ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README — it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming — see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps — measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
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.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: olorehq
- Source: olorehq/olore
- License: MIT
- Homepage: https://olore.dev
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.