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/4npx skills add olorehq/olore --skill 4git 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/4)<a href="https://agentmods.dev/skills/olorehq/olore/4"><img src="https://agentmods.dev/badge/skills/olorehq/olore/4.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.00440 |
| Opus 5 | $0.00019 | $0.00220 |
| Sonnet 5 | $0.00008 | $0.00088 |
| Haiku 4.5 | $0.00004 | $0.00044 |
Grade A, and why
olore-nativewind-4 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 4d 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
NativeWind Documentation
NativeWind allows you to use Tailwind CSS to style React Native components across all platforms — using CSS StyleSheet on web and StyleSheet.create on native. Version 4 is powered by react-native-reanimated for transitions and animations.
Quick Reference
| Task | Entry Point |
|---|---|
| Getting started (Expo) | contents/getting-started/installation/index.mdx |
| Troubleshooting | contents/getting-started/troubleshooting.mdx |
| API reference | contents/api/ |
| Dark mode | contents/core-concepts/dark-mode.mdx |
| Custom components | contents/guides/custom-components.mdx |
| Theming / CSS variables | contents/guides/themes.mdx |
| Tailwind utility compatibility | contents/tailwind/ |
| Safe area insets | contents/tailwind/new-concepts/safe-area-insets.mdx |
When to use
Use this skill when the user asks about:
- Installing or configuring NativeWind in Expo, bare React Native, or Next.js
- Tailwind CSS class compatibility in React Native (which classes are supported)
- Dark mode, responsive design, states (hover/focus/active), and theming
- Custom component styling, third-party component integration, or monorepo setup
- Animations and transitions via react-native-reanimated
- API usage: cssInterop, remapProps, withNativeWind, useColorScheme, CSS variables
- rem units, safe area insets, or platform-specific differences
How to find information
- First, read
TOC.mdfor the complete file listing organized by directory - Identify the relevant section based on the user's question
- Read specific files for details
TOC.md contains all 104 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/api/css-interop.mdx 1.6 KB
- contents/api/native-wind-style-sheet.md 1.5 KB
- contents/api/remap-props.mdx 836 B
- contents/api/use-color-scheme.md 1.4 KB
- contents/api/vars.mdx 1.7 KB
- contents/api/with-nativewind.mdx 1.4 KB
- contents/core-concepts/dark-mode.mdx 3.6 KB
- contents/core-concepts/differences.md 2.1 KB
- contents/core-concepts/functions-and-directives.mdx 3.5 KB
- contents/core-concepts/quirks.mdx 1.7 KB
- contents/core-concepts/responsive-design.mdx 425 B
- contents/core-concepts/states.mdx 3.3 KB
- contents/core-concepts/style-specificity.mdx 2.0 KB
- contents/core-concepts/tailwindcss.mdx 1.1 KB
- contents/core-concepts/units.mdx 473 B
- contents/customization/colors.md 947 B
- contents/customization/configuration.md 1.3 KB
- contents/customization/content.md 254 B
- contents/customization/screens.md 43 B
- contents/customization/theme.md 3.9 KB
- contents/getting-started/editor-setup.mdx 1.0 KB
- contents/getting-started/installation/frameworkless.mdx 2.1 KB
- contents/getting-started/installation/index.mdx 2.3 KB
- contents/getting-started/installation/nextjs.mdx 3.8 KB
- contents/getting-started/troubleshooting.mdx 5.2 KB
- contents/getting-started/typescript.mdx 725 B
- contents/guides/custom-components.mdx 2.5 KB
- contents/guides/custom-fonts.mdx 5.3 KB
- contents/guides/other-bundlers.mdx 1.3 KB
- contents/guides/themes.mdx 7.4 KB
- contents/guides/third-party-components.mdx 7.4 KB
- contents/guides/using-with-monorepos.mdx 1.4 KB
- contents/index.mdx 5.1 KB
- contents/tailwind/accessibility/screen-readers.mdx 483 B
- contents/tailwind/backgrounds/background-color.mdx 804 B
- contents/tailwind/borders/border-color.mdx 845 B
- contents/tailwind/borders/border-radius.mdx 911 B
- contents/tailwind/borders/border-style.mdx 423 B
- contents/tailwind/borders/border-width.mdx 515 B
- contents/tailwind/effects/background-blend-mode.mdx 635 B
- contents/tailwind/effects/box-shadow-color.mdx 246 B
- contents/tailwind/effects/box-shadow.mdx 1.1 KB
- contents/tailwind/effects/opacity.mdx 233 B
- contents/tailwind/flexbox/align-content.mdx 320 B
- contents/tailwind/flexbox/align-items.mdx 290 B
- contents/tailwind/flexbox/align-self.mdx 296 B
- contents/tailwind/flexbox/flex-basis.mdx 259 B
- contents/tailwind/flexbox/flex-direction.mdx 431 B
- contents/tailwind/flexbox/flex-grow.mdx 225 B
- contents/tailwind/flexbox/flex-shrink.mdx 233 B
- contents/tailwind/flexbox/flex-wrap.mdx 255 B
- contents/tailwind/flexbox/flex.mdx 271 B
- contents/tailwind/flexbox/gap.mdx 380 B
- contents/tailwind/flexbox/justify-content.mdx 352 B
- contents/tailwind/interactivity/caret-color.mdx 560 B
- contents/tailwind/interactivity/pointer-events.mdx 323 B
- contents/tailwind/layout/aspect-ratio.mdx 333 B
- contents/tailwind/layout/container.mdx 343 B
- contents/tailwind/layout/display.mdx 527 B
- contents/tailwind/layout/overflow.mdx 500 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.
- 4d ago First seen · 42 lines · 38 tokens per session scan A 4ac797e59f0f
olore-nativewind-4 is a skill published in the GitHub repository olorehq/olore (103 stars, last pushed today), licensed MIT. It adds 38 tokens to every session and 440 once invoked, about $0.0002 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
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.
android-pentest
安卓应用渗透测试 — APK分析、Hook、自动化测试、运行态驱动、签名恢复、抓包分析.
react-native-ease-refactor
Scan for Animated/Reanimated code and migrate to EaseView.