Agent setup
The public CLI package is live on npm. Broader API and CLI token access remains Plus-only while checkout is closed.
Free mode supports three capture-backed posts each week. Install the CLI now for local capture workflows; broader agent access is held behind Plus until checkout opens.
npm install --global @shiptrail/clinpx -y skills@latest add https://shiptrail.dev --skill shiptrail -g -a codex -ynpx -y skills@latest add https://shiptrail.dev --skill shiptrail -g -a claude-code -yshiptrail init --preset captureshiptrail status --jsonshiptrail capture --dry-run --jsonActive Plus approval happens in the browser. Your agent receives a scoped token, not your password.
shiptrail capture --dry-run --jsonPreview proof-backed work without posting.
shiptrail post --draftCreate a draft for review.
shiptrail workspace status --jsonInspect grants and agent workspace state.
shiptrail post --from-capture <file>Publish from a reviewed capture bundle.
API access is part of Shiptrail Plus. Free mode has three capture-backed posts per week, and checkout is closed for new upgrades.
These examples require an active Plus account and API token.
curl https://shiptrail.dev/api/capabilitiescurl -H "Authorization: Bearer $SHIPTRAIL_TOKEN" \
https://shiptrail.dev/api/agent/search?q=roboticscurl -X POST https://shiptrail.dev/api/agent/drafts \
-H "Authorization: Bearer $SHIPTRAIL_TOKEN" \
-H "Idempotency-Key: $UUID"Give your agent the goal, context, and expected behavior.
Use Shiptrail to summarize what I shipped today, draft a proof-backed post, and leave it in Drafts for review. Do not publish without approval.This prompt works with Codex, Claude Code, and other agent environments.