Agent Skills
› n0an/VivaDicta
› app-container
app-container
GitHub在 iOS 模拟器中获取 VivaDicta 应用容器目录路径,仅输出路径结果。
Trigger Scenarios
用户需要查找 iOS 模拟器中特定应用的容器路径
Install
npx skills add n0an/VivaDicta --skill app-container -g -y
SKILL.md
Frontmatter
{
"name": "app-container",
"description": "Print the path to VivaDicta's app container directory in the iOS Simulator",
"disable-model-invocation": true
}
app-container
Print the path to VivaDicta's app container directory in the iOS Simulator.
Instructions
Execute the following command and print ONLY the path result:
xcrun simctl get_app_container booted com.antonnovoselov.VivaDicta data
Do not provide any additional explanation or context - just output the path.
Version History
- c5601d4 Current 2026-07-25 08:14


