데일리콘텐츠AI사용팁
클로드 코워크를 활용해 직장인들의 야근을 없애줄 실무 치트키
시원🌊2026. 3. 26.
안녕하세요 여러분, 피피팀 시원🌊입니다.
오늘은 클로드 코워크를 활용해 직장인들의 야근을 없애줄 실무 치트키들을 한데 모아 정리해왔어요.
단순 반복되는 문서 작업과 파일 정리 시간을 획기적으로 줄여줄 '클로드 코워크' 활용 꿀팁들이니 한 번씩 참고해보셔라 하는 마음으로 준비했습니다.
우선 실무에서 가장 귀찮고 자주 쓰이는 영수증 정산부터 회의록 및 보고서 요약, 드라이브 파일명 일괄 정리, 그리고 알아서 돌아가는 자동화 루틴 만들기까지 핵심 활용법을 카드 형태로 담았습니다. 상황에 맞춰 클로드에게 어떤 명령어를 던져야 할지 막막하셨던 분들께 구체적인 가이드가 될 거예요.
📍 평범한 직장인들도 써먹는 클로드 코워크









영수증 정리
javascript
이 폴더 안에 있는 모든 영수증·청구서 파일(PDF, JPG, PNG, 스크린샷)을 열어봐.
각 파일에서 다음 정보를 추출해: 날짜, 거래처명, 항목 설명, 공급가액, 세액, 합계금액, 비용 카테고리. 거래처 이름을 보고 자동 분류해줘.
예: "우버" → 교통, "스타벅스" → 식대. 결과를 "경비정산_[YYYY-MM].xlsx" 파일 한 장으로 만들어줘.
원본 파일은 삭제하지 말고, 완료되면 요약 리포트 보여줘.javascript
Look at all the receipt and invoice files in this folder (PDF, JPG, PNG, screenshots).
For each file, extract: Date, Vendor name, Item description, Amount (excluding tax), Tax amount, Total amount, Expense category.
Auto-categorize vendors — for example, "Uber" → Transportation, "Starbucks" → Meals & Entertainment.
Output a single Excel file named "Expense_Report_[YYYY-MM].xlsx" with all rows filled in.
Do not delete any original files. Show me a summary when done.회의록
javascript
이 폴더 안에 있는 모든 회의록 파일을 읽어줘.
각 회의록에서: 1. 액션 아이템 전부 추출, 2. 담당자 이름과 연결, 3. 마감 기한이 언급된 경우 기록
그 다음: - 액션 아이템 / 담당자 / 마감일 / 상태 컬럼으로 엑셀 트래킹 시트 만들기
- 담당자별로 본인 할 일만 적은 팔로업 메일 초안 작성
- 각 메일은 "[담당자이름]_팔로업.txt" 파일로 저장. 파일 만들기 전에 전체 액션 아이템 목록 먼저 보여줘.javascript
Read all meeting transcript files in this folder.
For each transcript:
1. Extract all action items
2. Assign each item to the responsible person mentioned
3. Note the deadline if mentioned
Then:
- Create one tracking spreadsheet (Excel) with columns: Action Item / Owner / Deadline / Status
- Draft a follow-up email for each owner listing only their tasks
- Save each email draft as a separate .txt file named "[Owner_Name]_followup.txt"
Show me the full list of action items before creating any files.보고서 정리
javascript
이 폴더 안의 PDF·문서 파일을 전부 읽어줘.
각각 다른 부서나 출처에서 온 보고서로 취급해줘.
다음 내용이 담긴 통합 요약 문서("통합보고서_요약.docx")를 만들어줘:
- 각 보고서 핵심 내용 (보고서당 2~3줄 요약)
- 전체를 관통하는 공통 트렌드와 패턴, - 바로 실행할 수 있는 인사이트 Top 3,
- 서로 상충되거나 모순된 데이터가 있으면 별도 표시, 요약본은 2페이지 이내로, 쉬운 말로 작성해줘.javascript
Read all PDF and document files in this folder.
Treat them as reports from different departments or sources.
Produce one consolidated summary document ("Meta_Report.docx") that includes:
- Key findings from each report (2–3 bullets per report)
- Overall trends and patterns across all reports.
- Top 3 actionable insights.
- Any conflicting data or contradictions flagged. Keep the summary under 2 pages.
Use plain language, no jargon.드라이브 정리
javascript
이 폴더 안의 모든 파일을 열어서 확장자가 아닌 실제 내용을 기준으로 분석해줘.
파일 내용에 맞는 폴더 구조를 제안해줘.
예: 청구서 → "회계/", 전자책·가이드 → "참고자료/", 설치파일 → "설치파일/" 파일 이동 전에 제안하는 폴더 구조와 파일 배치를 먼저 보여줘.
내가 승인하면 그때 정리 시작해.
파일은 절대 삭제하지 마.javascript
Scan all files in this folder and analyze their contents
— not just file extensions.
Propose a folder structure based on what the files actually contain.
For example: invoices → "Accounting/", ebooks or guides → "Reference/", installers → "Installers/".
Show me your proposed folder structure and file mapping BEFORE moving anything. Wait for my approval, then reorganize.
Do not delete any files.파일명 일괄 정리
javascript
이 폴더 안의 모든 파일을 열어서 내용을 읽어줘. 파일명을 다음 형식으로 일괄 변경해줘: YYYY-MM-DD_거래처명_금액.(기존 확장자)
예시: 2026-03-15_삼성전자_150000.pdf, 규칙:
- 날짜는 파일 생성일 말고 문서 안에 적힌 날짜 기준
- 기존 확장자 유지
- 파일 삭제·이동 금지
- 읽을 수 없는 파일은 그대로 두고 "미처리 목록"에 추가
변경 적용 전에 변경 전·후 목록 먼저 보여줘.javascript
Open every file in this folder and read its contents.
Rename each file using this exact format: YYYY-MM-DD_VendorName_TotalAmount.(original extension)
Example: 2026-03-15_Samsung_150000.pdf.
Rules: - Use the date found inside the document (not the file creation date)
- Keep the original file extension, - Do not delete or move any files
- If you cannot read a file, leave it as-is and add it to an "unprocessed" list
Show me the before/after rename list before applying changes.백그라운드 작업(모바일 앱에서 입력)
javascript
지금 자리를 비울 예정이야.
아래 작업들 백그라운드에서 처리해줘:
1. "다운로드" 폴더를 파일 종류별로 분류,
2. 청구서 파일명 전부 YYYY-MM-DD_거래처_금액 형식으로 변경,
3. 오늘 완료된 작업 요약 리포트 생성. 결과물은 "Cowork_결과" 폴더에 저장해줘.
전부 끝나면 요약해서 알려줘.javascript
I'll be away from my computer.
Please complete the following tasks in the background:
1. Organize the "Downloads" folder by file type,
2. Rename all invoice files using YYYY-MM-DD_Vendor_Amount format,
3. Create a summary report of today's completed tasks, Save all outputs to the "Cowork_Output" folder.
Notify me with a summary when everything is done.자동화 루틴 만들기
javascript
매주 반복할 수 있는 루틴을 만들고 싶어.
매주 월요일마다 아래 워크플로우를 자동 실행해줘:
1. "주간_수신함" 폴더에서 지난 월요일 이후 추가된 파일 스캔,
2. 파일 종류별로 하위 폴더 분류: 문서 / 이미지 / 스프레드시트 / 기타,
3. 새로 들어온 PDF 보고서 텍스트 추출 후 각각 3줄 요약,
4. 전체 요약을 "주간_다이제스트_[YYYY-MM-DD].docx"로 통합,
5. 50MB 초과 파일은 수동 검토 대상으로 별도 표시. 이 루틴을 반복 작업으로 저장하고, 설정 완료되면 알려줘.javascript
I want to create a reusable weekly routine. Every Monday, run the following workflow automatically:
1. Scan the "Weekly_Inbox" folder for any new files added since last Monday.
2. Sort files by type into subfolders: Documents / Images / Spreadsheets / Others
3. Extract text from any new PDF reports and summarize each in 3 bullets
4. Compile all summaries into "Weekly_Digest_[YYYY-MM-DD].docx"
5. Flag any files larger than 50MB for manual review
Save this as a recurring task and confirm when the routine is set up.