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 skills add OpenCoven/coven --skill tauri-apple-releasegit clone --depth 1 https://github.com/OpenCoven/covenWrote 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/opencoven/coven/tauri-apple-release)<a href="https://agentmods.dev/skills/opencoven/coven/tauri-apple-release"><img src="https://agentmods.dev/badge/skills/opencoven/coven/tauri-apple-release.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector pass
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.00055 | $0.01182 |
| Opus 5 | $0.00028 | $0.00591 |
| Sonnet 5 | $0.00011 | $0.00236 |
| Haiku 4.5 | $0.00006 | $0.00118 |
Grade A, and why
tauri-apple-release 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 8d 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.
How it starts
The opening of the file, as written. The whole thing — 130 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Tauri Apple Release
Use this skill for Tauri iOS/TestFlight or macOS Apple release work.
Prime directive
Treat Apple release work as one release packet, not a sequence of drip asks.
A usable packet includes:
- Team/app metadata — Bundle ID, Team ID, version, build number, App Store Connect app record.
- Upload auth — App Store Connect API key or Apple ID app-specific password + provider public ID.
- Distribution signing — Apple Distribution cert/private key and App Store provisioning profile for iOS; Developer ID cert + notarization auth for macOS direct download.
- Artifact path —
.ipa,.app,.dmg, etc.
Never ask for only “the issuer ID” unless the packet is otherwise complete and that exact field failed.
Safety rules
- Do not print or paste private key,
.p8,.p12, app-specific password, provisioning profile contents, or real secret values. - It is okay to discuss non-secret identifiers: Bundle ID, Team ID, certificate SHA-1 fingerprint, profile UUID/name, key ID, issuer ID/provider public ID.
- Prefer 1Password/GitHub Secrets/env vars for secrets.
- Do not upload to TestFlight/App Store Connect until export validation passes with an App Store distribution provisioning profile.
Standard triage
Start by identifying which gate failed:
- Build correctness —
pnpm build,tauri build,tauri ios buildfails before Apple export/upload. - Apple trust/signing — archive/export fails, invalid provisioning profile, cert mismatch, wrong Bundle ID/Team ID.
- Release transport — upload auth, provider/issuer mismatch, TestFlight processing.
Use exact Apple error numbers when present, e.g. 90161 Invalid Provisioning Profile.
Single release packet ask
When blocked on credentials/signing, ask once:
Please provide/store ONE complete Apple release packet for <app>. Do not paste private key, certificate, provisioning profile, or app-specific password contents in chat.
App metadata:
- Bundle ID: <exact bundle id>
- Team ID: <Apple Developer Team ID>
- Version/build: <short version>/<build number>
- App Store Connect app record exists: yes/no
Upload auth — choose A or B:
A. Team App Store Connect API key:
- APPLE_API_KEY_ID
- APPLE_API_ISSUER
- APPLE_API_KEY_PATH or APPLE_API_KEY_P8 in secrets
B. Apple ID fallback:
- APPLE_ID
- APPLE_APP_SPECIFIC_PASSWORD
- APPLE_PROVIDER_PUBLIC_ID
Distribution signing — choose A, B, or C:
A. Xcode automatic signing account added on build Mac
B. Manual signing assets:
- Apple Distribution .p12 + password
- App Store provisioning profile for exact Bundle ID
C. Team ASC API key that xcodebuild can use for provisioning
What ships with it
1 file 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.
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.
- 8d ago First seen · 130 lines · 55 tokens per session scan A 10c2016f7eee
tauri-apple-release is a skill published in the GitHub repository OpenCoven/coven (47 stars, last pushed today), licensed MIT. It adds 55 tokens to every session and 1,182 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
suede-play-release
Suede Labs Google Play delivery skill: ship an Android release end to end from the agent interface, without opening the Play Console. Set up credentials, upload an AAB, promote between tracks, stage or complete a rollout, push per-locale release notes, and prove against the Play Developer API what is actually live.…
codew-release-qa-sweep
Use before claiming Codewhale release work is done: run the full gate sweep and list the manual QA targets.
gh-credit-harvest
Harvest one community PR into a release branch with authorship and credit preserved, verified green, and a warm thank-you.
release
Skill "release" from Hmbown/Codewhale, covering release, invocation, non-goals and workflow.
git-integration
Git commit patterns, formats, and conventions for GSD methodology. Provides atomic commits per task, structured commit messages, planning file commits, branch management, and milestone tag operations.
axiom-shipping
Use when preparing ANY app for submission, handling App Store rejections, writing appeals, or managing App Store Connect. Covers submission checklists, rejection troubleshooting, metadata requirements, privacy manifests, age ratings, export compliance.