Automate time tracking workflows in Clockify -- create and manage time entries, workspaces, and users through natural language commands.
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "Clockify Automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/clockify-automation/SKILL.md 2. 保存为 ~/.claude/skills/clockify-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
Automate your Clockify time tracking operations directly from Claude Code. Log time entries, query historical data, manage workspaces, and audit team activity -- all without leaving your terminal.
Toolkit docs: composio.dev/toolkits/clockify
https://rube.app/mcpLog time with project, task, and tag associations, plus billable status.
Tool: CLOCKIFY_CREATE_TIME_ENTRY
Log 2 hours of work on project 64a687e2 in workspace 64a687e3 starting at 9am UTC today with description "API development"
Key parameters:
workspaceId (required) -- workspace where the entry is createdstart (required) -- ISO 8601 start time (e.g., 2026-02-11T09:00:00Z)end -- ISO 8601 end time; omit to create a running timerprojectId -- associate with a projecttaskId -- associate with a taskdescription -- work description (0-3000 chars)tagIds -- array of tag IDsbillable -- whether the entry is billablecustomFieldValues -- array of custom field entries with customFieldId and valueRetrieve historical time entries for reporting, auditing, and invoicing.
Tool: CLOCKIFY_GET_TIME_ENTRIES
Get all time entries for user abc123 in workspace xyz789 from January 2026
Key parameters:
workspaceId (required) -- workspace to queryuserId (required) -- user whose entries to retrievestart / end -- ISO 8601 date range filtersproject -- filter by project IDtask -- filter by task IDtags -- comma-separated tag IDsdescription -- text filter (partial match)hydrated -- set true to get full project/task/tag objects instead of just IDsin-progress -- set true to return only the running timerpage / page-size -- pagination (default 50 per page)Remove erroneous, duplicate, or cancelled time entries.
Tool: CLOCKIFY_DELETE_TIME_ENTRY
Delete time entry 5b715448 from workspace 64a687e3
workspaceId and id (the time entry ID)List all workspaces the authenticated user belongs to.
Tool: CLOCKIFY_GET_ALL_MY_WORKSPACES
Show me all my Clockify workspaces
roles filter -- array of roles like ["WORKSPACE_ADMIN", "OWNER"]Retrieve current user details and list workspace members.
Tools: CLOCKIFY_GET_CURRENTLY_LOGGED_IN_USER_INFO, CLOCKIFY_FIND_ALL_USERS_ON_WORKSPACE
Who am I logged in as? Then list all users in workspace 64a687e3
CLOCKIFY_GET_CURRENTLY_LOGGED_IN_USER_INFO returns the authenticated user's profile (no parameters needed)CLOCKIFY_FIND_ALL_USERS_ON_WORKSPACE requires workspaceId; supports name, email filters and pagination (page, page-size max 100)Start a timer by omitting end in create, or check for running entries.
Tools: CLOCKIFY_CREATE_TIME_ENTRY, CLOCKIFY_GET_TIME_ENTRIES
Start a timer on project abc in workspace xyz with description "Working on bug fix"
end to start a running timerCLOCKIFY_GET_TIME_ENTRIES with in-progress: true to check if a timer is runningworkspaceId and userId. Always call CLOCKIFY_GET_ALL_MY_WORKSPACES and CLOCKIFY_GET_CURRENTLY_LOGGED_IN_USER_INFO first to resolve these IDs.…
通过 Rube MCP 自动化执行 Stormglass IO 相关天气数据查询与集成任务
通过 Rube MCP 自动化 OCRSpace 文字识别任务并集成到工作流中。
通过 Rube MCP 自动处理 GoToWebinar 的创建、报名与参会管理流程
通过 Rube MCP 自动化 Logo 开发相关任务,并先检索最新工具 schema。
通过 Rube MCP 自动执行 Globalping 网络探测与结果收集分析
通过 Rube MCP 自动化执行 Mailcoach 邮件营销与订阅管理任务。