mastra
A framework for building AI applications using autonomous agents, structured workflows, and RAG in TypeScript.
Install
npx skills add https://github.com/mastra-ai/skills --skill mastraStats
| Total installs | 8,793 |
| Weekly installs | 8.8K |
| GitHub stars | 38 |
| First seen | Jan 28, 2026 |
| Source | @mastra-ai/skills |
Summary
- Always verify against embedded docs in node_modules/@mastra/*/dist/docs/ (installed version) or remote docs at https://mastra.ai/llms.txt before writing code; training data is outdated
- Core building blocks: Agents (autonomous, decision-making), Workflows (structured sequences), Tools (extend capabilities), Memory (maintain context), and RAG (external knowledge)
- Requires ES2022 modules in TypeScript config and model format of "provider/model-name" (e.g., "openai/gpt-5.4")
- Includes embedded references for setup, common errors, migrations, and API lookup strategies to match your exact installed version
Tags
Related skills
| Skill | Installs | vs mastra |
|---|---|---|
| firecrawl-agent | 8,285 | -508 |
| prompt-repetition | 10,488 | +1,695 |
| firecrawl-map | 8,266 | -527 |
| agentic-eval | 7,961 | -832 |
| humanizer-zh | 10,640 | +1,847 |
FAQ
- How many installs does mastra have?
- mastra has 8,793 total installs and 8.8K installs this week.
- Where is mastra hosted?
- mastra is published by @mastra-ai/skills at https://github.com/mastra-ai/skills.
- How many GitHub stars does mastra have?
- mastra has 38 GitHub stars.
- When was mastra first indexed?
- OrangeBot.AI first indexed mastra on Jan 28, 2026.
- How do I install mastra?
- Run: npx skills add https://github.com/mastra-ai/skills --skill mastra