uniapp-page-skill

uniapp-page-skill is a skill for Claude Code, Codex from jiushiwon/wg-skills. It costs 32 tokens per session (1,185 once invoked), scanned A, original, Apache-2.0.

A collection of uni-app page templates and patterns for common mobile-app screens, such as chats, products, lists, details, searches, logins, pop-ups, and bottom navigation.

In plain words
What is it for?
Use it when creating uni-app interfaces such as contact lists, order pages, product details, search results, login screens, pop-ups, or custom tab bars.
Why use it?
It helps developers choose a suitable page layout for a common screen instead of designing each one from the beginning.

Skill for Claude CodeCodex

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

Good fit Use it when creating uni-app interfaces such as contact lists, order pages, product details, search results, login screens, pop-ups, or custom tab bars.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jiushiwon/wg-skills/uniapp-page-skill
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 jiushiwon/wg-skills --skill uniapp-page-skill
Clone the repo
git clone --depth 1 https://github.com/jiushiwon/wg-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 uniapp-page-skill

README.md
[![agentmods](https://agentmods.dev/badge/skills/jiushiwon/wg-skills/uniapp-page-skill/github.svg)](https://agentmods.dev/skills/jiushiwon/wg-skills/uniapp-page-skill)
Your own site
<a href="https://agentmods.dev/skills/jiushiwon/wg-skills/uniapp-page-skill"><img src="https://agentmods.dev/badge/skills/jiushiwon/wg-skills/uniapp-page-skill/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 uniapp-page-skill

Your own site · 80×15
<a href="https://agentmods.dev/skills/jiushiwon/wg-skills/uniapp-page-skill"><img src="https://agentmods.dev/badge/skills/jiushiwon/wg-skills/uniapp-page-skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,185 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00032 $0.01185
Opus 5 $0.00016 $0.00593
Sonnet 5 $0.00006 $0.00237
Haiku 4.5 $0.00003 $0.00119

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

Security

Grade A, and why

uniapp-page-skill 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.

vibeCoding/frontend/uniapp/uniapp-base-skill/uniapp-page-skill/SKILL.md · 124 lines

What it actually says

uniapp-page-skill

uni-app 页面模板技能。

核心案例

类型 说明
chat 聊天页面
product 商品页面
base-popup 弹窗组件(底部/顶部/左侧/右侧弹出)

列表页 (6 种)

风格 触发词
好友列表 好友列表、联系人列表
关注列表 关注列表、粉丝列表
获赞与收藏列表 获赞列表、收藏列表
设置列表 设置页、偏好设置
订单列表 订单页、售后列表
积分中心 积分页、钱包页

详情页 (6 种)

风格 触发词
商品详情 商品详情页、产品详情
活动详情 活动详情、动态详情
帖子详情 帖子详情、内容详情
个人中心详情 个人主页、用户主页
钱包详情 钱包页、资产页
结果页 结果页、支付结果、成功页

搜索页 (4 种)

风格 触发词
搜索页 搜索页、搜索入口
搜索结果 搜索结果、列表页
带筛选搜索 筛选搜索、高级搜索
无结果 搜索无结果、空结果

登录页 (7 种)

风格 触发词
标准账号登录 登录页、账号登录
手机号登录 手机号登录、验证码登录
微信登录 微信登录、一键登录
极简登录 极简登录、清爽登录
渐变登录 渐变登录、动态登录
主题图登录 主题图登录、大图登录
浮动登录 浮动登录、圆形浮动登录

自定义 TabBar (5 种)

风格 触发词
标准 TabBar 标准 TabBar、底部导航
凸起 TabBar 凸起 TabBar、发布中心
毛玻璃 TabBar 毛玻璃 TabBar、模糊导航
悬浮药丸 TabBar 悬浮 TabBar、药丸导航
分栏 TabBar 分栏 TabBar、侧边导航

文件结构

uniapp-page-skill/
├── SKILL.md
├── README.md
├── chat.md
├── product.md
├── base-popup.md
└── demo-components/
    ├── list/
    ├── detail/
    ├── layout/
    └── more/

设计规范

容器原则

所有涉及内容容器的组件,都必须使用 base-card 作为容器

  • 弹窗内容 → base-card 包裹
  • 列表项 → base-card 承载每行内容
  • 页面区块 → base-card 作为卡片容器

即:base-card 是所有页面组件的容器基底。

Files

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.

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 · 124 lines · 32 tokens per session scan A 2eb046ccb1ca

Subscribe to this mod's changes

uniapp-page-skill is a skill published in the GitHub repository jiushiwon/wg-skills (99 stars, last pushed yesterday), licensed Apache-2.0. It adds 32 tokens to every session and 1,185 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.

Related

Other skills, from other repositories

orca-emulator-android

Android device and emulator control from inside Orca over adb, with the live device view in Orca's emulator pane. Use when driving an adb-connected emulator or phone on Windows, Linux, or macOS: booting AVDs, taps, swipes, typing, hardware buttons, rotation, app install and launch, runtime permissions, the…

stablyai/orca · 102 tokens

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…

dotnet/skills · 176 tokens

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.

callstack/agent-device · 55 tokens

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.

microsoft/winappCli · 71 tokens

react-native-ease-refactor

Scan for Animated/Reanimated code and migrate to EaseView.

appandflow/react-native-ease · 18 tokens

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"…

Eronred/aso-skills · 127 tokens