Agent Skills
› n0an/VivaDicta
› app-container
app-container
GitHub获取 iOS 模拟器中 VivaDicta 应用的数据容器目录路径。通过执行 xcrun simctl 命令并仅输出结果路径,用于调试或访问模拟器应用数据。
Trigger Scenarios
需要定位 iOS 模拟器中特定应用的沙盒目录路径
调试 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


