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


