一键导入
using-toggl
Use when tracking time, managing time entries, listing projects/tags, or interacting with Toggl
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when tracking time, managing time entries, listing projects/tags, or interacting with Toggl
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when the user wants to turn research papers into a podcast episode (or "make a podcast" / "paper podcast" / "audio digest" / "research digest"). Works for any field. Takes a user-supplied paper source (arXiv query, arXiv IDs, or a PDF list), confirms the lineup with the user, extracts a faithful ground-truth JSON, grounds each paper against related work, writes a long-form two-host script, and renders an MP3 with Gemini 3.1 Flash TTS.
Use when reading, searching, or updating Airtable records — applicant/hiring data or any Airtable base. Triggers on airtable.com URLs, base IDs (app...), table IDs (tbl...), or requests to list, query, filter, or update Airtable records.
Use when performing ANY version control operation, starting a work session, checking repo state, or orienting to a codebase. This user uses jj instead of git — NEVER use git commands. Triggers on: commit, push, pull, branch, checkout, rebase, merge, diff, log, status, stash, reset, cherry-pick, bookmark, workspace, conflict resolution, 'what's the repo state', 'are other agents working here', 'what branches exist', 'starting work', 'orient me'.
Use when reading Slack messages, searching conversations, sending messages, listing channels, or interacting with Slack workspaces
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
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.
| name | using-toggl |
| description | Use when tracking time, managing time entries, listing projects/tags, or interacting with Toggl |
| mcp | {"toggl":{"command":"secrets","args":["TOGGL_API_KEY","--","node","/home/sami/toggl/dist/index.js"],"env":{"SOPS_AGE_KEY":"${SOPS_AGE_KEY}"}}} |
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"]}')