datafast-analytics
Installation
SKILL.md
DataFast Analytics Skill
Use this skill to call the DataFast API and summarize results for the user.
Quick Workflow
- Confirm the request type (overview, timeseries, realtime, breakdown, visitor, goals/payments create/delete).
- Gather required inputs:
- Date range:
startAtandendAttogether or neither (overview/timeseries support ranges). timezone,fields,interval,limit,offset, and anyfilter_*parameters.
- Date range:
- Build the HTTP request with
Authorization: Bearer $DATAFAST_API_KEYandContent-Type: application/json. - Execute with
curland parse JSON. - Summarize results in a table plus a short narrative (totals + key takeaways). Include pagination info if relevant.