save_skill
Save the current chat conversation as a reusable skill: either concrete replayable steps (hard) or guidance for agents (soft).
Instructions
Save the device's current chat conversation as a reusable skill.
kind="hard" replays concrete actions — pass revised steps (a JSON array from draft_skill), or
omit them to auto-distil the conversation. kind="soft" stores markdown guidance (what to watch
out for) surfaced to agents on demand via list_skills / run_workflow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | hard | |
| name | Yes | ||
| steps | No | ||
| device | Yes | ||
| guidance | No | ||
| app_package | No | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |