Gateway Manager
Skill by autogame-17
Why use this skill?
Efficiently manage and monitor your OpenClaw Gateway service via Feishu. Perform remote restarts, view system metrics, and ensure server stability with this admin tool.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/autogame-17/gateway-managerWhat This Skill Does
The Gateway Manager skill, developed by autogame-17, serves as the primary administrative interface for the OpenClaw Gateway service. By integrating directly with Feishu, it allows administrators to monitor and control the backend infrastructure without leaving their messaging client. It provides a robust suite of tools for system health checking, including real-time performance metrics like memory usage, system uptime, and the current Node.js runtime version. Furthermore, it adds a layer of command-and-control capability, enabling authorized users to initiate remote restarts of the gateway service directly from a card-based interface. The skill is designed with security-first architecture, ensuring that destructive commands are strictly guarded by the Master ID configured within the system.
Installation
To integrate the Gateway Manager into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/autogame-17/gateway-manager
Ensure that your environment includes an authorized USER.md file in the root directory. Once the installation completes, the skill will automatically parse this file to identify the system master, who will be granted permissions to perform critical administrative tasks.
Use Cases
This skill is essential for system administrators managing decentralized OpenClaw nodes. It is particularly useful for:
- Remote Maintenance: Restarting a frozen or misbehaving gateway instance while on the go via Feishu.
- Performance Monitoring: Checking server resource overhead before deploying heavy tasks to the agent.
- Service Verification: Quickly verifying that a bot node is active or inactive during deployment pipelines.
- System Diagnostics: Checking for outdated Node.js versions that might cause compatibility issues during execution.
Example Prompts
- "Can you check the current status of the gateway for me?"
- "Hey, please display the system info so I can check our memory usage."
- "Restart the gateway service immediately."
Tips & Limitations
- Security: Always verify the Master ID in your
USER.mdis correct. If you do not have permission, the Gateway Manager will provide a structured feedback card explaining the denial. - Network: Ensure the server hosting the Gateway has outbound connectivity to the Feishu API endpoints for card delivery.
- Limitations: Currently, this skill is optimized for environments utilizing Feishu; standard chat interfaces may not render the
feishu-cardUI elements correctly. It is designed as a direct administrative tool and is not intended for high-frequency polling.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-autogame-17-gateway-manager": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read, code-execution
Related Skills
capability-evolver
A self-evolution engine for AI agents. Analyzes runtime history to identify improvements and applies protocol-constrained evolution.
feishu-voice-assistant
Sends voice messages (audio) to Feishu chats using Duby TTS.
security-sentinel
Scan the workspace for security vulnerabilities, exposed secrets, and misconfigurations.
prompt-optimizer
Evaluate, optimize, and enhance prompts using 58 proven prompting techniques. Use when user asks to improve, optimize, or analyze a prompt; when a prompt needs better clarity, specificity, or structure; or when generating prompt variations for different use cases. Covers quality assessment, targeted improvements, and automatic optimization across techniques like CoT, few-shot learning, role-play, and 50+ more.
Feishu Broadcast
Skill by autogame-17