agentsclimarketplace

Resource pool

Skill CloudChef/atlasclaw-providers/providers/SmartCMP-Provider/skills/resource-pool

atlasclaw-providers are the integration with enterprise systems through skills and webhook.

Install
npx -y skills add CloudChef/atlasclaw-providers --skill resource-pool

Assembled 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, or nodeType when 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

ScriptDescription
scripts/list_all_resource_pools.pyCall the standalone resource-pool directory endpoint and emit ##RESOURCE_POOL_DIRECTORY_META_START## ... ##RESOURCE_POOL_DIRECTORY_META_END##

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.