awsclaw-stepfunc

Manage Step Functions state machines and executions via awsclaw StepFuncTool in VS Code.

1|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/necatiarslan/awsclaw --skill awsclaw-stepfunc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: awsclaw-stepfunc
Source: https://github.com/necatiarslan/awsclaw/tree/main/skills/awsclaw-stepfunc
Command: npx skills add https://github.com/necatiarslan/awsclaw --skill awsclaw-stepfunc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing Step Functions state machines and executions often requires juggling CLI commands, AWS consoles, and JSON definitions, so this tool brings all lifecycle operations into the awsclaw VS Code chat context.

Core Features & Use Cases

  • Comprehensive management: Inspect, describe, and list state machines, executions, aliases, and map runs without leaving the editor.
  • Lifecycle operations: Create, update, validate, publish, tag, and delete state machines, aliases, and resources with precise Amazon States Language inputs.
  • Diagnostic workflows: Filter executions by status, stop running executions, and read histories to debug failures while collaborating across services like Lambda, CloudWatch Logs, and IAM.
  • Use Case: When a deployment team needs to validate a new workflow, you can list the state machine, update its definition, publish a version, and inspect execution history all through StepFuncTool commands.

Quick Start

Ask the assistant to use StepFuncTool to list executions for my state machine and return the most recent event history.

Frequently Asked Questions about awsclaw-stepfunc

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

FAQPage Schema
How do I manage AWS Step Functions state machines directly in VS Code?

You can manage AWS Step Functions state machines directly in VS Code by using the chat interface to inspect, start, update, tag, or delete state machines and executions without switching to the AWS CLI or console.

Can I debug failed Step Functions executions from the editor?

Yes, you can debug failed Step Functions executions by filtering executions by status, stopping running executions, and reading execution histories to identify failure points while collaborating with Lambda and CloudWatch Logs.

What is needed to update a Step Functions definition through the chat interface?

To update a Step Functions definition through the chat interface, you need to provide Amazon States Language definitions and ARN-based identifiers so the tool can validate and apply the updates to your state machines.

Does this workflow automation tool support publishing versions and aliases for state machines?

Yes, this workflow automation tool supports publishing versions and aliases for state machines, allowing you to create, validate, and publish specific versions of your Amazon States Language workflows.

What's the best way to list and inspect Step Functions map runs without leaving the editor?

The best way to list and inspect Step Functions map runs is to request the tool to describe state machines, executions, aliases, and map runs, returning the most recent event history directly in the chat context.