dsh-asc
App Store Connect 命令行工具(asc)的 DeepSeek Harness 插件,支持结构化调用并输出 JSON。
AI 分析
核心用途是让 AI 智能体能够通过自然语言管理苹果开发者账号,如列出 App、上传 TestFlight 构建、拉取元数据等。适合 iOS 开发者和发布运维人员。具体用途尚不清楚,建议阅读仓库说明。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Tangweiwei227/dsh-asc说明文档
阅读完整 README ↗Usage
Just ask your agent in natural language — it will call the asc tool:
- "List the apps on my account"
- "Upload this build to TestFlight"
- "Pull localized metadata for this app"
- "Check my current asc auth status"
Under the hood the agent calls:
asc: ["apps", "list"]
asc: ["builds", "upload", "--app", "123", "--ipa", "build.ipa"]
asc: ["metadata", "pull", "--app", "123"]
asc: ["auth", "status"]