{
  "markdown": "# Toggl Claude Plugin\n\nA [Claude Code](https://claude.ai/code) plugin that connects to [Toggl Track](https://toggl.com) so you can log and review time entries using natural language.\n\n## What you can do\n\n- **Log time** — \"Log 2h on the AVA project / Login Bug task yesterday\"\n- **Query entries** — \"What did I track this week?\" / \"Show Cover AIT entries for May\"\n- **Get summaries** — \"How much time did I spend on Cover AIT this month?\"\n- **Check running timer** — \"Is anything currently running?\"\n\n## Installation\n\n**1. Add the marketplace and install the plugin:**\n\n```bash\nclaude plugin marketplace add https://github.com/run-as-root/toggl-claude-plugin\nclaude plugin install toggl\n```\n\n**2. Add your Toggl API token** (found at [toggl.com/profile](https://track.toggl.com/profile)):\n\n```bash\nmkdir -p ~/.claude/toggl\necho \"YOUR_API_TOKEN\" > ~/.claude/toggl/credentials\n```\n\n**3. Restart Claude Code.**\n\n## Usage\n\nJust talk to Claude naturally — the skill activates automatically:\n\n```\n\"Log 90 min on Cover Main / development today\"\n\"What did I track last week?\"\n\"How much time on the run_as_root project in May?\"\n\"Log 8h public holiday on Friday\"\n```\n\nClaude resolves project and task names automatically before logging.\n\n> **Note:** If your Toggl workspace requires both a project and task on every entry (workspace-level setting), Claude will always ask for both when logging.\n\n## Tools\n\n| Tool | Purpose |\n|------|---------|\n| `toggl_get_me` | Get user info and workspace ID |\n| `toggl_list_projects` | List all active projects |\n| `toggl_list_tasks` | List tasks inside a project |\n| `toggl_list_time_entries` | Query entries by date range / project / task |\n| `toggl_get_summary` | Aggregated time totals by project and task |\n| `toggl_create_time_entry` | Log a completed time entry |\n| `toggl_get_current_timer` | Check what's currently running |\n\n## Updating\n\n```bash\nclaude plugin update toggl@toggl\n```\n\n## Requirements\n\n- Claude Code\n- Node.js 18+\n- Toggl Track account\n",
  "bytes": 1986,
  "sha": "e21f2f87da76e2b4cfcd198c451ba515128d7d3be7eea1fa70bf6d7a75548958",
  "repo_slug": "run-as-root/toggl-claude-plugin",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_run_as_root_toggl_claude_plugin_toggl_0de2204c/readme"
}