crafter-ship
Installation
SKILL.md
Ship To Crafter
Use the crafter CLI for installation, authentication, metadata validation, Ship submission, and publishing. Do not implement HTTP or token handling yourself, and do not submit Ships through the website.
Install The CLI
- Verify Node.js 18 or newer is installed with
node --version. If Node.js is unavailable or too old, ask the user to install a supported version from nodejs.org and stop. - Install or update the public CLI before authenticating with
npm install --global @crafter/cli@latest. - Confirm
crafteris available withcommand -v crafter. - Verify the installation with
crafter help.
Do not clone the Crafter repository or invoke its internal source as a substitute for installing the published CLI.