A Skill Variable whose value is computed at runtime from an external source such as a database query, session context, or workspace state, rather than being written into a Skill's text. The executor resolves the value by running the declared resolver (typically a
querySql call or a session lookup) at the moment of use.