ワンクリックで
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)