xiangongyun-api
仙宫云GPU云服务平台API集成工具,支持实例管理、私有镜像管理、账号管理等全量操作;当用户需要查询或管理仙宫云GPU实例、操作私有镜像、查询账户余额或充值时使用
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/chsengni/xiangongyun-apiWhat This Skill Does
The xiangongyun-api skill serves as a comprehensive interface for the 仙宫云 (Xiangongyun) GPU cloud service platform. It enables users to perform full-lifecycle management of high-performance computing instances directly through OpenClaw. Key capabilities include deploying new GPU instances, monitoring instance status, managing private machine images, and overseeing account finances such as balance checks and recharge operations.
Installation
You can install this skill by running the following command in your terminal or via the OpenClaw management console:
clawhub install openclaw/skills/skills/chsengni/xiangongyun-api
Ensure that you have the requests library (version 2.28.0 or higher) installed in your Python environment. No additional complex configuration is required beyond the standard OpenClaw skill authorization process.
Use Cases
- Deep Learning Training: Quickly deploy multi-GPU environments with pre-configured images like PyTorch or TensorFlow for model training.
- Cost Optimization: Efficiently manage GPU resources by using the 'shutdown-release-gpu' action to minimize costs during idle periods while preserving your system disk and data.
- Environment Portability: Capture custom configurations or trained models by saving active instances as private images for future rapid deployment.
- Budget Management: Monitor account credits and handle payments programmatically to ensure uninterrupted access to cloud compute resources.
Example Prompts
- "Check my current Xiangongyun account balance and tell me if I have enough credits to run a 2-GPU instance for 5 hours."
- "List all my existing GPU instances and show me the status of the one named 'ai-training-node'."
- "Save my instance 'abc123' as a new private image named 'experiment-v1' and then shut it down to save costs."
Tips & Limitations
- Async Awareness: Most operations (like deployment or destruction) are asynchronous. The API will acknowledge the request immediately, but the actual state change may take time. Always verify current status via
list_instancesorget_instance. - Cost Control: Note that shutting down an instance while releasing the GPU still incurs storage fees for the system disk. For maximum savings, destroy instances you no longer need.
- Documentation: For advanced configurations regarding data centers or SSH keys, consult the
references/api_reference.mdfile located in the skill directory.
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-chsengni-xiangongyun-api": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
skills-update-manager
管理已安装技能的注册、版本跟踪与自动更新检查;当用户安装新技能、检查技能更新或配置更新策略时使用。
compshare-api
管理优云智算CompShare平台的GPU实例全生命周期,包括创建、查询、启动、停止、重启、重置密码和删除实例;当用户需要创建GPU云服务器、查询实例状态、管理实例启停、重置实例密码或删除实例时使用
comfyui-api
通过 HTTP API 与 ComfyUI 服务交互,支持工作流提交与执行、队列管理、文件上传和能力探测;自动检测视频工作流并使用合适超时;简洁输出执行结果;当用户需要使用 ComfyUI 生成图像、视频、音频或管理服务时使用