Install
openclaw skills install st-ent-skills-installInstall, wire, and verify the 699pic enterprise MCP server from the GitHub repository https://github.com/st699pic/st-ent-mcp . Use when the user asks to 安装 s...
openclaw skills install st-ent-skills-installUse this skill to install and connect the st-ent-mcp repository as a local stdio MCP server.
Set up the repo, provide required env vars, start the MCP server with Node.js, and register it in the local client/runtime.
https://github.com/st699pic/st-ent-mcpCheck these first:
git, node, and mcporter must be installed before you try the local install flow.SERVICE_API_KEYSERVICE_API_BASE_URLSERVICE_API_KEY available for this integration.mcp/server.js, before running example scripts or starting the server.Do not run install commands blindly.
Minimum review checklist:
README.md, package.json, and mcp/server.js.SERVICE_API_KEY and SERVICE_API_BASE_URL.mcp/server.js..env or equivalent env export with SERVICE_API_BASE_URL and a least-privilege SERVICE_API_KEY.node mcp/server.js.tools/list or one real call).When wiring into the current OpenClaw workspace, prefer mcporter project config.
Typical registration shape:
mcporter config add st-ent-mcp \
--command node \
--arg /absolute/path/to/st-ent-mcp/mcp/server.js \
--env SERVICE_API_BASE_URL=https://example.com \
--env SERVICE_API_KEY=st_ent_xxx \
--scope project
Then verify:
mcporter list st-ent-mcp --schema
Use a stdio config entry with:
command: nodeargs: [/absolute/path/to/mcp/server.js]env.SERVICE_API_BASE_URLenv.SERVICE_API_KEYscripts/install-example.sh until you have reviewed the target repo and intentionally exported the required env vars.references/repo.md.Read references/repo.md for the repo-derived install facts.
Use scripts/install-example.sh as a reusable skeleton when creating a local install command.