원클릭으로
daily-brief
Create a daily briefing on a topic by searching for the latest news and developments.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create a daily briefing on a topic by searching for the latest news and developments.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Analyze data by writing and running Python scripts. Can generate sample data, process CSVs, compute statistics, and create charts.
Generate images using the Gemini API. Creates illustrations, thumbnails, icons, diagrams, photos, and visual assets from text prompts.
Research a topic using web search and browsing. Gathers current information, synthesizes findings, and writes a report.
Deploy and orchestrate hosted AI agents with Ash. Covers: creating an Ash client, deploying agents, managing sessions (create, pause, resume, end), sending messages, streaming SSE responses, sandbox isolation, multi-turn conversations, real-time text deltas, error handling, and working with files in agent workspaces. Works with TypeScript (@ash-ai/sdk) and Python (ash-ai-sdk) SDKs.
SOC 직업 분류 기준
| name | daily-brief |
| description | Create a daily briefing on a topic by searching for the latest news and developments. |
| use_when | User asks for a daily briefing, news summary, morning update, or latest developments on a topic |
| allowed-tools | Bash(./scripts/*), Bash(curl:*), Bash(python3:*), WebSearch(*), WebFetch(*), Read, Write |
Create a concise daily briefing on a given topic.
./scripts/search.sh "$ARGUMENTS" to find the latest news./scripts/fetch-page.sh <url> to read the top 3-5 articlesdaily-brief.md# Daily Brief: [Topic]
_[Date]_
## Top Stories
### 1. [Headline]
[2-3 sentence summary with key takeaway]
### 2. [Headline]
[2-3 sentence summary with key takeaway]
...
## Key Takeaways
- [Bullet point]
- [Bullet point]
## Sources
- [Source 1](url)
- [Source 2](url)