Audit and improve a public GitHub repository's discoverability and any linked canonical site without confusing repository presentation with website SEO. Use for repository SEO, GitHub discoverability, topics/homepage/README optimization, GitHub Pages SEO, AEO, or agent-friendly public documentation.
Create, edit, analyze, or format spreadsheets (`.xlsx`, `.csv`, `.tsv`) with `openpyxl` and `pandas`, especially when formulas, references, and formatting must survive the change. Use when spreadsheet integrity matters more than ad hoc CSV hacking.
Analyze and reshape spreadsheet, CSV, or TSV data with `pandas` and stable output files. Use when the job is aggregation, filtering, joins, metrics, or tabular transformations rather than workbook-style editing.
Create or edit `.xlsx` workbooks while preserving formulas, references, formatting, and layout. Use when workbook integrity matters more than raw data analysis.
Produce a fast plain-text transcript with the bundled CLI using the light transcription model. Use when speaker diarization is not needed.
Produce a speaker-aware transcript with diarization and optional known-speaker hints using the bundled CLI. Use when the user explicitly needs speaker labels.
Transcribe audio files to text with optional diarization and known-speaker hints using the bundled CLI. Use when the user wants text from audio or video, especially when speaker labeling or repeatable output matters.
Create short narrated videos from text scripts, simple timelines, or still images using Python and ffmpeg, with optional edge-tts voiceover. Use when the user asks for an MP4 render, narration generation, or a simple explainer video build.