Sign in to access your creator dashboard and recent verification jobs.
Installers can browse verified versions from Explore.
Publish from the CLI
Sign in here to reach the dashboard, then use the same Toolshed API key in the CLI when you publish. The dashboard reads recent jobs for that publisher identity.
1. Save your key
Run login once so the CLI can authenticate future commands.
node packages/cli-ts/bin/toolshed.js login2. Submit an archive
Publish a versioned zip. Name and version can come from flags or archive metadata.
node packages/cli-ts/bin/toolshed.js publish ./my-skill.zip --name my-skill --skill-version 1.2.03. Check verification
Use the returned job id in the CLI, then load the same API key in the dashboard.
node packages/cli-ts/bin/toolshed.js status <job-id>