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-crossplatform-audit-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-crossplatform-audit-skill)<a href="https://agentmods.dev/skills/jiushiwon/wg-skills/uniapp-crossplatform-audit-skill"><img src="https://agentmods.dev/badge/skills/jiushiwon/wg-skills/uniapp-crossplatform-audit-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-crossplatform-audit-skill"><img src="https://agentmods.dev/badge/skills/jiushiwon/wg-skills/uniapp-crossplatform-audit-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.00086 | $0.01363 |
| Opus 5 | $0.00043 | $0.00681 |
| Sonnet 5 | $0.00017 | $0.00273 |
| Haiku 4.5 | $0.00009 | $0.00136 |
Grade A, and why
uniapp-crossplatform-audit-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 13d 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 — 118 lines — stays where its author put it; the contents beside it link to each section on GitHub.
UniApp Cross-Platform Audit Skill
定位
本 skill 专门审计 uniapp 项目在三端(小程序 / H5 / App)运行时的兼容性问题,识别 H5 标签、浏览器 API、样式兼容性、条件编译缺失、平台配置缺陷等导致"一端正常、另一端崩溃"的隐患,仅输出 uniapp-crossplatform-audit-report.md 报告,不修改、不修复、不重构项目代码。
与
uniapp-code-audit-skill的区别:本 skill 是专项深度审计,覆盖跨平台维度所有端间差异细节;uniapp-code-audit-skill是全维度体检(10 维度),跨平台只是其中一维。
When to Use
触发此 skill 时使用:
- "跨平台审计"
- "小程序 App 兼容"
- "多端兼容检查"
- "uniapp 三端表现差异"
- "H5 标签能不能跑小程序"
- "条件编译写得对不对"
- "App 端和小程序端有哪些坑"
Workflow
Phase 1: 审计范围确认
→ 目标平台:微信小程序 / H5 / App / 其他小程序
→ 端数:2 端 / 3 端 / N 端
→ 重点维度:模板标签 / 样式兼容 / API 兼容 / 条件编译 / 平台配置
Phase 2: 多维度扫描
→ 按下列 6 个维度逐项扫描
→ 记录问题位置、风险等级、判定依据
Phase 3: 问题汇总
→ 按 P0/P1/P2/P3 风险等级归类
→ 列出"端间表现差异"专项问题
Phase 4: 输出报告
→ 生成 uniapp-crossplatform-audit-report.md
审计维度
| 维度 | 主要内容 |
|---|---|
| 模板标签 | <div> <span> <p> <h1~h6> <img> <ul> 等 H5 标签在小程序端失效 |
| 样式兼容 | background-image、CSS 变量跨端差异、px/rpx 混用、vw/vh 适配问题 |
| API 调用 | fetch/window/document/localStorage/alert 在小程序端不可用 |
| 条件编译 | #ifdef MP-WEIXIN #ifdef APP-PLUS #ifdef H5 使用是否完整 |
| 平台配置 | manifest.json 中 mp-weixin/h5/app-plus 各端差异化字段 |
| 端间表现差异 | 同一逻辑在三端的表现不一致(如键盘、滚动、安全区、支付回调) |
风险等级
| 等级 | 说明 |
|---|---|
| P0 / Critical | 某端完全无法运行或审核被拒 |
| P1 / High | 某端功能失效或行为异常 |
| P2 / Medium | 某端表现降级或样式不一致 |
| P3 / Low | 微小差异,建议优化 |
风险等级仅用于报告分类,不代表修复指令。
输出格式
生成 uniapp-crossplatform-audit-report.md,按风险等级分组列出问题,每条问题注明:
- 维度
- 风险等级
- 位置(文件 + 行号)
- 风险描述
- 判定依据
- 参考标准(
uniapp-app-generate-skill/references/cross-platform-compatibility.md等)
参考标准
uniapp-app-generate-skill/references/cross-platform-compatibility.md— 跨平台规范uniapp-standard-skill— 红线规则- uni-app 官方文档 — 各端 API 兼容表
- 微信小程序官方限制 — 包体积、合法域名、隐私接口
可配合技能
| 配合 Skill | 场景 |
|---|---|
uniapp-code-audit-skill |
跨平台仅是 10 维度之一,需要全维度审计时调用 |
uniapp-app-generate-skill |
按报告进行项目骨架调整 |
uniapp-standardization-skill |
按报告进行项目规范化 |
What ships with it
1 file 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.
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.
- 13d ago First seen · 118 lines · 86 tokens per session scan A 3ebcbfe098bc
uniapp-crossplatform-audit-skill is a skill published in the GitHub repository jiushiwon/wg-skills (100 stars, last pushed 2d ago), licensed Apache-2.0. It adds 86 tokens to every session and 1,363 once invoked, about $0.0004 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
animate-expo
Build animations in React Native and Expo, making the decisions in the order that determines whether they feel right — should it animate, which thread it runs on, which properties, spring or timing, how the gesture hands off, how it degrades. Writes the implementation with Reanimated, Gesture Handler, Expo Router and…
leanback-to-compose-tv-migration
Provides instructions and architectural patterns for migrating Android TV applications from legacy Leanback UI Toolkit, Android Views, or Support Fragments to Jetpack Compose for TV (androidx.tv). Use this skill for Leanback to Compose migrations, including browse screen, settings screen, authentication screen, login…
maui-data-binding
Guidance for .NET MAUI XAML and C# data bindings — compiled bindings, INotifyPropertyChanged / ObservableObject, value converters, binding modes, multi-binding, relative bindings, fallbacks, and MVVM best practices. USE FOR: setting up compiled bindings with x:DataType, implementing INotifyPropertyChanged or…
expo-brownfield
Framework (OSS). Integrate Expo and React Native into an existing native iOS or Android app. Use for brownfield, embedding a React Native screen in SwiftUI/UIKit or Kotlin, or AAR/XCFramework packaging. Covers isolated and integrated approaches. For building or distributing a purely native app with EAS, use…
migrate-xml-views-to-jetpack-compose
Provides a structured workflow for migrating an Android XML View to Jetpack Compose. This skill details the step-by-step process, from planning and dependency setup, to theming and layout migration, validation and XML cleanup. Use this skill when you need to migrate an XML View to Jetpack Compose in an Android…
web-haptics
Add haptic feedback to web apps using the web-haptics library. Use when building mobile-facing UIs that need tactile feedback on buttons, toggles, forms, pickers, and other interactive elements.