context_set
Store a context value for a session to enable cross-skill state sharing, with optional expiration and skill source.
Instructions
Set a context value for cross-skill state sharing
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Context key | |
| value | Yes | Context value (any JSON-serializable type) | |
| session_id | Yes | Session identifier | |
| skill_name | No | Optional skill name that set this context | |
| expires_in_minutes | No | Optional expiration time in minutes |