Biznet Gio Cloud Management
Manage Biznet Gio cloud infrastructure (servers, VMs, storage, IPs) via CLI and MCP server
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/anak10thn/biznetgioWhat This Skill Does
The Biznet Gio Cloud Management skill enables OpenClaw to directly interface with Biznet Gio infrastructure. By leveraging both the @biznetgio/cli for command-line operations and @biznetgio/mcp for Model Context Protocol integration, this skill allows the agent to provision, monitor, and manage cloud assets. Whether you need to list active virtual machines, manage storage volumes, or configure network IP addresses, the agent can translate natural language commands into precise API calls, ensuring your cloud infrastructure remains aligned with your operational requirements.
Installation
To install this skill, run the following command in your terminal: clawhub install openclaw/skills/skills/anak10thn/biznetgio. Ensure that you have Node.js version 18 or higher installed on your system. Before attempting to manage resources, you must set the BIZNETGIO_API_KEY environment variable in your configuration, which can be retrieved from the Biznet Gio Portal. For specialized environments, you may also define an optional BIZNETGIO_BASE_URL to point towards staging or custom API endpoints.
Use Cases
This skill is designed for DevOps engineers and system administrators who want to automate repetitive cloud tasks. Common use cases include: 1. Auto-scaling: Automatically fetching server status and triggering VM provisioning during high traffic. 2. Environment Audits: Regularly listing and auditing attached storage and network IPs to ensure security compliance. 3. Infrastructure as Code (IaC) flows: Executing complex deployment sequences through the agent without manual CLI interaction.
Example Prompts
- "List all active virtual machines in my Biznet Gio account and tell me their current power status."
- "Create a new storage volume with 100GB capacity and attach it to the production web server instance."
- "Check the current network IP inventory and identify any unassigned addresses that can be released to save costs."
Tips & Limitations
Always run the agent in a sandboxed environment when executing CLI commands to maintain infrastructure security. Since this skill interacts directly with your cloud provider, double-check that your API key permissions are scoped correctly (Least Privilege Principle). For mission-critical production environments, it is recommended to pin the CLI version to prevent unexpected behavior from major updates. Remember that API rate limits apply; the agent is configured to handle standard errors, but excessive high-frequency automated requests may result in temporary throttling by the Biznet Gio API.
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-anak10thn-biznetgio": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api, code-execution