ship

ship is a command for Claude Code from Generous-Corp/pulp. It costs 67 tokens per session (2,689 once invoked), scanned A, original, MIT.

A release command for signing, packaging, notarizing, and distributing Pulp plugins and apps for macOS, Windows, and Android. It also creates update-feed data for supported app releases.

In plain words
What is it for?
Use it to prepare signed plugins or apps, create macOS, Windows, or Android packages, notarize Apple builds, and generate Sparkle update feeds.
Why use it?
It brings platform-specific release steps and prerequisite checks into one workflow, including certificates, keystores, installers, and notarization. It also prompts for missing signing setup instead of silently proceeding.

Command for Claude Code

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.

agentmods
npx agentmods add commands/generous-corp/pulp/ship
Clone the repo
git clone --depth 1 https://github.com/Generous-Corp/pulp

Made for: Claude Code.

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 ship

README.md
[![agentmods](https://agentmods.dev/badge/commands/generous-corp/pulp/ship.svg)](https://agentmods.dev/commands/generous-corp/pulp/ship)
Your own site
<a href="https://agentmods.dev/commands/generous-corp/pulp/ship"><img src="https://agentmods.dev/badge/commands/generous-corp/pulp/ship.svg" alt="Measured on agentmods" height="20"></a>
Per session 67 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,689 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00067 $0.02689
Opus 5 $0.00034 $0.01345
Sonnet 5 $0.00013 $0.00538
Haiku 4.5 $0.00007 $0.00269

Measured today against content hash be6ffa598675, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

ship 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 today.

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.

.claude/commands/ship.md · 193 lines

How it starts

The opening of the file, as written. The whole thing — 193 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Ship a Pulp plugin or app — sign, notarize, package, and generate update feeds.

Before running any ship command

  1. Run pulp config show to check saved credentials.

  2. If no config exists, OR if the config file exists but all signing fields are commented out (only section headers shown), use AskUserQuestion to offer setup:

    • "No signing config found. Would you like to set up signing credentials now?"
    • Options: "Yes, set up macOS signing" / "Yes, set up Android signing" / "Skip for now"
    • If yes, walk through pulp config set for each required field.
  3. Check prerequisites for the target platform:

    • macOS: Run security find-identity -v -p codesigning to verify identity exists.
    • Android: Verify ANDROID_HOME is set. Verify keystore file exists. Verify android/ Gradle project exists.
    • Windows: Verify signing certificate is installed. Verify NSIS is on PATH.
  4. If prerequisites are missing, use AskUserQuestion to offer solutions:

    • "Android SDK not found. Would you like help setting it up?"
    • Options: "Show install instructions" / "I'll set it up myself" / "Skip Android"

Pick the path first: one-off share vs full release

  • "Make a build I can send a friend / share / put on a download page", or any single .app/.dmg/.pkg you want to hand off → use pulp ship share (one command: sign → wrap .app in a DMG → notarize → staple → Gatekeeper-verify). This is the right tool when the user says things like "sign this so my friend can open it", "bundle the app to share", "make a DMG I can send". It does NOT touch the repo / GitHub release pipeline.
  • Full distribution release (versioned GitHub Release, appcast, all example plugins) → that runs through CI (sign-and-release.yml), not these local subcommands. For shipping a PR/release say "ship this" or use the ci skill.

Standard workflow order (manual, per-stage)

  1. Buildpulp build (must complete before signing)
  2. Signpulp ship sign (must sign before notarizing)
  3. Packagepulp ship package (creates installer from signed bundles)
  4. Notarizepulp ship notarize --path <pkg|dmg|zip> (macOS only, after packaging)
  5. Appcastpulp ship appcast (generate update feed pointing to packaged artifact)

Read the full file on GitHub · 193 lines

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. today First seen · 193 lines · 67 tokens per session scan A be6ffa598675

Subscribe to this mod's changes

ship is a command published in the GitHub repository Generous-Corp/pulp (16 stars, last pushed today), licensed MIT. It adds 67 tokens to every session and 2,689 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-09-04.