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 jiushiwon/wg-skills --skill uniapp-page-skillgit clone --depth 1 https://github.com/jiushiwon/wg-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/jiushiwon/wg-skills/uniapp-page-skill)<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.
<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>- NVIDIA SkillSpector pass
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.00032 | $0.01185 |
| Opus 5 | $0.00016 | $0.00593 |
| Sonnet 5 | $0.00006 | $0.00237 |
| Haiku 4.5 | $0.00003 | $0.00119 |
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.
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 是所有页面组件的容器基底。
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.
- chat.md 7.4 KB
- demo-components/detail/activity-detail.md 2.7 KB
- demo-components/detail/html/activity-detail.html 8.7 KB
- demo-components/detail/html/post-detail.html 8.7 KB
- demo-components/detail/html/product-detail.html 9.7 KB
- demo-components/detail/html/profile-detail.html 11 KB
- demo-components/detail/html/result-detail.html 7.9 KB
- demo-components/detail/html/wallet-detail.html 7.9 KB
- demo-components/detail/post-detail.md 2.7 KB
- demo-components/detail/product-detail.md 2.9 KB
- demo-components/detail/profile-detail.md 3.0 KB
- demo-components/detail/README.md 4.3 KB
- demo-components/detail/result-detail.md 2.2 KB
- demo-components/detail/static/icons/arrow-left.svg 220 B
- demo-components/detail/static/icons/camera.svg 415 B
- demo-components/detail/static/icons/check.svg 214 B
- demo-components/detail/static/icons/chevron-right.svg 213 B
- demo-components/detail/static/icons/clock.svg 249 B
- demo-components/detail/static/icons/gift.svg 371 B
- demo-components/detail/static/icons/heart.svg 349 B
- demo-components/detail/static/icons/help-circle.svg 284 B
- demo-components/detail/static/icons/home.svg 361 B
- demo-components/detail/static/icons/info.svg 255 B
- demo-components/detail/static/icons/mail.svg 295 B
- demo-components/detail/static/icons/map-pin.svg 337 B
- demo-components/detail/static/icons/message-circle.svg 322 B
- demo-components/detail/static/icons/minus.svg 207 B
- demo-components/detail/static/icons/more-horizontal.svg 286 B
- demo-components/detail/static/icons/package.svg 383 B
- demo-components/detail/static/icons/phone.svg 412 B
- demo-components/detail/static/icons/plus.svg 215 B
- demo-components/detail/static/icons/rotate-ccw.svg 275 B
- demo-components/detail/static/icons/search.svg 254 B
- demo-components/detail/static/icons/settings.svg 564 B
- demo-components/detail/static/icons/share-2.svg 340 B
- demo-components/detail/static/icons/shopping-cart.svg 347 B
- demo-components/detail/static/icons/star.svg 553 B
- demo-components/detail/static/icons/trash-2.svg 298 B
- demo-components/detail/static/icons/truck.svg 409 B
- demo-components/detail/static/icons/user.svg 277 B
- demo-components/detail/static/icons/wallet.svg 365 B
- demo-components/detail/static/icons/x.svg 219 B
- demo-components/detail/static/images/activity1.jpg 8.4 KB
- demo-components/detail/static/images/avatar1.jpg 3.9 KB
- demo-components/detail/static/images/avatar2.jpg 5.4 KB
- demo-components/detail/static/images/avatar3.jpg 5.0 KB
- demo-components/detail/static/images/product1.jpg 22 KB
- demo-components/detail/static/images/product2.jpg 13 KB
- demo-components/detail/static/images/product3.jpg 15 KB
- demo-components/detail/wallet-detail.md 2.1 KB
- demo-components/layout/login/html/login-float.html 13 KB
- demo-components/layout/login/html/login-gradient.html 6.7 KB
- demo-components/layout/login/html/login-hero.html 6.4 KB
- demo-components/layout/login/html/login-minimal.html 5.3 KB
- demo-components/layout/login/html/login-phone.html 6.5 KB
- demo-components/layout/login/html/login-wechat.html 7.1 KB
- demo-components/layout/login/html/login.html 9.9 KB
- demo-components/layout/login/login-float.md 5.5 KB
- demo-components/layout/login/login-gradient.md 4.4 KB
- demo-components/layout/login/login-hero.md 4.8 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 · 124 lines · 32 tokens per session scan A 2eb046ccb1ca
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.
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…
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.
react-native-ease-refactor
Scan for Animated/Reanimated code and migrate to EaseView.
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"…