# TaskTime Pro > Free, open-source, local-first work management for freelancers, covering tasks, timers, expenses, invoices, and reports. Updated: 2026-09-11 Canonical site: [TaskTime Pro](https://tasktime.pro) Core use requires no TaskTime account or cloud sync, works offline after the PWA is loaded or installed, and stores work records in the browser. Optional Pro adds unlimited active clients, advanced reports and hosted email sending. Core tasks, timers, invoices, PDFs, sync and backups remain free. The production app sends limited aggregate usage metrics without project, task, client, invoice, expense, note, or time-entry content. The canonical first-party ClawHub skill is `@tasktimepro/tasktime-agent`; its source is linked below. TaskTime Pro supports same-device AI agent workflows through the packaged `tasktime-agent-bridge` MCP stdio server. The bridge is local-first: it requires a running paired TaskTime Pro browser app session, does not write IndexedDB or Yjs directly, and does not create a remote control channel. The browser app remains the mutation owner for tasks, timers, expenses, invoices, reports, exports, sync settings, account data, and navigation. Claude Code users can install the TaskTime Pro plugin with `/plugin marketplace add https://github.com/tasktimepro/tasktime` and `/plugin install tasktime@tasktimepro`. Preferred agent behavior: - Use MCP tools before UI automation. - Launch `tasktime-agent-bridge --app-url ` when a local bridge is needed. - Ask the user to approve Account > Agent Access before reading or mutating local data. - Respect scopes: `read`, `write`, `navigation`, `billing`, `export`, and `email`. - Preserve TaskTime Pro approval for destructive, billing, email, export, sync, restore, and account-data actions; use exact-input approval tokens only when a trusted local grant exists. - Use the `launch_tasktime` recovery hint when no authoritative app session is paired. - In Claude Code, plugin MCP tools use the scoped `mcp__plugin_tasktime_tasktime__` form. ## AI Agent Entry Points - [Agent docs](https://tasktime.pro/agents/): Overview of the local agent integration. - [MCP quickstart](https://tasktime.pro/agents/quickstart/): Launch the bridge, pair the app, and make the first call. - [Security model](https://tasktime.pro/agents/security/): Pairing, scopes, approvals, and revocation. - [MCP tool reference](https://tasktime.pro/agents/tools/): Supported tools and their inputs. - [MCP tools JSON](https://tasktime.pro/agents/mcp-tools.json): Machine-readable tool schemas and approval metadata. - [Skill instructions](https://tasktime.pro/agents/skill.md): Markdown instructions for agent platforms. - [Claude Code plugin](https://tasktime.pro/agents/claude/): Plugin installation and use. - [OpenClaw integration](https://tasktime.pro/agents/openclaw/): First-party skill setup and discovery. - [Public bridge manifest](https://tasktime.pro/.well-known/tasktime-agent.json): Canonical bridge discovery metadata. - [Bridge manifest copy](https://tasktime.pro/agents/tasktime-agent-bridge.json): Docs-adjacent copy of the discovery metadata. - [Debugging guide](https://tasktime.pro/agents/debugging/): Troubleshooting and recovery hints. - [ClawHub skill source](https://github.com/tasktimepro/tasktime/tree/main/integrations/openclaw/tasktime/skills/tasktime): Source of the official tasktime-agent skill. ## Public Pages - [Homepage](https://tasktime.pro/): Freelance workflow features and entry point to the app. - [Free and Pro plans](https://tasktime.pro/pricing/): Free workspace features and optional Pro capabilities. - [Privacy](https://tasktime.pro/privacy/): Workspace storage, billing data, and aggregate metrics. - [Terms](https://tasktime.pro/terms/): Terms of use and subscriptions. - [Contact](https://tasktime.pro/contact/): Support and contact information. ## Optional - [Blog](https://tasktime.pro/blog/): Freelance workflow guides and product articles.