What problem does it solve?
Coordinating long-running AI tasks like deep research, document analysis, financial analysis, code generation, and video production normally requires blocking calls and manual orchestration. This Skill exposes ms-agent's 30 capabilities as MCP tools with async submit/check/get patterns, so agents can launch background tasks and keep working.
Core Features & Use Cases
- Research Pipelines: Run deep research, document research (PDF, DOCX, PPT, URLs), and financial research with async progress polling and structured markdown reports.
- Generation Capabilities: Generate full software projects from natural language requirements and produce short videos with scripts, images, narration, and animation.
- Developer Tools: Validate TypeScript, Python, and Java code via LSP servers, perform concurrent-safe file edits, search the web (arxiv/exa/serpapi), and delegate multi-step tasks to sub-agents.
- Use Case: Ask the agent to research a topic in depth; it submits the task, polls progress every few minutes while handling other requests, then retrieves and summarizes the final report.
Quick Start
Run python scripts/check_ms_agent.py to verify the installation, then ask the agent to research a topic or generate a project using the ms-agent MCP tools.