← ClaudeAtlas

coworking-with-claudelisted

Enables Claude to work alongside users on Windows desktop applications. Automates PowerPoint, Word, and Excel through programmatic APIs and GUI interaction. Use for "클로드 코워크", "파워포인트 자동화", "워드 문서", "엑셀 자동화", "Claude cowork", "office automation" requests.
Open330/agt · ★ 1 · AI & Automation · score 68
Install: claude install-skill Open330/agt
# Claude Cowork - Windows Office Automation Work alongside Claude to create, edit, and automate Microsoft Office documents on Windows. ## Overview **핵심 기능:** - PowerPoint presentation creation and editing (slides, charts, animations) - Word document generation with styles, tables, and formatting - Excel spreadsheet automation (formulas, pivot tables, charts) - GUI-level interaction via computer use for complex Office operations - Template-based batch document generation ## When to Use **명시적 요청:** - "파워포인트 만들어줘", "프레젠테이션 생성" - "워드 보고서 작성해줘", "문서 자동화" - "엑셀 데이터 정리해줘", "차트 만들어줘" - "Claude cowork", "Office automation" **자동 활성화:** - Working with .pptx, .docx, .xlsx files - Presentation or report generation tasks - Data analysis requiring Excel output ## Prerequisites ### Dependencies ```bash pip install python-pptx python-docx openpyxl pandas # For GUI automation (Windows) pip install pywinauto pyautogui ``` ## Quick Reference ### PowerPoint - Create Presentation ```python from pptx import Presentation from pptx.util import Inches, Pt from pptx.enum.text import PP_ALIGN prs = Presentation() # Title slide slide = prs.slides.add_slide(prs.slide_layouts[0]) slide.shapes.title.text = "Project Report" slide.placeholders[1].text = "Generated by Claude Cowork" # Content slide with bullet points slide = prs.slides.add_slide(prs.slide_layouts[1]) slide.shapes.title.text = "Key Findings" body = slide.placeholders[1] tf = body.text_frame tf.text = "Finding 1: Performance impro