uniapp-form-skill

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

A uni-app form component skill for building inputs, search bars, radio buttons, switches, and dropdowns. uni-app is a framework for creating apps for multiple platforms from one codebase.

In plain words
What is it for?
Use it when creating forms such as login pages, phone verification, feedback forms, search bars, option selectors, and settings switches in uni-app projects.
Why use it?
It gives developers defined form patterns for common screens instead of requiring each input or selector to be designed from scratch. The listed styles cover login, verification codes, feedback, search, selection, and switching.

Skill for Claude CodeCodex

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

Good fit Use it when creating forms such as login pages, phone verification, feedback forms, search bars, option selectors, and settings switches in uni-app projects.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jiushiwon/wg-skills/uniapp-form-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-form-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-form-skill

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/jiushiwon/wg-skills/uniapp-form-skill"><img src="https://agentmods.dev/badge/skills/jiushiwon/wg-skills/uniapp-form-skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,275 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.00033 $0.01275
Opus 5 $0.00016 $0.00638
Sonnet 5 $0.00007 $0.00255
Haiku 4.5 $0.00003 $0.00128

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

Security

Grade A, and why

uniapp-form-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.

vibeCoding/frontend/uniapp/uniapp-base-skill/uniapp-form-skill/SKILL.md · 134 lines

What it actually says

uniapp-form-skill

uni-app 表单组件技能。

核心组件

组件 说明
base-input 输入框组件
base-switch 开关组件
base-radio 单选组件
base-select 下拉选择组件

弹窗组件 (base-popup) 已移至 uniapp-page-skill(页面性质)

输入框 (base-input)

通用输入(8 种)

风格 触发词
账号密码登录 账号密码登录、登录页
手机号+验证码 手机号输入、验证码输入
多行反馈 反馈输入、留言输入
禁用/只读 只读输入、禁用输入
前缀图标 图标输入、前缀输入
后缀图标 后缀输入、清除按钮
OTP 验证码格子 验证码格子、6位验证码
浮动标签 浮动标签输入

搜索栏变体(6 种)

风格 触发词
胶囊搜索栏 胶囊搜索、顶部搜索
小圆角卡片搜索栏 卡片搜索
弹窗卡片搜索栏 弹窗搜索
扁平搜索栏 扁平搜索、极简搜索
嵌入式搜索栏 嵌入式搜索
迷你胶囊搜索栏 迷你搜索

单选组件 (base-radio)

包含 15 种形态:10 种基础单选 + 5 种开关形态(通过 size 参数切换)

风格 触发词
标准圆圈 圆圈单选、标准单选
打钩风格 打钩单选
标签排列 标签单选
卡片式 卡片单选
按钮组 按钮组单选
列表式 列表单选
切换式 切换开关
芯片风格 芯片单选
图片选项 图片选择
颜色选择 颜色选择

开关形态(通过 size 参数)

风格 触发词
标准胶囊 胶囊开关
方形开关 方正开关
迷你圆点 迷你开关
图标按钮 图标开关
卡片开关 卡片开关
标签排列 标签单选
卡片式 卡片单选
按钮组 按钮组单选
列表式 列表单选

下拉选择 (base-select)

风格 触发词
基础下拉 下拉框、下拉选择
弹出面板 弹出选择、面板选择
标签多选 标签多选
城市级联 城市选择、地址选择
搜索下拉 搜索下拉
宫格选择 宫格选择、网格选择

文件结构

uniapp-form-skill/
├── SKILL.md
├── README.md
├── base-input.md
├── base-switch.md
└── demo-components/
    ├── base-input/
    ├── base-switch/
    ├── base-radio/
    └── base-select/

设计规范

容器原则

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

  • 输入框容器 → base-card 包裹 input
  • 开关容器 → base-card 包裹 switch
  • 单选容器 → base-card 包裹 radio
  • 下拉选择容器 → base-card 包裹 select

即: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. 13d ago First seen · 134 lines · 33 tokens per session scan A 0e492195b05e

Subscribe to this mod's changes

uniapp-form-skill is a skill published in the GitHub repository jiushiwon/wg-skills (100 stars, last pushed 2d ago), licensed Apache-2.0. It adds 33 tokens to every session and 1,275 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

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…

emilkowalski/skills · 112 tokens

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…

android/skills · 151 tokens

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…

dotnet/skills · 180 tokens

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…

expo/skills · 74 tokens

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…

android/skills · 98 tokens

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.

lochie/web-haptics · 47 tokens