ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 4/5

xiangongyun-api

仙宫云GPU云服务平台API集成工具,支持实例管理、私有镜像管理、账号管理等全量操作;当用户需要查询或管理仙宫云GPU实例、操作私有镜像、查询账户余额或充值时使用

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/chsengni/xiangongyun-api
Or

What 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

  1. "Check my current Xiangongyun account balance and tell me if I have enough credits to run a 2-GPU instance for 5 hours."
  2. "List all my existing GPU instances and show me the status of the one named 'ai-training-node'."
  3. "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_instances or get_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.md file located in the skill directory.

Metadata

Author@chsengni
Stars3562
Views0
Updated2026-03-29
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-chsengni-xiangongyun-api": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#gpu#cloud#infrastructure#machine-learning#devops
Safety Score: 4/5

Flags: network-access, external-api