Asc Notarization
Asc Notarization verifies document authenticity via blockchain, ensuring secure and tamper-proof notarizations for increased trust & compliance.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add asc-notarization npx -- -y @trustedskills/asc-notarization
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"asc-notarization": {
"command": "npx",
"args": [
"-y",
"@trustedskills/asc-notarization"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to notarize code signing identities using the Apple Store Connect command line interface (CLI). It automates the process of submitting identities for notarization, verifying their authenticity and compliance with Apple's requirements. This ensures that applications and packages built with these identities are trusted by macOS users.
When to use it
- You need to prepare a new code signing identity for distribution on the Mac App Store or through other channels.
- You want to automate the notarization process as part of your build pipeline.
- You're encountering issues with code signing and need assistance verifying the validity of an existing identity.
- You are developing tools that require Apple-signed components.
Key capabilities
- Notarizes code signing identities.
- Utilizes the Apple Store Connect CLI for interaction.
- Automates the notarization workflow.
Example prompts
- "Notarize my developer identity 'MyDevID'."
- "Run notarization on the code signing identity located at /path/to/identity."
- "Can you check if MyDevID is already notarized?"
Tips & gotchas
- Requires prior setup of the Apple Store Connect CLI and appropriate credentials.
- Successful notarization depends on having a valid Apple Developer Program membership and correctly configured certificates.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.