RescueTime
Fetch productivity data from RescueTime. Use when the user asks about their screen time, productivity score, app usage, time tracking, how they spent their day/week, or wants reports on their computer
Fetch productivity data from RescueTime. Use when the user asks about their screen time, productivity score, app usage, time tracking, how they spent their day/week, or wants reports on their computer
Real data. Real impact.
Emerging
Developers
Per week
Open source
Skills give you superpowers. Install in 30 seconds.
Fetch productivity analytics from the RescueTime API.
Store API key in TOOLS.md:
### RescueTime - API Key: YOUR_KEY_HERE
Get a key at: https://www.rescuetime.com/anapi/manage
curl "https://www.rescuetime.com/anapi/data?key=API_KEY&format=json&perspective=rank&restrict_kind=activity"
Parameters:
perspective: rank, interval, memberrestrict_kind: category, activity, productivity, efficiency, documentinterval: month, week, day, hour (only for interval perspective)restrict_begin / restrict_end: YYYY-MM-DDrestrict_thing: filter to specific app/site/categorycurl "https://www.rescuetime.com/anapi/daily_summary_feed?key=API_KEY"
Returns last 14 days with productivity_pulse (0-100), total_hours, categories.
Today's activity by app:
curl "https://www.rescuetime.com/anapi/data?key=API_KEY&format=json&perspective=rank&restrict_kind=activity&restrict_begin=$(date +%Y-%m-%d)&restrict_end=$(date +%Y-%m-%d)"
Productivity breakdown:
curl "https://www.rescuetime.com/anapi/data?key=API_KEY&format=json&perspective=rank&restrict_kind=productivity"
By category:
curl "https://www.rescuetime.com/anapi/data?key=API_KEY&format=json&perspective=rank&restrict_kind=category"
Hourly breakdown today:
curl "https://www.rescuetime.com/anapi/data?key=API_KEY&format=json&perspective=interval&restrict_kind=productivity&interval=hour&restrict_begin=$(date +%Y-%m-%d)&restrict_end=$(date +%Y-%m-%d)"
{ "row_headers": ["Rank", "Time Spent (seconds)", "Number of People", "Activity", "Category", "Productivity"], "rows": [[1, 3600, 1, "VS Code", "Editing & IDEs", 2], ...] }
Convert seconds to hours:
seconds / 3600
No automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions1,500+ AI skills, agents & workflows. Install in 30 seconds. Part of the Torly.ai family.
© 2026 Torly.ai. All rights reserved.