Hatchet CLI

Hatchet CLI skills for managing workflows, workers, and runs. Use this skill when triggering workflows, starting workers, debugging runs, replaying failed runs, running Hatchet locally in embedded mode, or setting up the Hatchet CLI and profiles.

hatchet-dev 6d8b990 9 files · 23.1 KB Updated

File contents

Hatchet CLI Agent Skills

This skill package teaches AI agents how to use the Hatchet CLI to manage workflows, workers, and runs.

When to use these skills

Read the relevant reference document before performing any Hatchet CLI task:

  • Setting up the CLI or creating a profilereferences/setup-cli.md
  • Running Hatchet locally without a token (embedded mode)references/local-dev-embedded.md
  • Starting a workerreferences/start-worker.md
  • Triggering a workflow and waiting for resultsreferences/trigger-and-watch.md
  • Debugging a failed or stuck runreferences/debug-run.md
  • Replaying a run with the same or new inputreferences/replay-run.md

Key conventions

  • For local development, prefer embedded mode: no token, account, or server needed (references/local-dev-embedded.md).
  • Always specify a profile with -p HATCHET_PROFILE unless a default profile is set. Embedded mode needs no profile.
  • Use -o json for machine-readable output when parsing responses.
  • Write workflow input to a temp file (e.g. /tmp/hatchet-input-$(date +%s)-$$.json) to avoid collisions.
  • Clean up temp files after use.

hatchet-dev/hatchet/tree/main/cmd/hatchet-cli/cli/skill-assets/hatchet-cli commit 6d8b990651

Frequently asked questions

npx skillmds@latest add hatchet-dev/hatchet-cli