Resource pool
Skill CloudChef/atlasclaw-providers/providers/SmartCMP-Provider/skills/resource-pool
atlasclaw-providers are the integration with enterprise systems through skills and webhook.
npx -y skills add CloudChef/atlasclaw-providers --skill resource-poolAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 14 stars14 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Standalone SmartCMP resource-pool directory skill. Use when user says 查询可用的资源池, 查询资源池, 列出所有的资源池, list resource pools, or show all resource pools. This skill is read-only and should query the UI directory endpoint directly without asking for businessGroupId, sourceKey, or nodeType.
SKILL.md
2.9 KB, as published. Nobody here has run it
resource-pool
List SmartCMP resource pools through the same standalone directory endpoint used by the CMP UI.
Purpose
Provide a precise, read-only skill for direct resource-pool browsing.
- Query
/resource-bundles - Default to listing all resource pools
- Support optional keyword filtering with
query_value - Return a numbered list for the user and a machine-readable metadata block for follow-up actions
Critical Rules
- Do not ask for
businessGroupId,sourceKey, ornodeTypewhen the user only wants to browse resource pools. - Do not switch to the request workflow unless the user is actually preparing a request.
- Keep the user-visible output to the numbered list of resource-pool names.
- Treat IDs and other metadata as hidden backend state unless the user explicitly asks for them.
Script
| Script | Description |
|---|---|
scripts/list_all_resource_pools.py | Call the standalone resource-pool directory endpoint and emit ##RESOURCE_POOL_DIRECTORY_META_START## ... ##RESOURCE_POOL_DIRECTORY_META_END## |