tauri-apple-release

tauri-apple-release is a skill for Claude Code, Codex from OpenCoven/coven. It costs 55 tokens per session (1,182 once invoked), scanned A, original, MIT.

A release guide for shipping Tauri apps, desktop or mobile apps built with web technologies, through Apple's TestFlight or macOS distribution process.

In plain words
What is it for?
Use it to prepare and validate iOS TestFlight or macOS releases and resolve Apple signing or upload issues.
Why use it?
It organizes app metadata, signing, upload authentication, notarization, and build files into one release checklist while protecting secrets.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to prepare and validate iOS TestFlight or macOS releases and resolve Apple signing or upload issues.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/opencoven/coven/tauri-apple-release
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.

Any agent
npx skills add OpenCoven/coven --skill tauri-apple-release
Clone the repo
git clone --depth 1 https://github.com/OpenCoven/coven

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 tauri-apple-release

README.md
[![agentmods](https://agentmods.dev/badge/skills/opencoven/coven/tauri-apple-release.svg)](https://agentmods.dev/skills/opencoven/coven/tauri-apple-release)
Your own site
<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>
Per session 55 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,182 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found 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.00055 $0.01182
Opus 5 $0.00028 $0.00591
Sonnet 5 $0.00011 $0.00236
Haiku 4.5 $0.00006 $0.00118

Measured 8d ago against content hash 10c2016f7eee, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

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.

skills/tauri-apple-release/SKILL.md · 130 lines

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:

  1. Team/app metadata — Bundle ID, Team ID, version, build number, App Store Connect app record.
  2. Upload auth — App Store Connect API key or Apple ID app-specific password + provider public ID.
  3. Distribution signing — Apple Distribution cert/private key and App Store provisioning profile for iOS; Developer ID cert + notarization auth for macOS direct download.
  4. 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:

  1. Build correctnesspnpm build, tauri build, tauri ios build fails before Apple export/upload.
  2. Apple trust/signing — archive/export fails, invalid provisioning profile, cert mismatch, wrong Bundle ID/Team ID.
  3. 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

Read the full file on GitHub · 130 lines

Files

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.

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. 8d ago First seen · 130 lines · 55 tokens per session scan A 10c2016f7eee

Subscribe to this mod's changes

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.