Imported from mastra-ai/mastra (templates/template-claw-assistant/workspace/skills/research-tasks/SKILL.md). Install upstream with npx skills add mastra-ai/mastra --skill research-tasks. Copyright stays with the author.
Research task process
Use web_search first 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.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/mastra-ai-mastra-research-tasks/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
mastra-ai-mastra-research-tasks.ocm.jsonjson
{
"ocm": "1",
"id": "mastra-ai-mastra-research-tasks",
"kind": "skill",
"name": "research-tasks",
"description": "Process for answering research questions using the web and saving findings into the workspace.",
"publisher": "mastra-ai",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"research",
"web",
"skills-sh"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Process for answering research questions using the web and saving findings into the workspace."
],
"primary": false,
"metadata": {
"source": {
"provider": "skills.sh",
"repository": "https://github.com/mastra-ai/mastra",
"path": "templates/template-claw-assistant/workspace/skills/research-tasks/SKILL.md",
"ref": "HEAD",
"url": "https://github.com/mastra-ai/mastra/blob/HEAD/templates/template-claw-assistant/workspace/skills/research-tasks/SKILL.md",
"key": "mastra-ai/mastra/templates/template-claw-assistant/workspace/skills/research-tasks/SKILL.md"
}
},
"instructions": "# Research task process\n\n1. Use `web_search` first for broad queries; use the browser tools when you need to read a specific page.\n2. Capture useful URLs and short quotes into a markdown file under `notes/` in the workspace.\n3. Never invent sources. If a claim isn't supported by something you actually fetched, drop it.\n4. Final answer format:\n - **Answer:** one paragraph.\n - **Sources:** bulleted list of URLs.\n - **Notes file:** path to the saved markdown notes.",
"cost": {
"context_tokens": 118
}
}
Fetch it by URL: GET /api/v1/registry/mastra-ai-mastra-research-tasks/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.