skill-level-retry · git:20260413.140c6fb · 2026-04-13 · sha256 a33e2a872b3fa1ae
skill-level-retry git:20260413.140c6fbA
Immutable. This exact content is served forever at /api/v1/blob/a33e2a872b3fa1ae.
---
name: skill-level-retry
description: Echo with retry metadata declared on the skill.
source:
type: cli-tool
command: node
args:
- -e
- "process.stdout.write(process.env.RUNX_INPUT_MESSAGE ?? '')"
timeout_seconds: 10
retry:
max_attempts: 2
inputs:
message:
type: string
required: true
---
Echo with skill-level retry metadata.