
research-tasks
โ 25,837by mastra-ai ยท part of mastra-ai/mastra
Process for answering research questions using the web and saving findings into the workspace.
๐งฐ Not standalone. This skill ships with mastra-ai/mastra and only works together with that tool โ install the tool first, then add this skill.
This is the playbook your agent receives when the skill activates โ you don't need to read it to use the skill, but it's here to audit before installing.
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.
Copy & paste โ that's it
npx skills add https://github.com/mastra-ai/mastra --skill research-tasksRun this in your project โ your agent picks the skill up automatically.
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.