Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AgentSkills

A curated collection of AI agent skills, each designed as a self-contained unit with a skill definition, supporting scripts, and templates.

Skills

video-transcript-explainer

Extract subtitles or transcribe Bilibili/YouTube videos, then generate polished Chinese lecture notes as a PDF handout.

Workflow:

  1. Fetch subtitles via yt-dlp or transcribe with mlx-whisper
  2. Read the transcript and metadata
  3. Draft comprehensive lecture notes in Chinese
  4. Render to a standalone PDF using LaTeX

Key features:

  • Automatic subtitle reuse (skip re-downloading for previously processed videos)
  • Bilingual cookie support for gated content
  • Whisper fallback when subtitles are unavailable
  • Subagent parallelism for long transcripts
  • Clean, printable PDF output with styled boxes, code listings, and math support

translate-paper-zh

Translate an arXiv paper or LaTeX source into a Chinese-only PDF while preserving its original structure and layout.

Workflow:

  1. Acquire and identify the paper's LaTeX source
  2. Replace visible English prose with polished Chinese
  3. Compile with XeLaTeX, repair layout issues, and clean temporary files

Key features:

  • Preserves equations, figures, citations, labels, and document order
  • Supports parallel translation of independent source files
  • Delivers the final PDF with reproducible translated sources

Structure

AgentSkills/
├── README.md
├── README_zh.md          # 中文说明
├── video-transcript-explainer/
│   ├── SKILL.md          # Skill definition for Claude Code
│   ├── agents/           # Agent configurations
│   ├── scripts/          # Helper scripts
│   │   ├── video_transcript.py
│   │   └── render_notes_pdf.py
│   └── assets/            # Templates
│       └── notes-template.tex
└── translate-paper-zh/
│   ├── SKILL.md           # Skill definition
│   └── agents/
│       └── openai.yaml    # Agent interface metadata

Requirements

  • Python 3.10+
  • uv
  • yt-dlp and mlx-whisper (installed via uv run --with ...)
  • Network access for retrieving arXiv LaTeX sources
  • latexmk + xelatex with Chinese font support for PDF rendering

About

My skills used for automatic work

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages