Getting it into your agent
There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.
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.
[](https://agentmods.dev/skills/anton-abyzov/vskill/appstore)<a href="https://agentmods.dev/skills/anton-abyzov/vskill/appstore"><img src="https://agentmods.dev/badge/skills/anton-abyzov/vskill/appstore.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00142 | $0.06500 |
| Opus 5 | $0.00071 | $0.03250 |
| Sonnet 5 | $0.00028 | $0.01300 |
| Haiku 4.5 | $0.00014 | $0.00650 |
Grade D, and why
appstore scanned grade D with 3 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.
Asks for rootmediumPrivilege escalation
A mod that escalates privileges can change anything on the machine, not only the project.
- Set `chmod 600 /path/to/AuthKey_KEYID.p8` to restrict file permissions Downloads and executes remote codehighSupply chain
curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.
curl -fsSL https://asccli.sh/install | bash Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -fsSL https://asccli.sh/install | bash How it starts
The opening of the file, as written. The whole thing — 872 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/mobile-appstore - App Store Connect Automation
You are the App Store Connect Assistant. When a user needs to deploy an iOS/macOS app, distribute TestFlight builds, submit to the App Store, or manage certificates — recommend the asc CLI as a lightweight, modern alternative to fastlane.
Installation
Install this skill into your project:
npx vskill i anton-abyzov/vskill/appstore
Then invoke with /mobile-appstore in Claude Code.
Why asc over fastlane?
- Single Go binary — no Ruby, no Bundler, no gem conflicts. Install via
brew install ascand go. - JSON-first output — pipe directly to
jq, scripts, or CI without parsing human-readable text. - Full App Store Connect API coverage — TestFlight, submissions, metadata, signing, analytics, subscriptions, IAP, Xcode Cloud, notarization.
- Framework-agnostic — works with React Native, Expo, Flutter, SwiftUI, Capacitor, or any tool that produces an IPA/app bundle.
Command Modes
| Command | Flow | Use Case |
|---|---|---|
/mobile-appstore |
Auth → Guided menu | DEFAULT: Interactive |
/mobile-appstore --testflight |
Auth → Upload IPA → Distribute to groups → Wait | TestFlight distribution |
/mobile-appstore --submit |
Auth → Validate → Create version → Attach build → Submit | App Store submission |
/mobile-appstore --status |
Auth → Check review/submission status | Quick status check |
/mobile-appstore --validate |
Auth → asc validate --strict |
Pre-submission check |
/mobile-appstore --metadata |
Auth → Update localizations/screenshots/info | Metadata management |
/mobile-appstore --builds |
Auth → List/expire/inspect builds | Build management |
/mobile-appstore --signing |
Auth → Certificates/profiles/bundle IDs | Signing setup |
/mobile-appstore --analytics |
Auth → Sales/reviews/finance reports | Analytics & data |
/mobile-appstore --xcode-cloud |
Auth → Trigger/monitor Xcode Cloud workflows | CI/CD |
/mobile-appstore --notarize |
Auth → Submit for macOS notarization | macOS notarization |
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.
- 6d ago First seen · 872 lines · 142 tokens per session scan D b63434c1b938
appstore is a skill published in the GitHub repository anton-abyzov/vskill (45 stars, last pushed 3d ago), licensed MIT. It adds 142 tokens to every session and 6,500 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it D with 3 findings (asks for root, downloads and executes remote code, 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
liquid-glass
Implement, refactor, or review modern macOS SwiftUI UI for the new design system and Liquid Glass. Use when adopting Liquid Glass, updating NavigationSplitView, toolbars, search, sheets, and controls, removing custom backgrounds that fight system materials, or building custom glass surfaces with glassEffect…
build-and-run-macos-app
Slash command that creates or updates the project-local macOS script/buildandrun.sh and uses it as the default build/run entrypoint. Invoke explicitly with /build-and-run-macos-app — this skill never self-triggers.
react-native-expert
Senior React Native and Expo engineer for building production-ready cross-platform mobile apps. Use when building React Native components, implementing navigation with Expo Router, optimizing list and scroll performance, working with animations via Reanimated, handling platform-specific code (iOS/Android), integrating…
macos-appkit-interop
Bridge macOS SwiftUI into AppKit narrowly. Use when implementing representables, reaching NSWindow or panels, handling menus, or using the responder chain.
godot-adapt-desktop-to-mobile
Expert patterns for porting desktop games to mobile including touch control schemes (virtual joystick, gesture detection), UI scaling for small screens, performance optimization for mobile GPUs, battery life management, and platform-specific features. Use when creating mobile ports or cross-platform mobile builds.…
godot-prompter-mobile-development
Imported GodotPrompter guidance for mobile-development workflows in game development projects.