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 neddtu/zalo-mini-app-skills --skill zalo-mini-appgit clone --depth 1 https://github.com/neddtu/zalo-mini-app-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/neddtu/zalo-mini-app-skills/zalo-mini-app)<a href="https://agentmods.dev/skills/neddtu/zalo-mini-app-skills/zalo-mini-app"><img src="https://agentmods.dev/badge/skills/neddtu/zalo-mini-app-skills/zalo-mini-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/neddtu/zalo-mini-app-skills/zalo-mini-app"><img src="https://agentmods.dev/badge/skills/neddtu/zalo-mini-app-skills/zalo-mini-app.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.00100 | $0.01451 |
| Opus 5 | $0.00050 | $0.00726 |
| Sonnet 5 | $0.00020 | $0.00290 |
| Haiku 4.5 | $0.00010 | $0.00145 |
Grade A, and why
zalo-mini-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 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 — 154 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Zalo Mini App Development
Build Mini Apps for the Zalo platform using React, ZaUI, zmp-sdk, Zalo Mini App CLI/Extension, and platform Open APIs.
Docs baseline: official Zalo Mini App docs checked on 2026-06-24.
Quick Start
npm install -g zmp-cli
zmp create my-app
cd my-app
zmp start
Core packages:
npm install zmp-ui zmp-sdk
import { App, Page, Button, Input, Modal } from "zmp-ui";
import "zmp-ui/zaui.css";
import { getUserInfo, authorize } from "zmp-sdk/apis";
Current package versions observed on 2026-06-24:
zmp-sdk: 2.51.xzmp-ui: 1.11.xzmp-cli: 4.0.x
Always verify package types in the installed project when implementing exact props or SDK return types.
References
Setup & Release
- getting-started.md - Create app, auth, permissions, CLI/Extension, test, publish
- design-guidelines.md - Zalo design standards and review checklist
- web-design-guidelines.md - Accessibility, mobile UX, forms, performance
- react-best-practices.md - Waterfalls, bundle size, re-renders, JS performance
SDK APIs
- api-overview.md - API groups, import patterns, error handling
- api-user.md - authorize, getUserInfo, token-based getPhoneNumber, getAccessToken
- api-storage.md - Storage APIs and legacy aliases
- api-ui.md - toast, navigation bar, webview, routing
- api-device.md - location, camera, media picker, document, QR/NFC, network
- api-local-file-storage.md - Local File Storage APIs
- api-permission-biometric.md - permissions and biometric auth
- api-advertising-widgets.md - ads and function/OA widgets
- api-zalo.md - OA, chat, sharing, profile, shortcuts
What ships with it
21 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.
- references/api-advertising-widgets.md 996 B
- references/api-device.md 4.2 KB
- references/api-local-file-storage.md 1.6 KB
- references/api-overview.md 3.6 KB
- references/api-permission-biometric.md 2.2 KB
- references/api-storage.md 1.6 KB
- references/api-ui.md 1.9 KB
- references/api-user.md 3.7 KB
- references/api-zalo.md 1.9 KB
- references/design-guidelines.md 1.7 KB
- references/ekyc-apis.md 1.2 KB
- references/getting-started.md 2.8 KB
- references/open-apis.md 2.0 KB
- references/payment-checkout.md 2.6 KB
- references/react-best-practices.md 18 KB
- references/web-design-guidelines.md 13 KB
- references/zaui-display.md 2.1 KB
- references/zaui-form.md 2.2 KB
- references/zaui-layout.md 1.9 KB
- references/zaui-overlay.md 2.0 KB
- references/zaui-overview.md 1.7 KB
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 · 154 lines · 100 tokens per session scan A fde0675aa64c
zalo-mini-app is a skill published in the GitHub repository neddtu/zalo-mini-app-skills (3 stars, last pushed 2mo ago), licensed MIT. It adds 100 tokens to every session and 1,451 once invoked, about $0.0005 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
react-native-expert
Builds, optimizes, and debugs cross-platform mobile applications with React Native and Expo. Implements navigation hierarchies (tabs, stacks, drawers), configures native modules, optimizes FlatList rendering with memo and useCallback, and handles platform-specific code for iOS and Android. Use when building a React…
react-native
React Native and Expo patterns for building performant mobile apps. Covers list performance, animations with Reanimated, navigation, UI patterns, state management, platform-specific code, and Expo workflows. Use when building or reviewing React Native code. Triggers: 'react native', 'expo', 'mobile app', 'react native…
react-native
Use when building cross-platform mobile apps with React Native or Expo. Covers navigation, platform differences, list performance, native modules, offline behavior, and release builds.
vercel-react-native-skills
React Native and Expo best practices for building performant mobile apps. Use when building React Native components, optimizing list performance, implementing animations, or working with native modules. Triggers on tasks involving React Native, Expo, mobile performance, or native platform APIs.
vercel-react-native-skills
React Native and Expo best practices for building performant mobile apps. Use when building React Native components, optimizing list performance, implementing animations, or working with native modules. Triggers on tasks involving React Native, Expo, mobile performance, or native platform APIs.
react-native-optimizations
Provides React Native performance optimization guidelines for FPS, TTI, bundle size, memory leaks, re-renders, and animations. Applies to tasks involving Hermes optimization, JS thread blocking, bridge overhead, FlashList, native modules, or debugging jank and frame drops.