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


