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.
npx agentmods add skills/termio-sh/termio/ascnpx skills add termio-sh/termio --skill ascgit clone --depth 1 https://github.com/termio-sh/termioWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00108 | $0.01070 |
| Opus 5 | $0.00054 | $0.00535 |
| Sonnet 5 | $0.00022 | $0.00214 |
| Haiku 4.5 | $0.00011 | $0.00107 |
Grade A, and why
asc scanned grade A with 1 finding 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 3d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
should touch App Store Connect here — do not hand-roll JWTs or curl the API. 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 — App Store Connect from the CLI
asc is installed via Homebrew (brew install asc). It is the only tool that
should touch App Store Connect here — do not hand-roll JWTs or curl the API.
This skill is a router. Read the one reference that matches the task, not the whole set. Each reference is a self-contained playbook with the exact commands.
Before anything
Every command needs credentials. Check first:
asc auth status # active profile
asc doctor # diagnose a broken or missing setup
If nothing is stored, register a key (Key ID + Issuer ID + .p8 from
https://appstoreconnect.apple.com/access/integrations/api):
asc auth login --name <label> --key-id <KEY_ID> --issuer-id <UUID> \
--private-key <path/to/AuthKey_XXXX.p8> --network
Most commands need an app or build ID rather than a name — see
references/asc-id-resolver.md.
Routing table
| Task | Read |
|---|---|
Flags, output formats, pagination, discovery — how to shape any asc command |
references/asc-cli-usage.md |
| Turn an app / build / version / group / tester name into an ID | references/asc-id-resolver.md |
| TestFlight groups, testers, distribution, What to Test notes | references/asc-testflight-orchestration.md |
| Build processing status, finding the latest build, retention cleanup | references/asc-build-lifecycle.md |
| TestFlight crashes, beta feedback, hangs, launch diagnostics | references/asc-crash-triage.md |
| Build, archive, export, bump version/build numbers, upload an IPA/PKG | references/asc-xcode-build.md |
| Stage a version, publish, submit for review | references/asc-release-flow.md |
| Validation failures, stuck submissions, cancel and retry decisions | references/asc-submission-health.md |
| Pull, edit, validate and apply App Store metadata and keywords | references/asc-metadata-sync.md |
| Write release notes (What's New) from git log or bullets | references/asc-whats-new-writer.md |
| Translate metadata into more locales | references/asc-localize-metadata.md |
| Offline ASO / keyword audit of pulled metadata | references/asc-aso-audit.md |
| Capture, frame and upload screenshots (simulator pipeline) | references/asc-shots-pipeline.md |
| Fix screenshot dimensions, alpha channels, validation errors | references/asc-screenshot-resize.md |
| Bundle IDs, capabilities, certificates, provisioning profiles | references/asc-signing-setup.md |
| Developer ID signing + notarization for distribution outside the App Store | references/asc-notarization.md |
| Territory-specific / PPP pricing | references/asc-ppp-pricing.md |
| Subscription and IAP display names across locales | references/asc-subscription-localization.md |
| Reconcile the ASC catalog with RevenueCat | references/asc-revenuecat-catalog-sync.md |
| Apple Ads campaigns, ad groups, keywords, reports | references/asc-apple-ads.md |
Repo-local multi-step automations (.asc/workflow.json) |
references/asc-workflow.md |
| Create a new app record (browser automation — no public API) | references/asc-app-create-ui.md |
| Submit an entry to the asc Wall of Apps | references/asc-wall-submit.md |
What ships with it
31 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- references/asc-app-create-ui.md 5.5 KB
- references/asc-apple-ads.md 4.5 KB
- references/asc-aso-audit.md 10 KB
- references/asc-aso-audit/aso_rules.md 3.9 KB
- references/asc-build-lifecycle.md 1.1 KB
- references/asc-cli-usage.md 3.8 KB
- references/asc-crash-triage.md 3.0 KB
- references/asc-id-resolver.md 3.0 KB
- references/asc-localize-metadata.md 11 KB
- references/asc-metadata-sync.md 6.5 KB
- references/asc-notarization.md 6.0 KB
- references/asc-ppp-pricing.md 14 KB
- references/asc-release-flow.md 6.3 KB
- references/asc-release-flow/multi-item-submissions.md 4.2 KB
- references/asc-revenuecat-catalog-sync.md 14 KB
- references/asc-revenuecat-catalog-sync/examples.md 13 KB
- references/asc-revenuecat-catalog-sync/references.md 1.1 KB
- references/asc-screenshot-resize.md 3.4 KB
- references/asc-shots-pipeline.md 10 KB
- references/asc-signing-setup.md 4.0 KB
- references/asc-submission-health.md 7.4 KB
- references/asc-submission-health/app-privacy.md 1.5 KB
- references/asc-submission-health/digital-goods.md 8.5 KB
- references/asc-submission-health/readiness-repairs.md 5.4 KB
- references/asc-subscription-localization.md 9.4 KB
- references/asc-testflight-orchestration.md 1.3 KB
- references/asc-wall-submit.md 1.4 KB
- references/asc-whats-new-writer.md 6.8 KB
- references/asc-whats-new-writer/release_notes_guidelines.md 5.0 KB
- references/asc-workflow.md 5.5 KB
- references/asc-xcode-build.md 5.6 KB
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.
- 3d ago First seen · 76 lines · 108 tokens per session scan A d9e2fe7bfd9a
asc is a skill published in the GitHub repository termio-sh/termio (359 stars, last pushed 3d ago), licensed MIT. It adds 108 tokens to every session and 1,070 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
canvas
Display, present, and render HTML content on connected Otto nodes (Mac app, iOS, Android). Show on device, preview on mobile, push to screen, or navigate to a URL on any connected node. Use for games, visualizations, dashboards, interactive demos, and live-reloading development previews. Supports presenting, hiding…
eliza-cloud-buy-domain
Use whenever a user wants to register or buy a custom domain for an Eliza Cloud app — including in the same request as building the app ("build me X and put it on Y.com"). Uses Cloudflare as registrar after explicit user confirmation, paid from the user's existing cloud credit balance. Pairs with build-monetized-app…
ordercli
Foodora CLI for checking past orders and active order status. Use when the user asks to check food delivery orders, track a Foodora delivery, view order history, reorder a meal, look up past food orders, check delivery status, or manage Foodora sessions and authentication.
argent-device-interact
Interact with an iOS simulator, Android emulator, or Chromium (CDP) app using argent MCP tools. Use when tapping UI elements, performing gestures, scrolling/swiping, typing text, pressing hardware buttons, launching apps, opening URLs, taking screenshots, waiting for an element to appear or disappear, or checking…
argent-metro-debugger
Debug a JS runtime via CDP using argent debugger tools. Primary path is React Native via Metro (iOS / Android / Vega); a subset of the tools (debugger-connect, debugger-status, debugger-evaluate, debugger-log-registry) also drive a Chromium (CDP) app's renderer (an Electron app, or any Chromium browser exposing CDP)…
argent-settings-permissions
Grant, deny, or reset an app's runtime permissions (camera, microphone, photos, contacts, notifications, calendar, location, location-always, media-library, motion, reminders) on an iOS simulator or Android device using the argent settings-permissions tool - without navigating the system Settings UI. Use when the…