Skill instructions (SKILL.md) could not be loaded from local cache or raw GitHub repository.
deputy-connector
Connect and operate Deputy (employee scheduling, rostering, timesheets, HR) via its direct REST API for users who already have a Deputy business/install. Drives the one-time token setup inside a Playwright MCP browser — the user signs in (Google SSO or email, plus any verification code), then Claude creates an OAuth client named 'Claude Code' at the install's developer page and mints a long-life Permanent Token, DOM-extracting it (shown only once) without ever opening the user's own browser. Deputy installs are addressed by an install+region subdomain (e.g. b9e78716081714.au.deputy.com); both are read from the post-login URL, and the base URL is https://INSTALL.GEO.deputy.com/api/v1. The token is stored at ~/.config/deputy/credentials.env (mode 600) and every call sends Authorization: Bearer TOKEN. No vendor MCP and no OAuth consent loop for the runtime — a standalone direct-REST connector, so there is NO Claude Code restart. Handles the authenticated user, employees, rosters/shifts, timesheets, operational u