Research AWS topics using Kiro CLI
Researches AWS topics and troubleshoots errors using the Kiro CLI tool.
/plugin marketplace add signalcompose/claude-tools/plugin install kiro@claude-toolsResearch AWS topics and troubleshoot errors using Kiro CLI.
Run the installation check script:
${CLAUDE_PLUGIN_ROOT}/scripts/check-kiro.sh
If this fails, inform the user to install Kiro CLI:
IMPORTANT: The Kiro CLI requires write access to ~/.kiro and Application Support directories that are blocked by Claude Code's sandbox. You MUST use dangerouslyDisableSandbox: true when executing this script. Without this, the Kiro CLI will fail with "readonly database" errors.
Run the research with the provided arguments:
${CLAUDE_PLUGIN_ROOT}/scripts/kiro-ask.sh "$ARGUMENTS"
When calling the Bash tool, set dangerouslyDisableSandbox: true to allow database write operations.
After execution:
/kiro:research What is AWS Lambda?
/kiro:research How to troubleshoot CloudFormation stack failures
/kiro:research Best practices for AWS CDK project structure
/kiro:research Explain AWS VPC peering configuration
For security, prompts are sanitized before execution:
0: Success1: Empty prompt or Kiro CLI not installed124: Timeout after 120 secondskiro-cli chat --no-interactive