The registry is not reachable.
Check the registry URL and run curl <registry-url>/health. If it fails, the server or network route is down.
FAQ
Short answers for the problems users hit while publishing and installing skills.
Check the registry URL and run curl <registry-url>/health. If it fails, the server or network route is down.
Confirm the exact scoped name and version. AIPM package names use the format @scope/name.
Published versions are immutable. Increase the manifest version and publish again.
Check that you installed with the right --target, then restart or reload the AI tool if it caches project files.
Yes. Sign in with GitHub, create an org, reserve a package name, generate a 5-minute publish token, then push from the CLI.
Not yet. Current packages are public registry packages. Keep private prompts, credentials, customer data, and internal-only files out of published skills.
Generate a fresh token from the package dashboard. Tokens are intentionally short-lived and are not stored by the CLI.
That package was published before account-backed reservations were attached, or through an admin-only path. Review it carefully before installing.
Install AIPM CLI 0.2.12 via npm with npm install -g @aipm-registry/cli, via macOS/Linux standalone with curl -fsSL https://github.com/abhisri2090/aipm/releases/download/cli-v0.2.12/install.sh | sh, or via Windows PowerShell with irm https://github.com/abhisri2090/aipm/releases/download/cli-v0.2.12/install.ps1 | iex. Then run aipm --version and aipm doctor.
Metadata is stored by the registry backend. Package tarballs are stored in the configured blob storage backend.