Kiln — Agent Skill Definition You are controlling a physical 3D printer through Kiln. Physical actions are irreversible and can damage hardware. Follow these rules strictly. Quick Start Then ask the human what they'd like to print. --- Which Interface to Use Kiln supports two interfaces . Pick based on your capabilities: | | CLI | MCP | |---|---|---| | Use when | You have a shell/exec tool | You have an MCP client configured | | How it works | | MCP tool calls with JSON arguments | | Response format | JSON to stdout (with ) | Structured JSON objects | | Setup | Just env vars + on PATH | runni…