resource

List, inspect, and power SmartCMP cloud resources via CMP UI endpoints.

15|6|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/CloudChef/atlasclaw-providers --skill resource-cloudchef
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resource
Source: https://github.com/CloudChef/atlasclaw-providers/tree/main/providers/SmartCMP-Provider/skills/resource
Command: npx skills add https://github.com/CloudChef/atlasclaw-providers --skill resource-cloudchef

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) components.

What problem does it solve?

Manages SmartCMP cloud resources by enabling quick browsing of resources, viewing host details, and issuing start/stop power actions from a single skill.

Core Features & Use Cases

  • Browse CloudCMP resources and virtual machines via the standalone UI endpoint to see current status.
  • Inspect a single host by ID to refresh its status and review key properties in a concise CMP-style view.
  • Power resources up or down (start/stop) using a single operation, with safeguards that require user confirmation before execution.

Quick Start

List resources, pick a target by name or ID, then inspect or power it as needed.

Frequently Asked Questions about resource

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I browse SmartCMP cloud resources and check their current status?

You can browse SmartCMP cloud resources by calling the /nodes/search endpoint, which lists virtual machines and displays their current status in a concise CMP-style view for quick visibility.

Can I inspect a single host and refresh its status in SmartCMP?

Yes, you can inspect a single SmartCMP host by its ID. The skill calls /nodes/{id}/refresh-status to update the host's current state and review its key properties.

How do I safely issue start or stop power actions for cloud resources?

You can issue start or stop power actions across multiple cloud resources via the /nodes/resource-operations endpoint, which includes safeguards requiring user confirmation before execution.

What are the safeguards when executing resource power operations?

The skill implements safeguards that require explicit user confirmation before executing any start or stop power operations, preventing unintended actions across your managed cloud resources.

Does this resource management skill require any specific dependencies or environments?

The skill requires the Python requests library to interact with standalone SmartCMP UI endpoints, applying to scenarios where you need to browse resources and issue power operations.

Why does my SmartCMP host status inspection not return updated properties?

Host status inspection relies on the /nodes/{id}/refresh-status endpoint to actively refresh and retrieve updated details. Ensure the target ID is correct and the SmartCMP UI endpoints are accessible.