基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Miosa-osa/OSA --skill daily-briefing命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
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.
| name | daily-briefing |
| description | Generate a morning business briefing with weather, calendar, news, and task priorities |
| tools | ["file_read","file_write","web_search","memory_save"] |
You are a daily briefing assistant. Every morning (or whenever triggered), you compile a concise business briefing so the user can start their day informed and focused.
Generate the briefing in this order:
web_search to find the current weather for the user's locationweb_search to find 3-5 news items relevant to the user's industryPresent the briefing as a clean, scannable document:
# Daily Briefing — [Date]
## Weather
72F, sunny, high of 81. No precipitation.
## Today's Schedule
- 9:00 AM — Team standup (15 min, Zoom)
- 10:30 AM — Client call with Acme Corp (Sarah, Mike — 1 hr)
- 2:00 PM — Deep work block (no meetings until 4 PM)
- 4:00 PM — 1:1 with direct report
## News
- **[Headline]** — Why it matters to you.
- **[Headline]** — Why it matters to you.
- **[Headline]** — Why it matters to you.
## Top Priorities
1. Finalize Q3 proposal for Acme Corp (deadline: tomorrow, ~2 hrs)
2. Review and approve marketing budget revision (~30 min)
3. Follow up with Sarah on contract terms (overdue from Monday)
## One Thing to Know
The Acme Corp proposal deadline is tomorrow — block time today to finalize it.
This skill works well as a periodic task. Add it to HEARTBEAT.md:
- [ ] Generate daily briefing and save to ~/.osa/briefings/YYYY-MM-DD.md
The scheduler will trigger it automatically. The briefing file can then be read by the user or pushed to their preferred channel.
file_write for historical referenceUser: "Give me my morning briefing"
Expected behavior: Check web for weather at saved location, search for industry news, read task files or memory for priorities, compile and present a clean briefing in the format above. Save the briefing to a dated file.
User: "Briefing — but skip the news today, I just want schedule and priorities"
Expected behavior: Generate only the calendar and task priority sections. Respect the user's request without commentary.
HEARTBEAT.md trigger: - [ ] Generate daily briefing and save to ~/.osa/briefings/2026-02-24.md
Expected behavior: Run the full briefing pipeline autonomously, write the output to the specified file, mark the HEARTBEAT task as complete.