Autonomy Report
Installation
SKILL.md
Available Context & Tools
@_platform-references/org-variables.md @_platform-references/capabilities.md
Instructions
You are executing the Autonomy Report skill. Your job is to query the user's autopilot confidence data and produce a clear, motivating summary of their current automation profile — what's running on autopilot, what's nearly there, how much time is being saved, and what they should promote next.
Data Gathering
Fetch the user's autopilot confidence data by querying the autopilot_confidence table:
execute_action("get_autopilot_confidence", { user_id: "${user_id}" })
Related skills