plugins/sjawhar/skills/using-toggl/SKILL.md
Use when tracking time, managing time entries, listing projects/tags, or interacting with Toggl
npx skillsauth add sjawhar/dotfiles using-togglInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Time tracking via the Toggl MCP server. Use skill_mcp(mcp_name="toggl", ...) to invoke tools.
| Tool | Purpose |
|------|---------|
| toggl_get_time_entries | Fetch time entries for a date range |
| toggl_get_timeline | Get desktop activity/timeline data (rate limited: 30 req/hr) |
| toggl_create_time_entry | Create a new time entry |
| toggl_list_projects | List available projects in workspace |
| toggl_list_tags | List available tags in workspace |
skill_mcp(mcp_name="toggl", tool_name="toggl_get_time_entries", arguments='{"start_date": "2026-02-17", "end_date": "2026-02-17"}')
skill_mcp(mcp_name="toggl", tool_name="toggl_list_projects", arguments='{}')
skill_mcp(mcp_name="toggl", tool_name="toggl_list_tags", arguments='{}')
skill_mcp(mcp_name="toggl", tool_name="toggl_create_time_entry", arguments='{"description": "Code review", "start": "2026-02-17T09:00:00Z", "duration": 3600, "project_id": 12345, "tags": ["Code Review"]}')
development
Use when searching flights, hotels, or rental cars; comparing fares across flexible dates; discovering cheap destinations from a fixed origin; or hunting hidden-city ticketing deals. Trigger on multi-city itineraries, fare calendars, "where can I fly cheaply", price-sensitive trip planning, or any time the user wants a sanity-check against Google Flights pricing — Skiplagged surfaces hidden-city deals other engines deliberately hide.
development
Search the web via Ceramic Search (lexical/keyword-based). Use when looking up current events, recent news, time-sensitive facts, specific people/products/companies, technical docs, or any topic requiring fresh web results. Triggers on "search the web", "look up", "find recent", "latest news", "current", or when built-in knowledge is likely stale.
tools
Use when reading WhatsApp messages, searching conversations, sending messages, listing chats, or interacting with WhatsApp workspaces
tools
Watch CI status, fix failures, and merge when green