← Back to Skills Marketplace
Ucloud Api Skill
by
mingming-cn
· GitHub ↗
· v0.1.1
· MIT-0
267
Downloads
1
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install ucloud
Description
Invoke UCloud APIs through the official Python SDK. Use when an AI agent needs to inspect, create, update, or delete UCloud resources by calling real UCloud...
Usage Guidance
This skill will execute bundled Python scripts that call the UCloud SDK and require your UCloud public/private keys (and optionally project/region/zone). Before enabling or providing credentials:
- Verify the skill's source and author; the registry metadata currently omits the credential requirements but the SKILL.md and scripts do require keys.
- Only provide least-privilege keys (scoped to a test project) and avoid using high-privilege or billing-enabling credentials in production until you've tested behavior.
- Expect the agent to be able to make real, billable changes (create/delete EIPs, VMs). Configure the agent to ask for explicit confirmation before any destructive or billable action.
- Review UCLOUD_BASE_URL usage: if you or the environment set this variable it can point the SDK to a custom endpoint; ensure it is trusted.
- If you need higher assurance, run the scripts in an isolated environment (test project) first and inspect network traffic or run under your own control before granting persistent access.
The main issue here is inconsistent metadata (the skill fails to declare required credentials). That mismatch is likely sloppy configuration—not proof of malicious intent—but you should correct/confirm the metadata and follow the precautions above before use.
Capability Analysis
Type: OpenClaw Skill
Name: ucloud
Version: 0.1.1
The ucloud-api skill bundle is a legitimate toolset for interacting with UCloud services via the official Python SDK. It includes scripts for invoking OpenAPI actions (invoke_ucloud.py), resolving account parameters like regions and projects (resolve_common_params.py), and generating secure alphanumeric passwords (generate_password.py). The instructions in SKILL.md emphasize transparency, requiring the agent to inform users about default actions (like EIP creation) and to confirm details before executing destructive operations. No evidence of data exfiltration, malicious obfuscation, or unauthorized persistence was found.
Capability Assessment
Purpose & Capability
Name/description match the implementation: scripts call the official ucloud SDK and perform UCloud read/write actions. However, registry metadata claims no required environment variables or credentials while SKILL.md and the code require UCLOUD_PUBLIC_KEY and UCLOUD_PRIVATE_KEY (and optionally UCLOUD_PROJECT_ID/REGION/ZONE/BASE_URL). That metadata mismatch is unexpected and should be corrected.
Instruction Scope
SKILL.md instructs the agent to use the bundled scripts and the official SDK, prefer read-only operations first, consult official docs for ambiguous fields, and ask the user for missing values. The runtime instructions do not request unrelated files or other service credentials. The scripts only read the declared UCloud environment variables and payload inputs.
Install Mechanism
There is no automated install spec (instruction-only for the environment). The skill expects the ucloud-sdk-python3 package to be present or installed with explicit approval — no downloads or arbitrary install URLs are included in the package.
Credentials
The only sensitive environment variables used are UCLOUD_PUBLIC_KEY and UCLOUD_PRIVATE_KEY (plus optional project/region/zone/base URL), which are appropriate for a cloud-control skill. The concern is that the package metadata did not declare these required credentials — this mismatch increases the risk a user will install/enable the skill without realizing it needs live cloud credentials.
Persistence & Privilege
The skill is not forced-always and does not request system-level persistence. It can be invoked autonomously (platform default), which is expected for a cloud-control skill. Because it performs real cloud operations, autonomous invocation increases blast radius: verify agent policies and require explicit user confirmation for mutating (create/delete) actions.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ucloud - After installation, invoke the skill by name or use
/ucloud - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.1
- Added a password generation script (`scripts/generate_password.py`) to support initial password creation.
- Passwords generated use only uppercase letters, lowercase letters, and digits, in line with documented best practices.
- No existing code or documentation changed; this is an additive maintenance update.
v0.1.0
ucloud-api 0.1.0
- Initial release: Enables invoking UCloud API actions using the official Python SDK and bundled script.
- Supports resource inspection, creation, updating, and deletion for services like UHost (CVM), ULB, VPC, EIP, and UDB.
- Handles missing credentials and parameters with interactive prompts for smooth workflow continuation.
- Implements action and product mapping (e.g., recognizing cloud VM synonyms as UHost).
- Includes safeguards for required parameters, destructive actions, and pre-checks before writes or deletions.
- Applies sensible creation defaults (EIP binding, billing modes) and summarizes key info after successful operations.
Metadata
Frequently Asked Questions
What is Ucloud Api Skill?
Invoke UCloud APIs through the official Python SDK. Use when an AI agent needs to inspect, create, update, or delete UCloud resources by calling real UCloud... It is an AI Agent Skill for Claude Code / OpenClaw, with 267 downloads so far.
How do I install Ucloud Api Skill?
Run "/install ucloud" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Ucloud Api Skill free?
Yes, Ucloud Api Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Ucloud Api Skill support?
Ucloud Api Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Ucloud Api Skill?
It is built and maintained by mingming-cn (@mingming-cn); the current version is v0.1.1.
More Skills