resource-pool

List SmartCMP resource pools from the standalone UI directory endpoint.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a simple, read-only way to discover SmartCMP resource pools by querying the standalone directory endpoint, eliminating manual UI navigation and speeding up resource discovery.

Core Features & Use Cases

  • Read-only listing of SmartCMP resource pools from the directory endpoint.
  • Optional keyword filtering to find specific pools quickly.
  • Returns a user-visible list plus machine-readable metadata for follow-up actions.

Quick Start

Ask the skill to list all SmartCMP resource pools, optionally filtering by a keyword.

Frequently Asked Questions about resource-pool

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

FAQPage Schema
How do I list SmartCMP resource pools without navigating the full UI?

You can list SmartCMP resource pools by querying the standalone directory endpoint, which returns a read-only directory of available pools for quick browsing without entering a provisioning workflow.

Can I filter SmartCMP resource pools by keyword?

Yes, you can filter SmartCMP resource pools by passing an optional query_value parameter to the directory endpoint, allowing you to search for specific pools quickly.

What is the best way to get a read-only view of SmartCMP resource pools?

The best way to get a read-only view of SmartCMP resource pools is to use the directory endpoint, which provides a simple user-facing list plus machine-readable metadata for follow-on actions.

Does the resource-pool Skill require entering a provisioning workflow to browse pools?

No, the resource-pool Skill does not require entering a provisioning workflow; it satisfies a read-only browsing requirement by querying the public API directory endpoint directly.

What do I need to retrieve SmartCMP resource pool metadata via API?

You need the requests library to retrieve SmartCMP resource pool metadata via API, querying the public directory endpoint with an optional query_value parameter to return both user-visible lists and machine-readable data.