一键导入
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 页面并帮你完成安装。
基于 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)
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.