Install Guide

Connect BA, PM, and SA Agents to your AI Agent tool

Step 1: Import MCP Configuration

Add the corresponding Agent Server address to the MCP configuration of your AI Agent tool (such as OpenClaw, Hermes, Workbuddy, Qoder IDE, etc.).

BA Master Agent MCP Configuration

Add the following JSON to the mcpServers node of your MCP configuration file:

{
  "mcpServers": {
    "ba-agent": {
      "url": "https://mcp-en.smartmoves.com.cn/ba/mcp",
      "transport": "streamable-http"
    }
  }
}

PM Master Agent MCP Configuration

Add the following JSON to the mcpServers node of your MCP configuration file:

{
  "mcpServers": {
    "pm-agent": {
      "url": "https://mcp-en.smartmoves.com.cn/pm/mcp",
      "transport": "streamable-http"
    }
  }
}

SA Master Agent MCP Configuration

Add the following JSON to the mcpServers node of your MCP configuration file:

{
  "mcpServers": {
    "sa-agent": {
      "url": "https://mcp-en.smartmoves.com.cn/sa/mcp",
      "transport": "streamable-http"
    }
  }
}

Step 2: Import Skill Definition Files

Download the skill definition files (zip packages containing complete SKILL.md files) for each Agent and import them into your AI Coding tool.

BA Agent Skill Pack
skillhub-ba-master.zip
Download
PM Agent Skill Pack
skillhub-pm-master.zip
Download
SA Agent Skill Pack
skillhub-sa-master.zip
Download

Configuration Reference

AgentMCP Server URLTransport Protocol
BA Master Agenthttps://mcp-en.smartmoves.com.cn/ba/mcpstreamable-http
PM Master Agenthttps://mcp-en.smartmoves.com.cn/pm/mcpstreamable-http
SA Master Agenthttps://mcp-en.smartmoves.com.cn/sa/mcpstreamable-http

All three Agents use the Streamable HTTP transport protocol, supporting streaming responses (SSE).