step-functions

Manage AWS Step Functions state machines and executions via AWS CLI.

3|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/david-2814/claw-aws --skill step-functions-david-2814
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: step-functions
Source: https://github.com/david-2814/claw-aws/tree/main/skills/step-functions
Command: npx skills add https://github.com/david-2814/claw-aws --skill step-functions-david-2814

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage AWS Step Functions state machines, executions, and workflow definitions via AWS CLI.

Core Features & Use Cases

  • Create and update state machines (STANDARD and EXPRESS) with definitions.
  • Start, monitor, describe, and stop executions; inspect execution history for debugging.
  • Validate, troubleshoot, and enforce best practices across environments.

Quick Start

Install and configure AWS CLI v2, then use the commands in this guide to create, update, start, and monitor state machines.

Frequently Asked Questions about step-functions

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage AWS Step Functions state machines via the CLI?

Yes, you can manage AWS Step Functions executions via the CLI to start, monitor, describe, and stop running workflows. The CLI also enables you to inspect execution history for debugging state machine failures and troubleshooting errors.

Can I create both STANDARD and EXPRESS state machines using AWS CLI commands?

AWS Step Functions orchestration via the CLI is best suited for developers and operators who design, deploy, and operate serverless workflows. It satisfies requirements for CLI-based automation, state-machine definitions in ASL, and safe operational practices across environments.

What are the prerequisites for orchestrating state machines with AWS CLI?

AWS Step Functions orchestration via the CLI is best suited for developers and operators who design, deploy, and operate serverless workflows. It satisfies requirements for CLI-based automation, state-machine definitions in ASL, and safe operational practices across environments.

How do I debug a failed AWS Step Functions execution from the command line?

You can debug a failed AWS Step Functions execution by using the CLI to describe the execution and inspect its detailed history. This exposes the state machine transition data needed to validate, troubleshoot, and resolve workflow errors.