organizer-transcript

Organize earnings transcript PDFs into company and ticker folders.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/robinlllll/claude-code-skills --skill organizer-transcript
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: organizer-transcript
Source: https://github.com/robinlllll/claude-code-skills/tree/main/organizer-transcript
Command: npx skills add https://github.com/robinlllll/claude-code-skills --skill organizer-transcript

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests.

What problem does it solve?

Organizes earnings transcript PDFs from Downloads into a clean, company-based folder structure so you can quickly browse, search, and run AI analyses on transcripts.

Core Features & Use Cases

  • Organizes transcript PDFs by company name and ticker into folders like "Company (TICKER)".
  • Includes a browser UI integration to view transcripts, track recently added files, and save notes to Obsidian.
  • Supports automated browser refresh and an Obsidian vault export of analyses and notes for downstream workflows.

Quick Start

Run organize_transcripts.py to scan your Downloads/Earnings Transcripts and create organized company folders.

Frequently Asked Questions about organizer-transcript

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I organize earnings transcript PDFs into company folders?

To organize earnings transcript PDFs, this skill scans your Downloads directory for CORRECTED TRANSCRIPT, RAW TRANSCRIPT, and CALLSTREET files, then moves them into hierarchical folders sorted by company name and ticker.

What is the best way to sort CallStreet transcripts by ticker for AI analysis?

Sorting CallStreet transcripts by ticker is handled by creating folders named "Company Name (TICKER)" with date-based ordering, ensuring your earnings transcripts are structured for quick browsing and AI-assisted analysis.

Do I need Python 3 and specific libraries to move transcript PDFs?

Yes, you need Python 3 and the requests library installed to run the organization script, which moves transcript files, updates the local browser index, and refreshes views.

Can I export organized transcript notes to an Obsidian vault?

Yes, you can export organized transcripts to an Obsidian vault; the skill includes browser UI integration to track recently added files, save notes, and export analyses for downstream workflows.

Does this transcript organization tool work with files outside the Downloads folder?

No, this tool specifically scans the Downloads/Earnings Transcripts directory to find and move PDF files into the company-based folder structure, limiting its scope to that default path.