Agent Skills
› n0an/VivaDicta
› app-container
app-container
GitHub获取iOS模拟器中VivaDicta应用容器目录路径。触发场景包括查询模拟器的App沙盒位置、调试时访问应用数据文件等。
Trigger Scenarios
查询iOS模拟器应用数据路径
调试时需要访问App沙盒目录
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


