← Back to Skills Marketplace
Tencent Cloud Rum
by
lauraytwu-create
· GitHub ↗
· v0.1.2
· MIT-0
104
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install tencent-cloud-rum-skill
Description
Query Tencent Cloud RUM data, analyze Web performance (LCP/FCP/WebVitals), troubleshoot JS/Promise errors, analyze API latency & error rates, diagnose slow s...
Usage Guidance
This skill appears coherent for connecting to Tencent Cloud RUM. Before installing/running setup.sh: (1) Verify the mcporter npm package and its source (npm package name and maintainer) to ensure you trust the CLI it will install. (2) Confirm the MCP endpoint domain (https://app.rumt-zh.com) is legitimate for your organization or Tencent service. (3) Prefer using least-privilege or temporary API credentials rather than long-lived root keys, because setup.sh writes SecretId and SecretKey in plaintext to $HOME/.mcporter/mcporter.json and installs a global npm package. (4) If you cannot vet the package or endpoint, run setup in an isolated environment (container/VM) or inspect/modify setup.sh to avoid global npm installs and to store credentials more securely.
Capability Tags
Capability Assessment
Purpose & Capability
The skill is explicitly for Tencent Cloud RUM and only requests a RUM_TOKEN formatted as SecretId:SecretKey. The SKILL.md, references, and setup script all target the RUM MCP endpoint and RUM APIs — requested credential and operations match the described functionality.
Instruction Scope
Runtime instructions are focused on RUM workflows (QueryRumWebMetric, QueryRumWebLog, etc.) and include a setup.sh to configure an MCP client. There are no instructions to read unrelated system files or to exfiltrate data to unexpected endpoints beyond the MCP server (https://app.rumt-zh.com/sse).
Install Mechanism
No registry install spec is declared, but setup.sh installs mcporter globally via npm (npm install -g mcporter) and uses node to write config. Installing a CLI from npm is a common approach but carries moderate risk: the package and its provenance should be inspected before running, and global npm installs modify the system environment.
Credentials
Only RUM_TOKEN is required (SecretId:SecretKey), which is appropriate for calling Tencent Cloud APIs. However, the setup script writes those credentials in plaintext to $HOME/.mcporter/mcporter.json, creating persistent local storage of secret keys — expected for a CLI but worth caution and using least-privilege/temporary keys when possible.
Persistence & Privilege
The skill does not demand always:true or elevated platform privileges, but the setup will install a global CLI and create/overwrite a $HOME/.mcporter configuration file containing the SecretId/SecretKey. This is normal for a CLI client but is a permanent change to the user's environment until removed.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tencent-cloud-rum-skill - After installation, invoke the skill by name or use
/tencent-cloud-rum-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.2
# tencent-cloud-rum-skill v0.1.2 Changelog
- Updated documentation in README.md for improved clarity and onboarding.
- No changes to code or functionality; documentation only.
v0.1.1
No changes in functionality or documentation for version 0.1.1.
- No file changes detected compared to the previous version.
- Skill documentation and configuration remain unchanged.
v0.1.0
Tencent Cloud RUM Skill v0.1.0 — Initial Release
- Enables querying and analysis of Tencent Cloud RUM data including WebVitals, API latency, error rates, static resource loading, PV/UV, and error logs.
- Detailed usage guide, configuration instructions, and trigger/avoidance conditions provided.
- Strict output and API usage rules ensure consistent, high-quality responses and prevent common query errors.
- Links included for RUM setup, integration guides, and relevant resources.
- Supports RUM-APM correlation and guides on handling typical frontend performance and error troubleshooting scenarios.
Metadata
Frequently Asked Questions
What is Tencent Cloud Rum?
Query Tencent Cloud RUM data, analyze Web performance (LCP/FCP/WebVitals), troubleshoot JS/Promise errors, analyze API latency & error rates, diagnose slow s... It is an AI Agent Skill for Claude Code / OpenClaw, with 104 downloads so far.
How do I install Tencent Cloud Rum?
Run "/install tencent-cloud-rum-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Tencent Cloud Rum free?
Yes, Tencent Cloud Rum is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Tencent Cloud Rum support?
Tencent Cloud Rum is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Tencent Cloud Rum?
It is built and maintained by lauraytwu-create (@lauraytwu-create); the current version is v0.1.2.
More Skills