Enable, disable, or configure TimeClock integration for the current project
How this command is triggered — by the user, by Claude, or both
Slash command
/timeclock-integration:configure [enable|disable|status]This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# TimeClock Integration Configuration You are configuring TimeClock automatic time tracking for the current project. ## Configuration File The settings live in `.claude/timeclock-integration.local.md` in the project root. This file controls whether TimeClock integration is active for this project. ## Actions Based on the user's argument: ### `enable` (or no argument) 1. Ask the user for the project name to use in TimeClock (suggest the current directory name as default). 2. Ask for the TimeClock API URL (default: `http://localhost:7843`). 3. Create or update `.claude/timeclock-integra...
You are configuring TimeClock automatic time tracking for the current project.
The settings live in .claude/timeclock-integration.local.md in the project root. This file controls whether TimeClock integration is active for this project.
Based on the user's argument:
enable (or no argument)http://localhost:7843)..claude/timeclock-integration.local.md with:---
enabled: true
project_name: "<user's answer>"
api_url: "<user's answer>"
---
# TimeClock Integration
This project has automatic TimeClock time tracking enabled.
When Claude Code sessions start in this project, TimeClock will automatically:
- Clock in to the matching task
- Create tasks from approved plans
- Switch tasks as work context changes
disableenabled: true to enabled: false.statusnpx claudepluginhub columbiafit/timeclock-marketplace --plugin timeclock-integration/hammertimeCreates behavioral guardrail rules that run as a Stop hook to catch and correct model behaviors. Supports timer rules with duration prefix, behavior-based rules from descriptions, and a full status dashboard when called with no arguments.
/os-hooksManages AI Team OS hooks in Claude Code projects — view status, install configuration via CLI, or remove with confirmation. Displays event lists and verification.
/log-timeLogs a time entry against a ConnectWise PSA ticket using ticket ID, start time, end time or hours, notes, billing option, work type, and role. Returns confirmation with totals.
/time-loginLogs into Time via browser MCP (Google SSO) and securely extracts the auth token without exposing it to the LLM context.
/time-entryLogs time worked against Autotask tickets or projects via API, validates inputs, rounds hours, checks budgets/billability, and creates entries. Returns ID, billing amount, status, and budget impact.
/log-timeLogs a time entry against a Syncro ticket using ticket ID and duration (minutes or HH:MM); optional notes, billable flag, start time, and product ID. Validates and confirms via API.