← Back to Skills Marketplace
239
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install st-ent-skills-install
Description
Install, 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...
Usage Guidance
This skill appears to do what it says: clone the GitHub repo, run the Node.js MCP server briefly for a smoke test, and register it with mcporter. Before using it: 1) Manually review the repo files, especially mcp/server.js and package.json. 2) Supply a least-privilege SERVICE_API_KEY and correct SERVICE_API_BASE_URL — the skill expects these even though the registry metadata doesn't declare them. 3) Set ST_ENT_MCP_REVIEWED=1 only after completing your audit. 4) If you're unsure about network or file behavior, run the install and server in an isolated VM/container. 5) Verify the mcporter registration and run a smoke call yourself. The main practical issue is the metadata omission of required env vars — treat that as an administrative mismatch, not evidence of malicious behavior.
Capability Analysis
Type: OpenClaw Skill
Name: st-ent-skills-install
Version: 0.1.1
The skill bundle is designed to install and configure the 'st-ent-mcp' server from a specific GitHub repository (https://github.com/st699pic/st-ent-mcp). It contains extensive security guardrails in SKILL.md and references/repo.md, explicitly instructing the AI agent to audit the code and use isolated environments. The installation script (scripts/install-example.sh) includes a mandatory safety flag (ST_ENT_MCP_REVIEWED) to prevent execution before a manual review is confirmed, and its actions are limited to cloning the repo and registering it via mcporter.
Capability Assessment
Purpose & Capability
The name/description match the actions described in SKILL.md and the included script: cloning the GitHub repo, starting node mcp/server.js, and registering it with mcporter. The required binaries and env vars mentioned in the docs (git, node, mcporter, SERVICE_API_KEY, SERVICE_API_BASE_URL) are appropriate for this purpose.
Instruction Scope
SKILL.md and scripts only describe cloning the repo, inspecting code, starting the server briefly for a smoke test, and registering it with mcporter. The instructions explicitly recommend auditing mcp/server.js and running in an isolated environment if audit is incomplete — good practice. No instructions ask the agent to read unrelated system files or exfiltrate data. Note: the runtime actually relies on SERVICE_API_KEY and SERVICE_API_BASE_URL (and ST_ENT_MCP_REVIEWED) even though the registry metadata lists no required env vars.
Install Mechanism
This is an instruction-only skill with an example script that clones from a GitHub repository (official-style URL). There is no archive download or opaque remote executable; the script runs node against the repo's server.js. The install mechanism is proportional, but cloning and running third-party code is inherently risky — the SKILL.md appropriately recommends reviewing the repo first.
Credentials
The only runtime secrets referenced are SERVICE_API_KEY and SERVICE_API_BASE_URL, which are reasonable for wiring an MCP implementation to an external service. However, the registry metadata does not declare these env vars (it lists none). That mismatch is a coherence issue the user should be aware of.
Persistence & Privilege
The skill does not request always:true and does not attempt to modify other skills. The provided script will register a project-scoped mcporter entry (expected for this task). Autonomous invocation is allowed (platform default) but not combined with other broad privileges here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install st-ent-skills-install - After installation, invoke the skill by name or use
/st-ent-skills-install - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.1
- Improved security guidance: added explicit trust, audit, and code review requirements before running install scripts.
- Updated preconditions to require git, node, and mcporter, and recommend least-privilege API keys and isolated environments if needed.
- Expanded install workflow steps to emphasize code inspection and safety.
- Clarified that required environment variables are documented in the skill due to format limitations.
- Minor updates to notes and documentation for accuracy and user safety.
- Added an OpenAI agent configuration file (agents/openai.yaml).
v0.1.0
- Initial release of the st-ent-mcp-install skill for setting up the 699pic enterprise MCP server from its GitHub repository.
- Supports local installation, environment configuration, and server startup via Node.js.
- Includes workflow guidance for both OpenClaw/mcporter integration and standard Claude or other MCP client setups.
- Provides tips for environment variables and validation steps, plus cautions on local file paths and custom server comparisons.
- References example scripts and resources for streamlined deployment.
Metadata
Frequently Asked Questions
What is St Ent Mcp Install?
Install, 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 239 downloads so far.
How do I install St Ent Mcp Install?
Run "/install st-ent-skills-install" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is St Ent Mcp Install free?
Yes, St Ent Mcp Install is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does St Ent Mcp Install support?
St Ent Mcp Install is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created St Ent Mcp Install?
It is built and maintained by st699pic (@st699pic); the current version is v0.1.1.
More Skills