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


