zalo-mini-app

zalo-mini-app is a skill for Claude Code, Codex from neddtu/zalo-mini-app-skills. It costs 100 tokens per session (1,451 once invoked), scanned A, original, MIT.

A guide for building lightweight React web applications that run inside Zalo, a Vietnamese messaging and social platform. It covers Zalo’s development tools, interface components, software-development kit, permissions, and platform services.

In plain words
What is it for?
Creating, running, and publishing Zalo Mini Apps; handling user authorization, phone numbers, storage, camera and files, document previews, payments, and Zalo Open APIs.
Why use it?
It explains the platform-specific setup and APIs needed to make a React app work inside Zalo rather than as a standalone website.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Creating, running, and publishing Zalo Mini Apps; handling user authorization, phone numbers, storage, camera and files, document previews, payments, and Zalo Open APIs.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/neddtu/zalo-mini-app-skills/zalo-mini-app
Install

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.

Any agent
npx skills add neddtu/zalo-mini-app-skills --skill zalo-mini-app
Clone the repo
git clone --depth 1 https://github.com/neddtu/zalo-mini-app-skills

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for zalo-mini-app

README.md
[![agentmods](https://agentmods.dev/badge/skills/neddtu/zalo-mini-app-skills/zalo-mini-app/github.svg)](https://agentmods.dev/skills/neddtu/zalo-mini-app-skills/zalo-mini-app)
Your own site
<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.

agentmods 80×15 button for zalo-mini-app

Your own site · 80×15
<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>
Per session 100 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,451 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 12d ago against content hash fde0675aa64c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

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.

skills/zalo-mini-app/SKILL.md · 154 lines

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.x
  • zmp-ui: 1.11.x
  • zmp-cli: 4.0.x

Always verify package types in the installed project when implementing exact props or SDK return types.

References

Setup & Release

SDK APIs

Read the full file on GitHub · 154 lines

Changes

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.

  1. 12d ago First seen · 154 lines · 100 tokens per session scan A fde0675aa64c

Subscribe to this mod's changes

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.

Related

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…

Jeffallan/claude-skills · 99 tokens

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…

jezweb/claude-skills · 91 tokens

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.

nimadorostkar/Claude-Skills-collection · 35 tokens

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.

georgekhananaev/claude-skills-vault · 57 tokens

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.

OKHP3/skillz · 57 tokens

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.

FilippoDeSilva/skills · 59 tokens