Tangweiwei227/dsh-asc0

dsh-asc

App Store Connect 命令行工具(asc)的 DeepSeek Harness 插件,支持结构化调用并输出 JSON。

AI 分析

核心用途是让 AI 智能体能够通过自然语言管理苹果开发者账号,如列出 App、上传 TestFlight 构建、拉取元数据等。适合 iOS 开发者和发布运维人员。具体用途尚不清楚,建议阅读仓库说明。

包名
dsh-asc
版本
0.1.0
许可证
MIT
最近更新
2026年8月29日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Tangweiwei227/dsh-asc

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"]