Help us improve
Share bugs, ideas, or general feedback.
From astravue
Tracks time on tasks with timers or manual entries and generates timesheet reports. Use when logging hours, starting/stopping timers, or asking 'how much time was spent?'
npx claudepluginhub astravueorg/astravue-mcp-server --plugin astravueHow this skill is triggered — by the user, by Claude, or both
Slash command
/astravue:tracking-timeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. **Identify the task**
Automates Toggl Track time tracking via natural language: create/stop time entries, manage projects, clients, tags, and workspaces.
Time tracking, worklogs, and time reports. TRIGGERS: 'log time', 'time spent on', 'log hours', 'log work', 'worklog', 'time tracking', 'timesheet', 'how much time', 'time logged', 'time report', 'export timesheet', 'set estimate', 'remaining estimate', 'original estimate'. Use for time-related queries and operations on issues. NOT FOR: SLA tracking (use jira-jsm), date-based issue searches (use jira-search), issue field updates unrelated to time (use jira-issue).
Manages ConnectWise Manage time entries: create, update, search, track billable/non-billable time with work types, roles, approvals, and sheets.
Share bugs, ideas, or general feedback.
Identify the task
Confirm which task to track time for. Use astravue_list_project_tasks or astravue_find_tasks to locate the task ID.
Check for active timers
Always call astravue_get_active_timers before starting a new timer — only one timer can run at a time per user.
Log time
Choose the method that fits:
astravue_start_timer / astravue_stop_timer — real-time trackingastravue_log_manual_time — log a duration with a start timeastravue_log_time_range — log a start-to-end time rangeReview entries
astravue_get_task_time_entries — entries for a specific taskastravue_get_project_time_summary — billable vs non-billable totalsastravue_get_project_time_entries — detailed entries grouped by memberastravue_get_timesheet_report — global report grouped by member or projectDelete entries
Use astravue_delete_time_entry only after confirming with the user. This cannot be undone.