required_canon_version: >=3.0.0
Skill: example-echo
Version: 0.1.0
Status: Reference
Trigger
Use when a minimal, deterministic example skill is needed to verify the contract runner.
Inputs
input.jsonwith any JSON value.
Outputs
- Writes
actual.jsoncontaining the same JSON value as the input.
Constraints
- Deterministic and side-effect free outside the provided output path (runner writes fixture outputs under
CONTRACTS/_runs/). - Must not modify canon or context.
Fixtures
fixtures/basic/
required_canon_version: >=3.0.0