Agent Skills
› n0an/VivaDicta
› app-container-group
app-container-group
GitHub用于在 iOS 模拟器中快速定位并打印指定应用 App Group 容器目录路径的辅助技能。
Trigger Scenarios
需要获取 iOS 模拟器中特定应用的 App Group 数据路径
调试或开发涉及 iOS App Group 共享数据的功能
Install
npx skills add n0an/VivaDicta --skill app-container-group -g -y
SKILL.md
Frontmatter
{
"name": "app-container-group",
"description": "Print the path to VivaDicta's App Group container directory in the iOS Simulator",
"disable-model-invocation": true
}
app-container-group
Print the path to VivaDicta's App Group container directory in the iOS Simulator.
Instructions
Execute the following commands to find and print ONLY the App Group container path:
xcrun simctl listapps booted | grep -A 10 "com.antonnovoselov.VivaDicta" | grep "group.com.antonnovoselov.VivaDicta" | sed 's/.*"file:\/\/\(.*\)\/";/\1/'
Do not provide any additional explanation or context - just output the path.
Version History
- c5601d4 Current 2026-07-25 08:14


