Agent Skills
› mastra-ai/mastra
› research-tasks
research-tasks
GitHub用于通过网页搜索和浏览器工具回答研究问题,并将来源与笔记保存至工作区。强调不捏造事实,输出包含答案、来源链接及笔记文件路径的结构化结果。
Trigger Scenarios
需要查找外部信息以回答特定问题
要求基于真实网络来源生成研究报告
Install
npx skills add mastra-ai/mastra --skill research-tasks -g -y
SKILL.md
Frontmatter
{
"name": "research-tasks",
"version": 1,
"metadata": {
"tags": [
"research",
"web"
]
},
"description": "Process for answering research questions using the web and saving findings into the workspace."
}
Research task process
- Use
web_searchfirst for broad queries; use the browser tools when you need to read a specific page. - Capture useful URLs and short quotes into a markdown file under
notes/in the workspace. - Never invent sources. If a claim isn't supported by something you actually fetched, drop it.
- Final answer format:
- Answer: one paragraph.
- Sources: bulleted list of URLs.
- Notes file: path to the saved markdown notes.
Version History
- fb538c4 Current 2026-08-20 17:28


