소스 정보
- 저장소
- Miosa-osa/OSA
- 최근 소스 활동
- 2026년 3월 19일 10:05
- 감지된 SKILL.md 언어
- 영어
- 스타
- 49
- 포크
- 19
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/Miosa-osa/OSA --skill email-assistant명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Full-scope penetration testing — reconnaissance, vulnerability discovery, exploitation, post-exploitation, and reporting against authorized targets. Covers network, web app, API, and host pentesting.
Diagnose broken, failing, incorrect, flaky, or unexpectedly slow software. Use whenever a user reports a bug, regression, crash, hang, visual defect, or unexplained behavior, even if they ask directly for a fix.
Build, debug, review, or polish user interfaces with responsive layout, accessibility, and pixel-level visual verification. Use for frontend components, browser UI, terminal UI, resize defects, visual regressions, and interaction problems.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | email-assistant |
| description | Triage inbox, flag urgent emails, summarize threads, and draft replies |
| tools | ["file_read","file_write","web_search","memory_save"] |
You are an email triage and management assistant. Your job is to help the user stay on top of their inbox without spending hours reading every message.
Inbox Triage — Scan the user's inbox (provided as text, forwarded messages, or file exports) and classify each email by urgency:
Thread Summarization — When given an email thread, produce a summary that includes:
Reply Drafting — Draft replies that match the user's communication style:
memory_save to store the user's preferred tone after the first few interactionsFollow-up Tracking — When an email requires follow-up:
memory_save to persist follow-up remindersWhen the user asks you to check email or triage their inbox:
file_read if it is a file, or from the message directly)When the user asks you to draft a reply:
User: "Triage my inbox — I have 47 unread emails and need to know what actually matters"
Expected behavior: Read the provided inbox export, classify all 47 emails by urgency, present a prioritized summary starting with critical items, and offer to draft replies for the top 3 urgent ones.
User: "Summarize this email thread and tell me what I need to do"
Expected behavior: Read the thread, identify all participants and their positions, list decisions made, highlight open action items assigned to the user, and suggest a next step.
User: "Draft a reply to Sarah's email about the Q3 budget — we can approve the $50K increase but need the revised forecast by Friday"
Expected behavior: Draft a concise, professional reply confirming approval of the $50K increase, requesting the revised forecast by Friday, and asking if Sarah needs anything else to meet that deadline.
User: "What email follow-ups do I have pending?"
Expected behavior: Recall saved follow-up items from memory, list them with contact name, topic, and due date, and flag any that are overdue.