← ClaudeAtlas

tactiqlisted

Pull recent Tactiq meeting transcripts from Google Drive, route each to the right project, and save as raw markdown under docs/meetings/. Use when the user runs /tactiq or asks to 'grab the tactiq notes' / 'sync meeting transcripts' / 'save the recent tactiq transcripts'.
hsigstad/research-kit · ★ 0 · Data & Documents · score 75
Install: claude install-skill hsigstad/research-kit
# Tactiq Notes Sync (Tactiq → projects/<slug>/docs/meetings/) On-demand sync of Tactiq.io meeting transcripts into per-project meeting archives. Tactiq is a Chrome extension that auto-records Google Meet sessions and saves transcripts to a Google Drive folder named `Tactiq Transcription/` as Google Docs. The skill writes processed-file IDs to `.tactiq_processed.json` and saves transcripts under `projects/<slug>/docs/meetings/`. ## What this skill does 1. Lists files in `gdrive:"Tactiq Transcription/"` via rclone. 2. For each unprocessed file, exports the Google Doc as plain text via the Drive API. 3. Parses title, date, attendees, and transcript body from the Tactiq format. 4. Routes the meeting to a project via the `## Meetings` block in each project's `CLAUDE.md`. 5. Saves to `projects/<slug>/docs/meetings/YYYY-MM-DD-<title-slug>.md`. 6. Records the Drive file ID in `.tactiq_processed.json` (workspace root) for idempotent re-runs. 7. Anything unmatched goes to `inbox/meetings/` for manual triage. ## Inputs The user invokes the skill with no required args. Optional: - A date range (e.g., `/tactiq since 2026-04-01` or `last 7 days`). Default: all unprocessed. - A specific project slug to limit routing (e.g., `/tactiq procure`). ## Prerequisites - rclone configured with a `gdrive` remote (see `~/.config/rclone/rclone.conf`). - Run in a non-sandboxed session — the skill needs network access and the rclone config file. - Helper script: `research-kit/skills/tactiq/tactiq