asc-cli-usage

asc-cli-usage is a skill for Claude Code, Codex from web-casa/DeepSeek-Harness-Desktop. It costs 46 tokens per session (1,261 once invoked), scanned A, a copy of asc-cli-usage, MIT.

A guide to using the asc command-line tool for App Store Connect, Apple’s service for managing apps, builds, pricing, and releases. It covers command discovery, options, output formats, authentication, and pagination.

In plain words
What is it for?
Use it to find commands, inspect API schemas and capabilities, list or view app data, and plan App Store Connect automation.
Why use it?
It reduces guesswork when designing or running commands and clarifies which App Store Connect workflows the tool supports.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/web-casa/deepseek-harness-desktop/asc-cli-usage
Any agent
npx skills add web-casa/DeepSeek-Harness-Desktop --skill asc-cli-usage
Clone the repo
git clone --depth 1 https://github.com/web-casa/DeepSeek-Harness-Desktop

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for asc-cli-usage

README.md
[![agentmods](https://agentmods.dev/badge/skills/web-casa/deepseek-harness-desktop/asc-cli-usage.svg)](https://agentmods.dev/skills/web-casa/deepseek-harness-desktop/asc-cli-usage)
Your own site
<a href="https://agentmods.dev/skills/web-casa/deepseek-harness-desktop/asc-cli-usage"><img src="https://agentmods.dev/badge/skills/web-casa/deepseek-harness-desktop/asc-cli-usage.svg" alt="Measured on agentmods" height="20"></a>
Per session 46 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,261 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 100% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00046 $0.01261
Opus 5 $0.00023 $0.00630
Sonnet 5 $0.00009 $0.00252
Haiku 4.5 $0.00005 $0.00126

Measured 6d ago against content hash d6184b413f6a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

asc-cli-usage scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

100% identical to asc-cli-usage — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.agents/skills/asc-cli-usage/SKILL.md · 76 lines

How it starts

The opening of the file, as written. The whole thing — 76 lines — stays where its author put it; the contents beside it link to each section on GitHub.

asc cli usage

Use this skill when you need to run or design asc commands for App Store Connect.

Command discovery

  • Always use --help to discover commands and flags.
    • asc --help
    • asc builds --help
    • asc builds list --help
  • Use asc search for local, deterministic command discovery when you know the workflow but not the command path.
    • asc search "submit app for review"
    • asc search --output table "upload build"
  • Use asc schema to inspect bundled App Store Connect endpoint schemas and request/query fields before designing API-facing commands.
    • asc schema --pretty "GET /v1/apps"
    • asc schema --method POST appStoreVersions
  • Use asc capabilities to explain CLI-supported, partial, web-session, and public-API-limited workflow coverage.
    • asc capabilities --area release --output table
    • asc capabilities --status web-session --output table
    • asc capabilities --status not-public-api --output markdown

Canonical verbs (current asc)

  • Prefer view over legacy get aliases for read-only commands in docs and automation.
    • asc apps view --id "APP_ID"
    • asc versions view --version-id "VERSION_ID"
    • asc pricing availability view --app "APP_ID"
  • Prefer edit for update-only availability surfaces and other canonical edit flows.
    • asc pricing availability edit --app "APP_ID" --territory "USA,GBR" --available true
    • asc app-setup availability edit --app "APP_ID" --territory "USA,GBR" --available true
    • asc xcode version edit --build-number "42"
  • Use asc pricing availability create to initialize app availability before using the update-only edit command. If Apple rejects the public-API bootstrap, authenticate a web session and use asc web apps availability create, or configure Pricing and Availability in App Store Connect.
    • asc pricing availability create --app "APP_ID" --territory "USA,GBR" --available true --available-in-new-territories true
    • asc web apps availability create --app "APP_ID" --territory "USA,GBR" --available-in-new-territories true
  • Keep set where the CLI intentionally models a higher-level replacement/configuration flow and --help still shows set as the canonical verb.

Read the full file on GitHub · 76 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 76 lines · 46 tokens per session scan A d6184b413f6a

Subscribe to this mod's changes

asc-cli-usage is a skill published in the GitHub repository web-casa/DeepSeek-Harness-Desktop (116 stars, last pushed yesterday), licensed MIT. It adds 46 tokens to every session and 1,261 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to asc-cli-usage, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

vercel-react-native-skills

React Native and Expo best practices for building performant mobile apps. Use when building React Native components, optimizing list performance, implementing animations, or working with native modules. Triggers on tasks involving React Native, Expo, mobile performance, or native platform APIs.

zhukunpenglinyutong/desktop-cc-gui · 57 tokens

swift-expert

Expert-level Swift development for iOS, macOS with SwiftUI, Combine, and modern Swift 5.9+. Use when the user mentions iOS, macOS, SwiftUI, Combine, async await, or Apple platforms, or when the task involves Modern Swift Features, Basics and Optionals, Functions and Closures, or Structs and Classes.

personamanagmentlayer/pcl · 76 tokens

tauri-expert

Expert in Tauri framework, Rust backend, web frontend integration, and lightweight desktop applications. Use when the user mentions desktop, Rust, web, cross platform, or performance, or when the task involves Tauri Architecture, Tauri vs Electron, Core Components, or Security Features.

personamanagmentlayer/pcl · 61 tokens

skill_creator

创建、导入和适配天工 Skill 的交互式工作流。支持从零创建新 Skill,也支持从 GitHub 等外部来源导入并适配为天工格式。.

silent-rs/silent-Tiangong · 0 tokens

volcengine_video

Skill "volcengine_video" from silent-rs/silent-Tiangong, covering 火山方舟视频生成, 调用方法, 全部参数, 输出 and 触发词.

silent-rs/silent-Tiangong · 0 tokens

internet_search

使用本目录的 search.py 从搜索引擎获取实时网页结果,并以 JSON 结构返回标题、URL、摘要和来源。.

silent-rs/silent-Tiangong · 0 tokens