Install
openclaw skills install @hatjs880328s/ospbuddyAI-Powered Intelligent Ops Assistant: an agent swarm that autonomously discovers issues and proactively repairs faults. After connecting, it unifies management of monitoring platforms (Signoz / Tencent Cloud / Aliyun / Nightingale) and covers asset discovery plus real-time monitoring for servers
openclaw skills install @hatjs880328s/ospbuddyHelps the user register the "OpsBuddy" MCP connection into WorkBuddy. This Skill requires an API Key (OpsBuddy access token / MCP Token); there is no default key and the user must obtain it on their own.
Core Principle: This skill is only responsible for configuring the API Key and writing the MCP config JSON into the WorkBuddy configuration file. Platform connections (Signoz / Tencent Cloud / Aliyun / Nightingale), asset management and all other ops operations should be guided to the portal
http://127.0.0.1:8080. Do not guide the user through entering credentials field-by-field in the conversation.
Connecting to "OpsBuddy" requires an API Key (MCP token) first. This key is the credential for accessing the ops platform; without it, connection fails.
Where does the API Key come from?
http://127.0.0.1:8080 → register an account → system auto-approval (no need to wait for an admin)mcp-config.json; the <TOKEN> in Authorization: Bearer <TOKEN> is your API Key⚠️ If the user does not have an API Key yet, do not attempt to connect directly; first guide them through the registration and download above.
Regardless of what the user asks, first present the following overview:
Connecting "OpsBuddy" takes 2 steps:
- Obtain the API Key: Open the portal
http://127.0.0.1:8080→ register (system auto-approval) → log in → "My Applications" → download the MCP config JSON (contains the API Key).- Write the config: Paste the downloaded JSON to me, and I write it into
~/.workbuddy/mcp.json; then in WorkBuddy "Plugins → MCP Servers", click "Trust / Enable" for "OpsBuddy".After connecting, all ops capabilities are covered: cmdb (assets), server (hosts), business (business systems), database (databases), middleware (middleware), diagnose (fault diagnosis), log (logs), feedback (feedback). For platform connections (Signoz / Tencent Cloud / Aliyun / Nightingale), log in to the portal and operate in the "Platforms" page.
http://127.0.0.1:8080 (state the URL clearly) → registration page → fill in username / password / company / email / email verification code → submit the application.mcp-config.json.~/.workbuddy/mcp.json (create if not exists; merge-append if exists, overwrite same name). This step is not counted or announced separately; just mention it in one line ("Config written").✅ MCP connection is ready and the API Key is configured successfully. Next, log in to the portal
http://127.0.0.1:8080→ "Platforms" page, configure the monitoring platform yourself (currently supported: Signoz, Aliyun, Tencent Cloud, Nightingale), and click "Discover" after configuration to pull down its resources.
| Question | Answer |
|---|---|
| What if I don't have an API Key? | Open the portal http://127.0.0.1:8080 and register → system auto-approval → log in → "My Applications" → download the MCP config (contains the API Key). |
| What is the API Key? | It is the <TOKEN> in Authorization: Bearer <TOKEN> in the MCP config JSON — the credential for accessing the ops platform. |
| How do I connect Signoz / Tencent Cloud / Aliyun / Nightingale? | Log in to the portal → "Platforms" page → add a platform → fill in the connection info and save → click "Discover" to pull down resources. |
| What if my token expires? | Re-apply / renew on the portal, re-download the MCP config and update the API Key. |
| What if my API Key is leaked? | Immediately revoke it on the portal and re-apply, then update the WorkBuddy config. |
{
"mcpServers": {
"OpsBuddy": {"url": "{{GATEWAY_URL}}/mcp/unified", "headers": {"Authorization": "Bearer {{API_KEY}}"}}
}
}
The template is only a backup. In normal flow, the user pastes the JSON downloaded from the portal (which contains the API Key) to you.