Agent Skills
› n0an/VivaDicta
› simulator-screenshot-time
simulator-screenshot-time
GitHub用于配置 iOS 模拟器状态栏显示,使其呈现截图就绪状态(时间9:41、满电、满信号),支持自定义时间及重置为真实状态。
Trigger Scenarios
iOS 模拟器截屏准备
调整模拟器状态栏显示
Install
npx skills add n0an/VivaDicta --skill simulator-screenshot-time -g -y
SKILL.md
Frontmatter
{
"name": "simulator-screenshot-time",
"description": "Set the iOS Simulator status bar to screenshot-ready state with clean time, battery, and signal",
"disable-model-invocation": true
}
Simulator Screenshot Time
You are given the following context: $ARGUMENTS
Instructions
Set the iOS Simulator status bar to screenshot-ready state with time 9:41, full battery, and full signal bars.
Run this command to set the status bar:
xcrun simctl status_bar booted override --time "9:41" --batteryLevel 100 --cellularBars 4
If the user wants to reset back to real time, run:
xcrun simctl status_bar booted clear
If arguments are provided, interpret them as follows:
- "reset" or "clear" - clear the status bar override
- A specific time like "10:30" - use that time instead of 9:41
- "wifi" - also set WiFi bars to full with
--wifiBars 3
Version History
- c5601d4 Current 2026-07-25 08:15


